uboot/arch/arm/cpu/armv7
Masahiro Yamada 7a3620b246 ARM: UniPhier: detect the number of flash banks at run-time
Some UniPhier boards are equipped with an expansion slot that
some optional SRAM/NOR-flash cards can be attached to.  So, run-time
detection of the number of flash banks would be more user-friendly.

Until this commit, UniPhier boards have achieved this by (ab)using
board_flash_wp_on() because the boot failed if flash_size got zero.
Fortunately, this problem was solved by commit 70879a9256 (flash:
do not fail even if flash_size is zero).

Now it is possible to throw away such a tricky workaround.  This
commit also enables CONFIG_SYS_MAX_FLASH_BANKS_DETECT for further
refactoring.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-12-09 00:08:33 +09:00
..
am33xx am335x: make get_board_rev() function weak 2014-11-06 11:04:40 -05:00
armada-xp arm: armada-xp: Add basic support for Marvell Armada XP SoC 2014-10-23 09:59:21 -04:00
at91 ARM: atmel: add sama5d4ek board support 2014-11-17 08:47:18 -05:00
bcm281xx include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
bcmcygnus
bcmnsp
exynos Merge branch 'master' of http://git.denx.de/u-boot-samsung 2014-11-26 11:21:16 -05:00
highbank kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
iproc-common
keystone kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
kona-common
ls102xa arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
mx5 imx: consolidate set_chipselect_size function 2014-11-20 10:30:19 +01:00
mx6 arm: mx6: introduce disable_sata_clock 2014-11-24 11:59:59 +01:00
omap-common Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2014-11-24 12:02:12 -05:00
omap3 omap3: cm-t3517: add basic board support 2014-11-06 11:04:41 -05:00
omap4 kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
omap5 kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
rmobile arm: rmobile: Add support gose board 2014-11-10 09:43:48 +09:00
s5p-common
s5pc1xx kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
socfpga arm: socfpga: Add socfpga_spim_enable() to reset_manager.c 2014-11-07 16:09:10 +01:00
sunxi sun6i: Drop some "unknown magic" from dram init 2014-11-25 13:38:46 +01:00
tegra-common kconfig: arm: select CPU_V7 for some new boards 2014-11-13 08:37:18 -05:00
tegra20 linux/kernel.h: sync min, max, min3, max3 macros with Linux 2014-11-23 06:48:30 -05:00
tegra30 tegra: do not descend into empty directories 2014-11-23 06:49:02 -05:00
tegra114 tegra: do not descend into empty directories 2014-11-23 06:49:02 -05:00
tegra124 tegra: do not descend into empty directories 2014-11-23 06:49:02 -05:00
u8500
uniphier ARM: UniPhier: detect the number of flash banks at run-time 2014-12-09 00:08:33 +09:00
vf610
zynq Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze 2014-11-13 08:38:17 -05:00
Kconfig ARM: bootm: Allow booting in secure mode on hyp capable systems 2014-11-24 09:09:52 +01:00
Makefile tegra: do not descend into empty directories 2014-11-23 06:49:02 -05:00
arch_timer.c
cache_v7.c ARM: cache_v7: Various minor cleanups 2014-11-12 07:25:41 +01:00
config.mk
cpu.c
lowlevel_init.S
nonsec_virt.S
psci.S
start.S arm: relocate the exception vectors 2014-10-29 09:02:50 -04:00
syslib.c
virt-dt.c
virt-v7.c