[U-Boot] [PATCH v4 03/16] sandbox: config: Don't use 64-bit physical memory
Simon Glass
sjg at chromium.org
Sun Oct 20 07:13:02 CEST 2013
Hi Marek,
On Oct 19, 2013 11:08 PM, "Marek Vasut" <marex at denx.de> wrote:
>
> Dear Simon Glass,
>
> > Sandbox uses an emulated memory map which is quite small. We don't need
the
> > CONFIG_PHYS_64BIT option since we can address memory with a 32-bit
offset
> > into our ram_buf.
> >
> > Adjust the phys_addr_t and phys_size_t types accordingly.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
>
> Do we support AMD64 ? I guess not ;-)
Yes, but even on that sandbox only supports a limited amount of RAM.
>
> btw. is there any real need to mix sandbox patches and DM patches ?
At present DM needs sandbox since it is the only way to test. It could be a
separate dependent series I suppose.
Regards,
Simon
>
> Best regards,
> Marek Vasut
More information about the U-Boot
mailing list