u-boot-brain/arch/arm/cpu/armv7/exynos
Przemyslaw Marczak 4fb4d55a35 arch:exynos: boot mode: add get_boot_mode(), code cleanup
This patch introduces code clean-up for exynos boot mode check.
It includes:
- removal of typedef: boot_mode
- move the boot mode enum to arch-exynos/power.h
- add bootmode for sequence: eMMC 4.4 ch4 / SD ch2
- add new function: get_boot_mode() for OM[5:1] pin check
- update spl boot code

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>

Changes v5:
- exynos: boot mode: add missing bootmode (1st:EMMC 4.4 / 2nd:SD ch2)

Changes v6:
- none

changes v7:
- change boot mode name: BOOT_MODE_MMC to BOOT_MODE_SD
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2014-09-05 13:58:49 +09:00
..
clock_init_exynos4.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
clock_init_exynos5.c Exynos5420: Add clock initialization for 5420 2013-12-30 16:50:34 +09:00
clock_init.h Exynos5420: Add clock initialization for 5420 2013-12-30 16:50:34 +09:00
clock.c ARM: exynos: clock: modify the set_mmc_clk for exynos4 2014-05-16 14:54:26 +09:00
common_setup.h EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
config.mk arm: put .hash, .got.plt and .machine_param back in binaries 2014-01-14 11:43:10 +01:00
dmc_common.c Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init 2014-06-13 17:05:13 +09:00
dmc_init_ddr3.c Exynos5420: DMC: Add software read leveling 2014-06-13 17:05:14 +09:00
dmc_init_exynos4.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
exynos4_setup.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
exynos5_setup.h Exynos5420: Let macros be used for exynos5420 2014-06-23 08:45:44 +09:00
Kconfig exynos: kconfig: move board select menu and common settings 2014-08-30 21:21:59 -04:00
lowlevel_init.c Revert "exynos: Enable PSHOLD in SPL" 2014-06-13 17:00:56 +09:00
Makefile armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
pinmux.c exynos: pinmux: fix the gpio names for exynos4x12 mmc 2014-09-05 13:58:49 +09:00
power.c arch:exynos: boot mode: add get_boot_mode(), code cleanup 2014-09-05 13:58:49 +09:00
soc.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl_boot.c arch:exynos: boot mode: add get_boot_mode(), code cleanup 2014-09-05 13:58:49 +09:00
system.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
tzpc.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00