All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] arm:samsung: Cleanup code for trats and universal boards
@ 2012-08-10 10:12 Piotr Wilczek
  2012-08-10 10:12 ` [U-Boot] [PATCH 1/4] arm:exynos4:trats: Correct SDRAM configuration for trats Piotr Wilczek
                   ` (3 more replies)
  0 siblings, 4 replies; 38+ messages in thread
From: Piotr Wilczek @ 2012-08-10 10:12 UTC (permalink / raw)
  To: u-boot

This patch fixes SDRAM configuration and size visibility for trats board.
Common code is set for trats and universal boards.
Low level initialisation in U-boot is eliminated for universal_c210 board.

Piotr Wilczek (4):
  arm:exynos4:trats: Correct SDRAM configuration for trats
  arm:exynos4:trats: Fix SDRAM size
  arm:exynos4:trats&universal_c210: Set common code for trats and
    universal_c210 boards
  arm:exynos4:universal_c210: Eliminate low level initialisation

 board/samsung/exynos4_common/exynos4_common.c |  139 +++++++++
 board/samsung/trats/trats.c                   |   98 +------
 board/samsung/universal_c210/Makefile         |    1 -
 board/samsung/universal_c210/lowlevel_init.S  |  395 -------------------------
 board/samsung/universal_c210/universal.c      |  105 +------
 include/configs/s5pc210_universal.h           |    2 +
 include/configs/trats.h                       |   17 +-
 7 files changed, 163 insertions(+), 594 deletions(-)
 create mode 100644 board/samsung/exynos4_common/exynos4_common.c
 delete mode 100644 board/samsung/universal_c210/lowlevel_init.S

-- 
1.7.5.4

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

end of thread, other threads:[~2012-09-28  8:40 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 10:12 [U-Boot] [PATCH 0/4] arm:samsung: Cleanup code for trats and universal boards Piotr Wilczek
2012-08-10 10:12 ` [U-Boot] [PATCH 1/4] arm:exynos4:trats: Correct SDRAM configuration for trats Piotr Wilczek
2012-08-10 10:12 ` [U-Boot] [PATCH 2/4] arm:exynos4:trats: Fix SDRAM size Piotr Wilczek
2012-08-10 10:12 ` [U-Boot] [PATCH 3/4] arm:exynos4: Set common code for trats and universal_c210 boards Piotr Wilczek
2012-08-16  9:09   ` Minkyu Kang
2012-08-16 13:55     ` Piotr Wilczek
2012-08-23 12:01   ` [U-Boot] [PATCH 0/6 v2] Code cleaup for trats and universal Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 1/6 v2] arm:exynos4:trats: Correct SDRAM configuration for trats Piotr Wilczek
2012-08-29  7:56       ` [U-Boot] [PATCH v3 0/6] Code cleaup for trats and universal Piotr Wilczek
2012-08-29  7:56         ` [U-Boot] [PATCH v3 1/6] arm:exynos4:trats: Correct SDRAM configuration for trats Piotr Wilczek
2012-09-19 10:33           ` Jaehoon Chung
2012-09-20 10:19           ` [U-Boot] [PATCH v4 0/6] Code cleaup for trats and universal Piotr Wilczek
2012-09-20 10:19             ` [U-Boot] [PATCH v4 1/6] arm:exynos4:trats: Correct SDRAM configuration for trats Piotr Wilczek
2012-09-20 10:19             ` [U-Boot] [PATCH v4 2/6] arm:exynos4:trats: Fix SDRAM size Piotr Wilczek
2012-09-20 10:19             ` [U-Boot] [PATCH v4 3/6] arm:exynos4:pinmux: Modify the gpio function for mmc Piotr Wilczek
2012-09-21  1:27               ` Jaehoon Chung
2012-09-21  7:02                 ` Jaehoon Chung
2012-09-20 10:19             ` [U-Boot] [PATCH v4 4/6] arm:exynos4:trats: Use pinmux for mmc configuration Piotr Wilczek
2012-09-20 10:19             ` [U-Boot] [PATCH v4 5/6] arm:exynos4:universal: " Piotr Wilczek
2012-09-20 10:20             ` [U-Boot] [PATCH v4 6/6] arm:exynos4:universal: Eliminated low level init Piotr Wilczek
2012-09-28  8:40             ` [U-Boot] [PATCH v4 0/6] Code cleaup for trats and universal Minkyu Kang
2012-08-29  7:56         ` [U-Boot] [PATCH v3 2/6] arm:exynos4:trats: Fix SDRAM size Piotr Wilczek
2012-08-29  7:56         ` [U-Boot] [PATCH v3 3/6] arm:exynos4:pinmux: Modify the gpio function for mmc Piotr Wilczek
2012-09-19 10:21           ` Jaehoon Chung
2012-08-29  7:56         ` [U-Boot] [PATCH v3 4/6] arm:exynos4:trats: Use pinmux for mmc configuration Piotr Wilczek
2012-09-19 10:38           ` Jaehoon Chung
2012-08-29  7:56         ` [U-Boot] [PATCH v3 5/6] arm:exynos4:universal: " Piotr Wilczek
2012-08-29  7:56         ` [U-Boot] [PATCH v3 6/6] arm:exynos4:universal: Eliminated low level init Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 2/6 v2] arm:exynos4:trats: Fix SDRAM size Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 3/6 v2] arm:exynos4:pinmux: Modify the gpio function for mmc Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 4/6 v2] arm:exynos4:trats: Use pinmux for mmc configuration Piotr Wilczek
2012-08-24  1:17       ` Jaehoon Chung
2012-08-24  7:40         ` Piotr Wilczek
2012-08-24  8:19           ` Jaehoon Chung
2012-08-24  9:27             ` Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 5/6 v2] arm:exynos4:universal: " Piotr Wilczek
2012-08-23 12:01     ` [U-Boot] [PATCH 6/6 v2] arm:exynos4:universal: Eliminated low level init Piotr Wilczek
2012-08-10 10:12 ` [U-Boot] [PATCH 4/4] arm:exynos4:universal_c210: Eliminate low level initialisation Piotr Wilczek

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.