u-boot/arch/riscv/cpu/generic
Heinrich Schuchardt d768dd8855 common: return type board_get_usable_ram_top
board_get_usable_ram_top() returns a physical address that is stored in
gd->ram_top. The return type of the function should be phys_addr_t like the
current type of gd->ram_top.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2023-08-15 18:21:17 +02:00
..
cpu.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
dram.c common: return type board_get_usable_ram_top 2023-08-15 18:21:17 +02:00
Kconfig riscv: define a cache line size for the generic CPU 2023-07-24 13:22:24 +08:00
Makefile riscv: Rename cpu/qemu to cpu/generic 2019-02-27 09:12:33 +08:00