u-boot/arch/riscv/lib
Yao Zi d0969a6b64 riscv: lib: Add a default implementation of board_fdt_blob_setup
It's common for S-Mode proper U-Boot to retrieve a FDT blob along with
taking control from SBI firmware. Add a weak version of
board_fdt_blob_setup to make use of it by default, avoiding copy-pasting
similar functions among boards.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2025-04-25 16:30:54 +08:00
..
aclint_ipi.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
andes_plicsw.c riscv: andes: Fix enable register settings of PLICSW 2023-12-06 16:05:39 +08:00
asm-offsets.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
bdinfo.c riscv: add RISC-V fields to bdinfo command 2024-07-22 11:15:11 +08:00
board.c riscv: lib: Add a default implementation of board_fdt_blob_setup 2025-04-25 16:30:54 +08:00
boot.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
bootm.c usb: gadget: Remove final remnants of CONFIG_USB_DEVICE 2025-03-10 09:22:35 +01:00
cache.c treewide: Add a function to change page permissions 2025-03-14 13:37:54 +02:00
crt0_riscv_efi.S arm: riscv: efi: Export _start symbol from crt0_*_efi stubs 2025-03-17 09:22:03 +01:00
elf_riscv32_efi.lds efi_loader: use INCLUDE in EFI linker scripts 2025-01-17 20:31:26 +01:00
elf_riscv64_efi.lds efi_loader: use INCLUDE in EFI linker scripts 2025-01-17 20:31:26 +01:00
fdt_fixup.c riscv: add missing linefeed in error message 2024-10-28 16:11:33 +08:00
image.c Revert "Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE"" 2025-04-07 16:35:43 -06:00
interrupts.c riscv: resume needs to be a global 2024-10-29 19:58:14 +08:00
Makefile riscv: lib: Add a default implementation of board_fdt_blob_setup 2025-04-25 16:30:54 +08:00
memcpy.S riscv: memcpy: check src and dst before copy 2023-02-01 16:17:45 +08:00
memmove.S riscv: Fix memmove and optimise memcpy when misalign 2021-05-17 16:47:33 +08:00
memset.S riscv: assembler versions of memcpy, memmove, memset 2021-04-08 15:37:29 +08:00
reloc_riscv_efi.c riscv: Remove unused _relocate arguments 2018-07-19 16:31:37 -04:00
reset.c riscv: Add a reset_cpu() function 2023-12-21 16:07:52 -05:00
sbi_ipi.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
sbi.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
semihosting.S riscv: semihosting: correct alignment 2024-07-22 11:15:11 +08:00
setjmp.S riscv: add initjmp() 2025-04-23 13:19:44 -06:00
sifive_cache.c arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
smp.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
spl.c riscv: Remove common.h usage 2023-10-24 16:34:45 -04:00
strcmp_zbb.S riscv: Add Zbb support for building U-Boot 2023-10-19 17:29:50 +08:00
strlen_zbb.S riscv: Add Zbb support for building U-Boot 2023-10-19 17:29:50 +08:00
strncmp_zbb.S riscv: Add Zbb support for building U-Boot 2023-10-19 17:29:50 +08:00