u-boot-brain/arch/arm/cpu/armv7
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
..
am33xx arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00
at91 ARMv7: at91: enable ICache and DCache. 2014-06-14 18:07:03 +02:00
bcm281xx arm: bcm281xx: Add Ethernet Clock support 2014-08-30 07:46:39 -04:00
bcmcygnus arm: bcmcygnus: Add bcmcygnus u-architecture 2014-08-30 07:46:40 -04:00
bcmnsp arm: bcmnsp: Add bcmnsp u-architecture 2014-08-30 07:46:40 -04:00
exynos arch:exynos: boot mode: add get_boot_mode(), code cleanup 2014-09-05 13:58:49 +09:00
highbank highbank: kconfig: move common settings 2014-08-30 21:22:00 -04:00
iproc-common arm: iproc: Initial commit of iproc architecture code 2014-08-30 07:46:40 -04:00
keystone keystone: kconfig: move board select menu and common settings 2014-08-30 21:21:59 -04:00
kona-common sizes.h - consolidate for all architectures 2014-03-04 12:15:01 -05:00
mx5 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
mx6 mx6sx: Adjust enable_fec_anatop_clock() for mx6solox 2014-08-20 13:14:09 +02:00
omap3 omap3: kconfig: move board select menu and common settings 2014-08-30 21:21:59 -04:00
omap4 omap4: kconfig: move board select menu and common settings 2014-08-30 21:21:59 -04:00
omap5 omap5: kconfig: move board select menu and common settings 2014-08-30 21:21:59 -04:00
omap-common arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00
rmobile rmobile: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
s5p-common armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
s5pc1xx armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
socfpga arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00
sunxi sunxi: dram: Autodetect DDR3 bus width and density 2014-08-12 08:42:34 +02:00
tegra20 tegra: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
tegra30 tegra: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
tegra114 tegra: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
tegra124 tegra: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
tegra-common tegra: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
u8500 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
vf610 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
zynq zynq: kconfig: move board select menu and common settings 2014-08-30 21:19:32 -04:00
arch_timer.c arm: add support for arch timer 2014-04-17 17:24:38 -04:00
cache_v7.c ARM: cache_v7: use __weak 2014-07-04 19:57:22 +02:00
config.mk Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-02-26 16:49:58 -05:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
lowlevel_init.S arm: use canonical sub mnemonic 2014-01-14 12:38:47 +01:00
Makefile arm: iproc: Initial commit of iproc architecture code 2014-08-30 07:46:40 -04:00
nonsec_virt.S ARM: HYP/non-sec: add the option for a second-stage monitor 2014-07-28 17:19:26 +02:00
psci.S ARM: HYP/non-sec: add generic ARMv7 PSCI code 2014-07-28 17:19:18 +02:00
start.S arm: move exception handling out of start.S files 2014-05-15 16:24:53 +02:00
syslib.c ARM: OMAP: hide custom bit manipulation function sr32() 2014-04-17 14:39:54 -04:00
virt-dt.c ARM: HYP/non-sec/PSCI: emit DT nodes 2014-07-28 17:19:52 +02:00
virt-v7.c ARM: HYP/non-sec: remove MIDR check to validate CBAR 2014-07-28 17:19:55 +02:00