F: docs/system/openrisc/cpu-features.rst
F: target/or1k/
F: hw/openrisc/
-F: include/hw/openrisc/
+F: include/hw/or1k/
F: tests/functional/or1k/meson.build
F: tests/tcg/openrisc/
#include "exec/target_page.h"
#include "elf.h"
#include "hw/core/loader.h"
-#include "hw/openrisc/boot.h"
+#include "hw/or1k/boot.h"
#include "system/device_tree.h"
#include "system/qtest.h"
#include "system/reset.h"
#include "hw/core/boards.h"
#include "hw/char/serial-mm.h"
#include "net/net.h"
-#include "hw/openrisc/boot.h"
+#include "hw/or1k/boot.h"
#include "hw/core/qdev-properties.h"
#include "system/address-spaces.h"
#include "system/device_tree.h"
#include "hw/core/boards.h"
#include "hw/char/serial-mm.h"
#include "hw/core/split-irq.h"
-#include "hw/openrisc/boot.h"
+#include "hw/or1k/boot.h"
#include "hw/misc/sifive_test.h"
#include "hw/pci/pci.h"
#include "hw/pci-host/gpex.h"
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef OPENRISC_BOOT_H
-#define OPENRISC_BOOT_H
+#ifndef OR1K_BOOT_H
+#define OR1K_BOOT_H
#include "exec/cpu-defs.h"
#include "hw/core/boards.h"
uint32_t openrisc_load_fdt(MachineState *ms, void *fdt, hwaddr load_start,
uint64_t mem_size);
-#endif /* OPENRISC_BOOT_H */
+#endif /* OR1K_BOOT_H */