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

Minkyu Kang mk7.kang at samsung.com
Mon Nov 17 15:05:13 CET 2014


On 14/11/14 02:08, Akshay Saraswat wrote:
> 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
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.


More information about the U-Boot mailing list