[U-Boot] [PATCH 0/2] arm, davinci: da850/dm365 lowlevel cleanup
Heiko Schocher
hs at denx.de
Thu Nov 10 07:06:22 CET 2011
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
More information about the U-Boot
mailing list