u-boot-brain/arch/arm/mach-uniphier
Masahiro Yamada 323d1f9d5b ARM: uniphier: allow to enable multiple SoCs
Before this commit, the Kconfig menu in mach-uniphier only allowed us
to choose one SoC to be compiled.  Each SoC has its own defconfig file
for the build-test coverage.  Consequently, some defconfig files are
duplicated with only the difference in CONFIG_DEFAULT_DEVICE_TREE and
CONFIG_{SOC_NAME}=y.

Now, most of board-specific parameters have been moved to device trees,
so it makes sense to include init code of multiple SoCs into a single
image as long as the SoCs have similar architecture.  In fact, some
SoCs of UniPhier family are very similar:
 - PH1-LD4 and PH1-sLD8
 - PH1-LD6b and ProXstream2 (will be added in the upcoming commit)

This commit will be helpful to merge some defconfig files for better
maintainability.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-09-25 00:58:38 +09:00
..
bcu ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
boot-mode ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
clk ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
ddrphy ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
early-clk ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
early-pinctrl ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
include/mach ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
init ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
memconf ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
pinctrl ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
pll ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
sbc ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
umc ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
board_common.c ARM: uniphier: refactor LED function 2015-09-25 00:27:53 +09:00
board_early_init_f.c ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
board_early_init_r.c ARM: uniphier: refactor LED function 2015-09-25 00:27:53 +09:00
board_late_init.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
boards.c ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
cache_uniphier.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
cmd_ddrphy.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
cmd_pinmon.c ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
cpu_info.c ARM: UniPhier: add IDs for PH1-Pro5, ProXstream2, PH1-LD6b 2015-07-02 01:07:25 +09:00
debug_ll.S ARM: uniphier: unify low-level debug init code 2015-09-25 00:27:53 +09:00
dram_init.c ARM: uniphier: parse device tree to determine DRAM base and size 2015-09-25 00:27:53 +09:00
init_page_table.S ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer 2015-03-24 00:15:38 +09:00
Kconfig ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
late_lowlevel_init.S ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper 2015-03-24 00:15:58 +09:00
lowlevel_init.S ARM: uniphier: unify low-level debug init code 2015-09-25 00:27:53 +09:00
Makefile ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
micro-support-card.c ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local file 2015-09-25 00:27:53 +09:00
print_misc_info.c ARM: uniphier: refactor LED function 2015-09-25 00:27:53 +09:00
reset.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
soc_info.c ARM: uniphier: allow to enable multiple SoCs 2015-09-25 00:58:38 +09:00
timer.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00