[U-Boot] [PATCH v6 06/20] sandbox: Add architecture lib files
Wolfgang Denk
wd at denx.de
Mon Oct 17 22:47:57 CEST 2011
Dear Simon Glass,
In message <1318270953-32482-7-git-send-email-sjg at chromium.org> you wrote:
> These files are taken from the ARM board implementation and then reduced
> to remove unneeded cruft.
>
> Ideally we would work towards unifying arch/xxx/lib files, particularly
> board.c.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Fix commit message typo, sadly
> - Remove ARM cruft from Makefile
> - Remove version_string and make display_banner() call display_options()
> - Tidy up DRAM logic (but I think it is still needed to fit in with U-Boot)
> - Remove use of CONFIG_SYS_NO_FLASH
> - Make board_init_f() call board_init_r() for now
> - Make board_init_r() call main_loop() for now
>
> Changes in v4:
> - Add CONFIG_SYS_SDRAM_SIZE for size of emulated SDRAM
> - Drop CONFIG_POST support
> - Drop call to board_init()
> - Remove printing of memory setup which is meaningless in sandbox
>
> arch/sandbox/lib/Makefile | 51 ++++++++
> arch/sandbox/lib/board.c | 276 +++++++++++++++++++++++++++++++++++++++++
> arch/sandbox/lib/interrupts.c | 39 ++++++
> 3 files changed, 366 insertions(+), 0 deletions(-)
> create mode 100644 arch/sandbox/lib/Makefile
> create mode 100644 arch/sandbox/lib/board.c
> create mode 100644 arch/sandbox/lib/interrupts.c
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Men of peace usually are [brave].
-- Spock, "The Savage Curtain", stardate 5906.5
More information about the U-Boot
mailing list