[U-Boot] [RFC PATCH 17/20] sandbox: Add basic config file

Simon Glass sjg at chromium.org
Mon Sep 26 20:18:16 CEST 2011


Hi Mike,

On Sun, Sep 25, 2011 at 9:52 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Friday, September 23, 2011 12:00:15 Simon Glass wrote:
>> On Sat, Sep 17, 2011 at 5:22 PM, Mike Frysinger wrote:
>> > On Saturday, September 17, 2011 12:48:56 Simon Glass wrote:
>> >> +#define CONFIG_DRAM_SIZE     (128 << 20)
>> >
>> > do you need any of this ?
>>
>> I want to have simulated DRAM, so yes. But I will make it start always
>> at 0 which removes one item.
>
> which is fine, but i guess the notion of "how much ram do i have" is not
> standardized anywhere.  you're copying the arm tree as the basis of the
> sandbox arch, so it's including the DRAM conventions that arm uses.
> -mike
>

No, not yet. I suppose it will be in a config file somewhere and
defined by the test controller. TBD.

Regards,
Simon


More information about the U-Boot mailing list