u-boot-brain/arch/arm/mach-uniphier
Masahiro Yamada b291671232 ARM: uniphier: merge board init functions into board_init()
Currently, the UniPhier platform calls several init functions in the
following order:

  [1] spl_board_init()
  [2] board_early_init_f()
  [3] board_init()
  [4] board_early_init_r()
  [5] board_late_init()

The serial console is not ready at the point of [2], so we want to
avoid using [2] from the view point of debuggability.  Fortunately,
all of the initialization in [2] can be delayed until [3].  I see no
good reason to split into [3] and [4].  So, merge [2] through [4].

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-09-14 22:54:20 +09:00
..
arm32 ARM: uniphier: support system reset functionality for PSCI 2016-08-28 13:09:19 +09:00
arm64 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() 2016-07-24 00:13:10 +09:00
bcu ARM: uniphier: rename function names ph1_* to uniphier_* 2016-04-01 00:59:47 +09:00
boot-mode common: Pass the boot device into spl_boot_mode() 2016-06-26 20:17:22 +02:00
clk ARM: uniphier: add clock/reset settings for xHCI of ProXstream2 2016-07-24 00:44:55 +09:00
debug-uart ARM: uniphier: support Debug UART 2016-03-24 01:45:41 +09:00
dram treewide: fix "followings" to "following" 2016-08-26 17:04:58 -04:00
early-clk ARM: uniphier: add PH1-LD11 SoC support 2016-05-26 00:37:13 +09:00
early-pinctrl ARM: uniphier: add PH1-LD11 SoC support 2016-05-26 00:37:13 +09:00
init ARM: uniphier: add PH1-LD11 SoC support 2016-05-26 00:37:13 +09:00
memconf ARM: uniphier: add PH1-LD20 SoC support 2016-04-24 09:54:08 +09:00
pinctrl ARM: uniphier: remove IECTRL setup code of LD4 SoC 2016-09-14 22:54:19 +09:00
pll ARM: uniphier: rename function names ph1_* to uniphier_* 2016-04-01 00:59:47 +09:00
sbc ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs 2016-08-11 17:58:06 +09:00
board_init.c ARM: uniphier: merge board init functions into board_init() 2016-09-14 22:54:20 +09:00
board_late_init.c ARM: uniphier: do not overwrite fdt_file environment 2016-06-09 08:18:34 +09:00
boards.c ARM: uniphier: add PH1-LD21 board data 2016-07-24 00:24:58 +09:00
cpu_info.c ARM: uniphier: add PH1-LD11 SoC support 2016-05-26 00:37:13 +09:00
debug.h ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs 2016-08-11 17:58:06 +09:00
dram_init.c ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20 2016-06-20 07:15:33 +09:00
init.h ARM: uniphier: merge board init functions into board_init() 2016-09-14 22:54:20 +09:00
Kconfig ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig 2016-09-07 08:48:51 -04:00
Makefile ARM: uniphier: merge board init functions into board_init() 2016-09-14 22:54:20 +09:00
micro-support-card.c ARM: uniphier: use checkboard() instead of misc_init_f() 2016-09-14 22:54:19 +09:00
micro-support-card.h ARM: uniphier: use checkboard() instead of misc_init_f() 2016-09-14 22:54:19 +09:00
reset.c ARM: uniphier: support system reset functionality for PSCI 2016-08-28 13:09:19 +09:00
sc64-regs.h ARM: uniphier: add System Control register macros for ARMv8 SoCs 2016-03-24 01:45:22 +09:00
sc-regs.h ARM: uniphier: add clock/reset settings for xHCI of ProXstream2 2016-07-24 00:44:55 +09:00
sg-regs.h ARM: uniphier: add PH1-LD11 SoC support 2016-05-26 00:37:13 +09:00
soc_info.c ARM: uniphier: drop PH1- prefix from CONFIG options and file names 2016-03-24 01:42:13 +09:00
soc-info.h ARM: uniphier: drop PH1- prefix from CONFIG options and file names 2016-03-24 01:42:13 +09:00