On 01/06/2012 11:04 AM, Peter Maydell wrote: > On 6 January 2012 16:58, Mark Langsdorf <mark.langsd...@calxeda.com> wrote: >> On 01/06/2012 10:29 AM, Peter Maydell wrote:
>>>> + sysram = g_new(MemoryRegion, 1); >>>> + memory_region_init_ram(sysram, "highbank.sysram", 0x8000); >>>> + memory_region_add_subregion(sysmem, 0xfff88000, sysram); >>>> + if (load_image_targphys("sysram.bin", 0xfff88000, 0x8000) < 0) { >>>> + fprintf(stderr, "Unable to load sysram.bin\n"); >>>> + } >>> >>> Is this for some sort of BIOS-image equivalent? >> >> Yes, uboot and the like. It isn't necessary to boot the system, >> but it models the actual board a bit better. > > If it's not necessary, should we be failing if there isn't an image file > present? Are we failing? We're printing out a warning message, but the boot goes on. --Mark Langsdorf Calxeda, Inc.