Loading hw/arm/digic_boards.c +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ static void digic_load_rom(DigicBoardState *s, hwaddr addr, error_report("Couldn't load rom image '%s'.", filename); exit(1); } g_free(fn); } } Loading hw/arm/highbank.c +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id) if (load_image_targphys("sysram.bin", 0xfff88000, filesize) < 0) { hw_error("Unable to load %s\n", bios_name); } g_free(sysboot_filename); } else { hw_error("Unable to find %s\n", bios_name); } Loading hw/arm/vexpress.c +2 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ static void vexpress_common_init(MachineState *machine) * If a bios file was provided, attempt to map it into memory */ if (bios_name) { const char *fn; char *fn; if (drive_get(IF_PFLASH, 0, 0)) { error_report("The contents of the first flash device may be " Loading @@ -576,6 +576,7 @@ static void vexpress_common_init(MachineState *machine) error_report("Could not load ROM image '%s'", bios_name); exit(1); } g_free(fn); } /* Motherboard peripherals: the wiring is the same but the Loading hw/arm/virt.c +2 −1 Original line number Diff line number Diff line Loading @@ -552,7 +552,7 @@ static void create_flash(const VirtBoardInfo *vbi) char *nodename; if (bios_name) { const char *fn; char *fn; if (drive_get(IF_PFLASH, 0, 0)) { error_report("The contents of the first flash device may be " Loading @@ -565,6 +565,7 @@ static void create_flash(const VirtBoardInfo *vbi) error_report("Could not load ROM image '%s'", bios_name); exit(1); } g_free(fn); } create_one_flash("virt.flash0", flashbase, flashsize); Loading Loading
hw/arm/digic_boards.c +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ static void digic_load_rom(DigicBoardState *s, hwaddr addr, error_report("Couldn't load rom image '%s'.", filename); exit(1); } g_free(fn); } } Loading
hw/arm/highbank.c +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id) if (load_image_targphys("sysram.bin", 0xfff88000, filesize) < 0) { hw_error("Unable to load %s\n", bios_name); } g_free(sysboot_filename); } else { hw_error("Unable to find %s\n", bios_name); } Loading
hw/arm/vexpress.c +2 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ static void vexpress_common_init(MachineState *machine) * If a bios file was provided, attempt to map it into memory */ if (bios_name) { const char *fn; char *fn; if (drive_get(IF_PFLASH, 0, 0)) { error_report("The contents of the first flash device may be " Loading @@ -576,6 +576,7 @@ static void vexpress_common_init(MachineState *machine) error_report("Could not load ROM image '%s'", bios_name); exit(1); } g_free(fn); } /* Motherboard peripherals: the wiring is the same but the Loading
hw/arm/virt.c +2 −1 Original line number Diff line number Diff line Loading @@ -552,7 +552,7 @@ static void create_flash(const VirtBoardInfo *vbi) char *nodename; if (bios_name) { const char *fn; char *fn; if (drive_get(IF_PFLASH, 0, 0)) { error_report("The contents of the first flash device may be " Loading @@ -565,6 +565,7 @@ static void create_flash(const VirtBoardInfo *vbi) error_report("Could not load ROM image '%s'", bios_name); exit(1); } g_free(fn); } create_one_flash("virt.flash0", flashbase, flashsize); Loading