u-boot-brain/arch/riscv
Bin Meng 86c915628d riscv: Change phys_addr_t and phys_size_t to 64-bit
phys_addr_t and phys_size_t are currently defined as `unsigned long`,
but RV32 supports 34-bit physical address, hence both phys_addr_t and
phys_size_t should be defined to 64-bit using `unsigned long long`.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
2021-02-03 03:38:41 -07:00
..
cpu riscv: Adjust board_get_usable_ram_top() for 32-bit 2021-02-03 03:38:41 -07:00
dts riscv: dts: Add device tree for Microchip Icicle Kit 2021-01-18 11:06:38 +08:00
include/asm riscv: Change phys_addr_t and phys_size_t to 64-bit 2021-02-03 03:38:41 -07:00
lib
config.mk
Kconfig riscv: Add DMA 64-bit address support 2021-01-18 11:06:38 +08:00
Makefile