All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] arm, davinci: da850/dm365 lowlevel cleanup
@ 2011-11-10  6:06 Heiko Schocher
  2011-11-10  6:06 ` [U-Boot] [PATCH 1/2] arm, arm926ejs: always do cpu critical inits Heiko Schocher
  2011-11-10  6:06 ` [U-Boot] [PATCH 2/2] arm, davinci: da850/dm365 lowlevel cleanup Heiko Schocher
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Schocher @ 2011-11-10  6:06 UTC (permalink / raw)
  To: u-boot

This patchset is a result of discussion, see:
http://lists.denx.de/pipermail/u-boot/2011-November/109141.html

- Cleanup a lot of fix values, and use defines instead
- Also make some values configurable through the board config
  file.
- delete the NAND_SPL code for da850 lowlevel, as it is
  not used actually
- remove the asm code

Sorry for the inconvenience!

patches are checkpatch clean, and tested on the
cam_enc_4xx and enbw_cmc boards

Heiko Schocher (2):
  arm, arm926ejs: always do cpu critical inits
  arm, davinci: da850/dm365 lowlevel cleanup

 arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c    |  122 +++++++-------------
 arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c    |   73 +++++-------
 arch/arm/cpu/arm926ejs/start.S                     |    6 +-
 arch/arm/include/asm/arch-davinci/aintc_defs.h     |    2 +
 arch/arm/include/asm/arch-davinci/da850_lowlevel.h |    2 +-
 arch/arm/include/asm/arch-davinci/ddr2_defs.h      |    4 +
 arch/arm/include/asm/arch-davinci/emif_defs.h      |    1 +
 arch/arm/include/asm/arch-davinci/hardware.h       |   20 +++
 arch/arm/include/asm/arch-davinci/pll_defs.h       |   14 +++
 9 files changed, 115 insertions(+), 129 deletions(-)

-- 
1.7.6.4

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

end of thread, other threads:[~2011-12-06  6:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10  6:06 [U-Boot] [PATCH 0/2] arm, davinci: da850/dm365 lowlevel cleanup Heiko Schocher
2011-11-10  6:06 ` [U-Boot] [PATCH 1/2] arm, arm926ejs: always do cpu critical inits Heiko Schocher
2011-11-29 19:27   ` Tom Rini
2011-12-05 17:11     ` Albert ARIBAUD
2011-12-06  6:39       ` Heiko Schocher
2011-11-10  6:06 ` [U-Boot] [PATCH 2/2] arm, davinci: da850/dm365 lowlevel cleanup Heiko Schocher

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.