[U-Boot] [RFC PATCH 0/4] spl framework prototype

Daniel Schwierzeck daniel.schwierzeck at googlemail.com
Tue Jul 5 18:26:18 CEST 2011


Hi Aneesh,

I tested your changes with my boards and it worked well after fixing
some minor issues. Additionally I did some cleanups and included
feedback from Mike Frysinger.

Best regards,
Daniel

Daniel Schwierzeck (4):
  Adapt config.mk for usage in spl/Makefile
  Use ALL-y style instead of ifeq blocks for better readability and
    upgradeability
  Add new folder and build system for SPL
  Hook spl directory into main Makefile

 Makefile                       |   23 ++++-----
 arch/blackfin/config.mk        |    2 +-
 board/pcs440ep/config.mk       |    2 +-
 board/spear/spear300/config.mk |    2 +-
 board/spear/spear310/config.mk |    2 +-
 board/spear/spear320/config.mk |    2 +-
 board/spear/spear600/config.mk |    2 +-
 config.mk                      |   28 +++++++++++
 spl/Makefile                   |   97 ++++++++++++++++++++++++++++++++++++++++
 9 files changed, 141 insertions(+), 19 deletions(-)
 create mode 100644 spl/Makefile

--
1.7.5.4



More information about the U-Boot mailing list