[U-Boot] [PATCH v2 0/3] arm, davinci: add am1808 based enbw_cmc board

Heiko Schocher hs at denx.de
Fri Oct 7 14:25:34 CEST 2011


repost from
http://patchwork.ozlabs.org/patch/114758/

changes:
  - rebase against TOT
  - use CONFIG_MACH_TYPE instead setting the MACH_TYPE in
    board specific code, as Igor Grinberg suggested.
  - add logversion=2 to default Environment
  - Fix typo CONFIG_AM1808_LOWLEVEL as Christian Riesch
    suggested.
  - Fix comment for PLL0 and PLL1 frequency and use PLLM = 18
    for PLL0 to get the 456 MHz as Christian Riesch commented.
    Also fix the DDR RAM timing according to the new settings
    from the PLL
  - add MMC support
  - enable USB PSC
  - correct default environment "key_cmd*" vars
  - added MAINTAINERS entry

also needed patches:

[U-Boot] arm, post, memory: fix bug if sdram base != 0x00000000
http://patchwork.ozlabs.org/patch/118208/

[U-Boot] : davinci: Replace CONFIG_PRELOADER with CONFIG_SPL_BUILD in board/davinci/common/misc.c
http://patchwork.ozlabs.org/patch/114482/

[U-Boot] arm, fdt: update ethernet mac address before booting Linux
http://patchwork.ozlabs.org/patch/114736/

[U-Boot] arm, logbuffer: make it compileclean
http://patchwork.ozlabs.org/patch/114740/

[U-Boot] cosmetic, post: Codingstyle cleanup
http://patchwork.ozlabs.org/patch/114742/

[U-Boot] arm, post: add missing post_time_ms for arm
http://patchwork.ozlabs.org/patch/114743/

checkpatch:
total: 0 errors, 0 warnings, 8 lines checked

20111007/0001-arm-davinci-fix-typo-in-arch-arm-cpu-arm926ejs-davin.patch has no obvious style problems and is ready for submission.
total: 0 errors, 0 warnings, 7 lines checked

20111007/0002-arm-davinci-add-DAVINCI_MMC_CLKID.patch has no obvious style problems and is ready for submission.
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
#163: FILE: board/enbw/enbw_cmc/enbw_cmc.c:45:
+#include <asm/io.h>

ERROR: Macros with multiple statements should be enclosed in a do - while loop
#831: FILE: include/configs/enbw_cmc.h:96:
+#define CONFIG_DTT_SENSORS	{0}	/* Sensor addresses		*/

total: 1 errors, 1 warnings, 1116 lines checked

20111007/0003-arm-davinci-add-support-for-am1808-based-enbw_cmc-bo.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Cc: Christian Riesch <christian.riesch at omicron.at>
Cc: Paulraj Sandeep <s-paulraj at ti.com>
Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>

Heiko Schocher (3):
  arm, davinci: fix typo in arch/arm/cpu/arm926ejs/davinci/Makefile
  arm, davinci: add DAVINCI_MMC_CLKID
  arm, davinci: add support for am1808 based enbw_cmc board

 MAINTAINERS                                  |    1 +
 arch/arm/cpu/arm926ejs/davinci/Makefile      |    2 +-
 arch/arm/include/asm/arch-davinci/hardware.h |    1 +
 board/enbw/enbw_cmc/Makefile                 |   51 +++
 board/enbw/enbw_cmc/enbw_cmc.c               |  599 ++++++++++++++++++++++++++
 boards.cfg                                   |    1 +
 include/configs/enbw_cmc.h                   |  452 +++++++++++++++++++
 7 files changed, 1106 insertions(+), 1 deletions(-)
 create mode 100644 board/enbw/enbw_cmc/Makefile
 create mode 100644 board/enbw/enbw_cmc/enbw_cmc.c
 create mode 100644 include/configs/enbw_cmc.h

-- 
1.7.6.2



More information about the U-Boot mailing list