[U-Boot] [PATCH 0/2] Add support for MINI2440
Gabriel Huau
contact at huau-gabriel.fr
Sun Apr 22 10:33:40 CEST 2012
These patches add the support for the mini2440 (s3c2440 arm). Currently, I'm
supporting only boot from NOR. The first patch move the PLL initialization
to SoC specific directory. I also changed boards which depend on this SoC.
Gabriel Huau (2):
S3C2440 : PLL Initialization should be SoC specific
Add support for MINI2440 (s3c2440).
arch/arm/cpu/arm920t/s3c24x0/timer.c | 36 ++++++
board/friendlyarm/mini2440/Makefile | 44 +++++++
board/friendlyarm/mini2440/mini2440.c | 121 +++++++++++++++++++
board/mpl/vcma9/lowlevel_init.S | 22 ----
board/samsung/smdk2410/smdk2410.c | 19 ---
boards.cfg | 1 +
include/configs/mini2440.h | 212 +++++++++++++++++++++++++++++++++
7 files changed, 414 insertions(+), 41 deletions(-)
create mode 100644 board/friendlyarm/mini2440/Makefile
create mode 100644 board/friendlyarm/mini2440/mini2440.c
create mode 100644 include/configs/mini2440.h
--
1.7.9.5
More information about the U-Boot
mailing list