public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/7] Addition of new board Peach-Pi
@ 2014-11-13 17:08 Akshay Saraswat
  2014-11-13 17:08 ` [U-Boot] [PATCH v4 1/7] Exynos5800: Introduce new proid for Exynos5800 Akshay Saraswat
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Akshay Saraswat @ 2014-11-13 17:08 UTC (permalink / raw)
  To: u-boot

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"

Changes since v3:
	- Rebased all the patches
	- Added "Tested-by" and "Acked-by"
	- In patch 3/7 fixed warning "line over 80 characters"

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            |   9 +-
 include/configs/peach-pi.h                     |  50 ++++++++
 include/configs/peach-pit.h                    |   8 +-
 include/configs/smdk5420.h                     |   4 +
 18 files changed, 313 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

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

end of thread, other threads:[~2014-11-17 14:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 17:08 [U-Boot] [PATCH v4 0/7] Addition of new board Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 1/7] Exynos5800: Introduce new proid for Exynos5800 Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 2/7] Exynos5800: Add DTS for new board Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 3/7] Config: Exynos5800: Enable build for Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 4/7] DMC: Exynos5: Enable update mode for DREX controller Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 5/7] Config: Exynos5420: Refactor SDRAM Bank and Size Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 6/7] Exynos5: ddr3: Choose between single or double channel config Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 7/7] Peach-Pi: Use the enhanced usb_copy() prototype Akshay Saraswat
2014-11-17 14:05 ` [U-Boot] [PATCH v4 0/7] Addition of new board Peach-Pi Minkyu Kang

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