All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/7] Change ARM926EJ-S startup code, hawkboard and calimain
@ 2012-02-02 10:44 Christian Riesch
  2012-02-02 10:44 ` [U-Boot] [PATCH v6 1/7] arm, davinci: Add lowlevel_init for SoCs other than DM644X Christian Riesch
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Christian Riesch @ 2012-02-02 10:44 UTC (permalink / raw)
  To: u-boot

Hi,

In this patchset I tried to put everything from the discussion
in http://lists.denx.de/pipermail/u-boot/2012-January/115212.html

Although this is the second version of this patchset, the version number
is v6 since Sughosh's patches were already v4.

Changes since v5:
- introduced CONFIG_SYS_EXCEPTION_VECTORS_HIGH as requested by Sughosh
  and Heiko
- added Acked-bys and Tested-bys

Regards, Christian

Christian Riesch (5):
  arm, davinci: Add lowlevel_init for SoCs other than DM644X
  arm, arm926ejs: Do cpu critical inits only for boards that require it
  arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGH
  arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not
    defined
  arm, davinci: Add support for the Calimain board from OMICRON
    electronics

Sughosh Ganu (2):
  arm, arm926ejs: Flush the data cache before disabling it
  Changes to move hawkboard to the new spl infrastructure

 MAINTAINERS                                        |    5 +
 README                                             |    6 +
 arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c    |   24 +-
 arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S     |    4 +
 arch/arm/cpu/arm926ejs/davinci/spl.c               |    4 +-
 arch/arm/cpu/arm926ejs/start.S                     |   28 ++-
 arch/arm/include/asm/arch-davinci/da850_lowlevel.h |    9 +
 board/davinci/da8xxevm/da850evm.c                  |    4 +-
 board/davinci/da8xxevm/hawkboard.c                 |   23 ++
 board/davinci/da8xxevm/hawkboard_nand_spl.c        |  115 ------
 .../{u-boot-spl.lds => u-boot-spl-da850evm.lds}    |    0
 .../davinci/da8xxevm/u-boot-spl-hawk.lds           |   22 +-
 board/enbw/enbw_cmc/enbw_cmc.c                     |   13 +-
 board/omicron/calimain/Makefile                    |   45 +++
 board/omicron/calimain/calimain.c                  |  188 ++++++++++
 boards.cfg                                         |    2 +-
 doc/README.hawkboard                               |   43 ++--
 include/configs/calimain.h                         |  363 ++++++++++++++++++++
 include/configs/cam_enc_4xx.h                      |    6 -
 include/configs/da850evm.h                         |    7 +-
 include/configs/enbw_cmc.h                         |    6 +-
 include/configs/hawkboard.h                        |   24 +-
 nand_spl/board/davinci/da8xxevm/Makefile           |  155 ---------
 23 files changed, 750 insertions(+), 346 deletions(-)
 delete mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c
 rename board/davinci/da8xxevm/{u-boot-spl.lds => u-boot-spl-da850evm.lds} (100%)
 rename nand_spl/board/davinci/da8xxevm/u-boot.lds => board/davinci/da8xxevm/u-boot-spl-hawk.lds (86%)
 create mode 100644 board/omicron/calimain/Makefile
 create mode 100644 board/omicron/calimain/calimain.c
 create mode 100644 include/configs/calimain.h
 delete mode 100644 nand_spl/board/davinci/da8xxevm/Makefile

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-19  9:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 10:44 [U-Boot] [PATCH v6 0/7] Change ARM926EJ-S startup code, hawkboard and calimain Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 1/7] arm, davinci: Add lowlevel_init for SoCs other than DM644X Christian Riesch
2012-02-19  9:07   ` Albert ARIBAUD
2012-02-02 10:44 ` [U-Boot] [PATCH v6 2/7] arm, arm926ejs: Do cpu critical inits only for boards that require it Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 3/7] arm, arm926ejs: Flush the data cache before disabling it Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 4/7] arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGH Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 5/7] arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not defined Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 6/7] Changes to move hawkboard to the new spl infrastructure Christian Riesch
2012-02-02 10:44 ` [U-Boot] [PATCH v6 7/7] arm, davinci: Add support for the Calimain board from OMICRON electronics Christian Riesch
2012-02-19  9:11 ` [U-Boot] [PATCH v6 0/7] Change ARM926EJ-S startup code, hawkboard and calimain Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.