Re: [U-Boot] [PATCH v6 20/20] sandbox: Makefile changes to build sandbox architecture

2011-10-17 Thread Wolfgang Denk
Dear Simon Glass, In message <1318270953-32482-21-git-send-email-...@chromium.org> you wrote: > At this point U-Boot will build and run on x86 under Linux. > > The idea is to define a new architecture called 'sandbox', alongside ARM > and x86. This runs natively on Linux to suit the host machine.

[U-Boot] [PATCH v6 20/20] sandbox: Makefile changes to build sandbox architecture

2011-10-10 Thread Simon Glass
At this point U-Boot will build and run on x86 under Linux. The idea is to define a new architecture called 'sandbox', alongside ARM and x86. This runs natively on Linux to suit the host machine. All hardware access is either omitted or emulated. The purpose of this system is to test the bulk of