[U-Boot] [PATCH v3 0/7] Addition of new board Peach-Pi

Akshay Saraswat akshay.s at samsung.com
Fri Oct 31 09:55:47 CET 2014


Now we are adding a new Peach-Pi board which is a variant of Peach-Pit
and is based on Exynos5800. Exynos5800 itself is a variant of Exynos5420,
hence, most of the hardware config and settings are reused for this board.

Changes since v1:
	- Rebased all the patches

Changes since v2:
	- Rebased all the patches
	- Added new patch "Enable update mode for DREX controller"

Akshay Saraswat (5):
  Exynos5800: Introduce new proid for Exynos5800
  Exynos5800: Add DTS for new board Peach-Pi
  Config: Exynos5800: Enable build for Peach-Pi
  Config: Exynos5420: Refactor SDRAM Bank and Size
  Exynos5: ddr3: Choose between single or double channel config

Alim Akhtar (1):
  DMC: Exynos5: Enable update mode for DREX controller

Vadim Bendebury (1):
  Peach-Pi: Use the enhanced usb_copy() prototype

 arch/arm/cpu/armv7/exynos/Kconfig              |   7 +-
 arch/arm/cpu/armv7/exynos/clock.c              |  19 +--
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |   2 +-
 arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c      |  29 +++++
 arch/arm/cpu/armv7/exynos/pinmux.c             |   2 +-
 arch/arm/cpu/armv7/exynos/spl_boot.c           |  10 +-
 arch/arm/dts/Makefile                          |   3 +-
 arch/arm/dts/exynos5800-peach-pi.dts           | 157 +++++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/cpu.h         |  10 +-
 arch/arm/include/asm/arch-exynos/dmc.h         |   1 +
 arch/arm/include/asm/arch-exynos/gpio.h        |   4 +-
 board/samsung/smdk5420/Kconfig                 |  16 +++
 board/samsung/smdk5420/MAINTAINERS             |   2 +
 configs/peach-pi_defconfig                     |   5 +
 include/configs/exynos5420-common.h            |   7 +-
 include/configs/peach-pi.h                     |  50 ++++++++
 include/configs/peach-pit.h                    |   8 +-
 include/configs/smdk5420.h                     |   4 +
 18 files changed, 311 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/dts/exynos5800-peach-pi.dts
 create mode 100644 configs/peach-pi_defconfig
 create mode 100644 include/configs/peach-pi.h

-- 
1.9.1



More information about the U-Boot mailing list