[U-Boot] [PATCH v8 00/12] Add support to Odroid U3/X2
Przemyslaw Marczak
p.marczak at samsung.com
Mon Sep 1 13:50:41 CEST 2014
This patch set introduces changes to common Samsung code
as a preparation of new board support:
- boot device check - code cleanup
- automatic init order of mmc drivers
- automatic setting of dfu entities which depends on boot device
- pre reset function call for board own implementation
- setting board info environment for multi board support
New board config:
- odroid_config - Odroid U3/X2 support
V8 changes:
- patchset adjust to Kconfig
Przemyslaw Marczak (12):
samsung: misc: fix soc revision setting in the set_board_info()
exynos: pinmux: fix the gpio names for exynos4x12 mmc
arch:exynos: boot mode: add get_boot_mode(), code cleanup
board:samsung: check the boot device and init the right mmc driver.
samsung: misc: add function for setting $dfu_alt_info
samsung:board: misc_init_r: call set_dfu_alt_info()
arm:reset: call the reset_misc() before the cpu reset
samsung: board: enable support of multiple board types
samsung: misc: use board specific functions to set env board info
odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412
odroid: add odroid U3/X2 device tree description
odroid: kconfig: add odroid_defconfig
arch/arm/cpu/armv7/exynos/Kconfig | 4 +
arch/arm/cpu/armv7/exynos/pinmux.c | 4 +-
arch/arm/cpu/armv7/exynos/power.c | 7 +
arch/arm/cpu/armv7/exynos/spl_boot.c | 7 +-
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/exynos4412-odroid.dts | 70 +++++
arch/arm/include/asm/arch-exynos/power.h | 21 ++
arch/arm/include/asm/arch-exynos/spl.h | 17 +-
arch/arm/lib/reset.c | 6 +
board/samsung/common/board.c | 55 +++-
board/samsung/common/misc.c | 57 +++-
board/samsung/odroid/Kconfig | 15 +
board/samsung/odroid/MAINTAINERS | 6 +
board/samsung/odroid/Makefile | 8 +
board/samsung/odroid/odroid.c | 470 +++++++++++++++++++++++++++++++
board/samsung/odroid/setup.h | 255 +++++++++++++++++
configs/odroid_defconfig | 3 +
doc/README.odroid | 143 ++++++++++
include/common.h | 1 +
include/configs/odroid.h | 216 ++++++++++++++
include/samsung/misc.h | 10 +
21 files changed, 1337 insertions(+), 41 deletions(-)
create mode 100644 arch/arm/dts/exynos4412-odroid.dts
create mode 100644 board/samsung/odroid/Kconfig
create mode 100644 board/samsung/odroid/MAINTAINERS
create mode 100644 board/samsung/odroid/Makefile
create mode 100644 board/samsung/odroid/odroid.c
create mode 100644 board/samsung/odroid/setup.h
create mode 100644 configs/odroid_defconfig
create mode 100644 doc/README.odroid
create mode 100644 include/configs/odroid.h
--
1.9.1
More information about the U-Boot
mailing list