u-boot-brain/arch/arm/mach-uniphier
Masahiro Yamada 105a9e705e ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros
Each way of the system cache has 256 entries for PH1-Pro4 and older
SoCs, whereas 512 entries for PH1-Pro5 and newer SoCs.  The line
size is still 128 byte.  Thus, the way size is 32KB/64KB for old/new
SoCs.

To keep lowlevel_init SoC-independent, set BOOT_RAM_SIZE to the
constant value 32KB.  It is large enough for temporary RAM and
should work for all the SoCs of UniPhier family.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2015-03-01 00:03:21 +09:00
..
include/mach ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros 2015-03-01 00:03:21 +09:00
ph1-ld4 ARM: UniPhier: consolidate MEMCONF setting code 2015-03-01 00:03:13 +09:00
ph1-pro4 ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization 2015-03-01 00:03:18 +09:00
ph1-sld8 ARM: UniPhier: support 1CS support card for all the UniPhier SoCs 2015-03-01 00:03:06 +09:00
board_common.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
board_early_init_f.c ARM: UniPhier: split clkrst_init() into two functions 2015-03-01 00:02:36 +09:00
board_early_init_r.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
board_late_init.c ARM: UniPhier: move SoC sources to mach-uniphier 2015-03-01 00:01:56 +09:00
cache_uniphier.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
cmd_ddrphy.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
cmd_pinmon.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
cpu_info.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
ddrphy_training.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
dram_init.c ARM: UniPhier: move SoC sources to mach-uniphier 2015-03-01 00:01:56 +09:00
init_page_table.S ARM: UniPhier: move SoC sources to mach-uniphier 2015-03-01 00:01:56 +09:00
Kconfig ARM: UniPhier: move SoC sources to mach-uniphier 2015-03-01 00:01:56 +09:00
lowlevel_init.S ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros 2015-03-01 00:03:21 +09:00
Makefile ARM: UniPhier: consolidate MEMCONF setting code 2015-03-01 00:03:13 +09:00
memconf.c ARM: UniPhier: consolidate MEMCONF setting code 2015-03-01 00:03:13 +09:00
print_misc_info.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
reset.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
smp.S ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
spl.c ARM: UniPhier: consolidate MEMCONF setting code 2015-03-01 00:03:13 +09:00
support_card.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
timer.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00