public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add support for MINI2440
@ 2012-04-22  8:33 Gabriel Huau
  2012-04-22  8:33 ` [U-Boot] [PATCH 1/2] S3C2440 : PLL Initialization should be SoC specific Gabriel Huau
  2012-04-22  8:33 ` [U-Boot] [PATCH 2/2 v4] Add support for MINI2440 (s3c2440) Gabriel Huau
  0 siblings, 2 replies; 9+ messages in thread
From: Gabriel Huau @ 2012-04-22  8:33 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2012-04-23 20:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22  8:33 [U-Boot] [PATCH 0/2] Add support for MINI2440 Gabriel Huau
2012-04-22  8:33 ` [U-Boot] [PATCH 1/2] S3C2440 : PLL Initialization should be SoC specific Gabriel Huau
2012-04-22 20:30   ` Marek Vasut
2012-04-22 20:55     ` Gabriel Huau
2012-04-22 21:32       ` Marek Vasut
2012-04-22 22:07         ` Gabriel Huau
2012-04-22  8:33 ` [U-Boot] [PATCH 2/2 v4] Add support for MINI2440 (s3c2440) Gabriel Huau
2012-04-22 20:33   ` Marek Vasut
2012-04-23 20:52   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox