From e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Fri, 28 Aug 2015 09:58:54 +0800 Subject: Add qemu 2.4.0 Change-Id: Ic99cbad4b61f8b127b7dc74d04576c0bcbaaf4f5 Signed-off-by: Yang Zhang --- qemu/hw/microblaze/boot.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qemu/hw/microblaze/boot.h (limited to 'qemu/hw/microblaze/boot.h') diff --git a/qemu/hw/microblaze/boot.h b/qemu/hw/microblaze/boot.h new file mode 100644 index 000000000..0eb7f8e4f --- /dev/null +++ b/qemu/hw/microblaze/boot.h @@ -0,0 +1,12 @@ +#ifndef __MICROBLAZE_BOOT__ +#define __MICROBLAZE_BOOT__ + +#include "hw/hw.h" + +void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base, + uint32_t ramsize, + const char *initrd_filename, + const char *dtb_filename, + void (*machine_cpu_reset)(MicroBlazeCPU *)); + +#endif /* __MICROBLAZE_BOOT __ */ -- cgit 1.2.3-korg