u-boot-brain/arch/riscv/cpu/fu540
Bin Meng 52dc7ae749 riscv: fu540: Use correct API to get L2 cache controller base address
At present fdtdec_get_addr() is used to get L2 cache controller base
address. This only works for a fixed #address-cells and #size-cells.
Change to use fdtdec_get_addr_size_auto_parent() instead.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@openfive.com>
2020-08-25 09:33:16 +08:00
..
cache.c riscv: fu540: Use correct API to get L2 cache controller base address 2020-08-25 09:33:16 +08:00
cpu.c riscv: cpu: fu540: Add support for cpu fu540 2020-06-04 09:44:09 +08:00
dram.c riscv: cpu: fu540: Add support for cpu fu540 2020-06-04 09:44:09 +08:00
Kconfig riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC level 2020-08-14 14:38:53 +08:00
Makefile riscv: sifive: fu540: enable all cache ways from U-Boot proper 2020-07-03 15:09:06 +08:00
spl.c riscv: sifive/fu540: spl: Rename soc_spl_init() 2020-08-14 14:38:53 +08:00