qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 5/5] arm: SoC model for Calxeda Highbank


From: Mark Langsdorf
Subject: Re: [Qemu-devel] [PATCH 5/5] arm: SoC model for Calxeda Highbank
Date: Fri, 06 Jan 2012 11:34:15 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 01/06/2012 11:04 AM, Peter Maydell wrote:
> On 6 January 2012 16:58, Mark Langsdorf <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]