summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)Author
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-09efi: arm: x86: riscv: Drop crt0/relocal extra- rulesSimon Glass
2024-10-09efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILESimon Glass
2024-09-16Merge tag 'v2024.10-rc5' into nextTom Rini
2024-09-10riscv: allow to enable SHOW_REGS in main U-Boot onlyHeinrich Schuchardt
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-07-22riscv: semihosting: correct alignmentHeinrich Schuchardt
2024-07-22riscv: add RISC-V fields to bdinfo commandHeinrich Schuchardt
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-14riscv: simplify backtrace reportHeinrich Schuchardt
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass
2024-04-09riscv: add backtrace supportBen Dooks
2024-02-28efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPATHeinrich Schuchardt
2024-01-29riscv: separate .data and .text sections of EFI binariesHeinrich Schuchardt
2024-01-29riscv: page align EFI binary sectionHeinrich Schuchardt
2024-01-29riscv: conflicting SPDX license linker scriptsHeinrich Schuchardt
2023-12-27riscv: cache: support cache enable in SPL stageZong Li
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21riscv: Add a reset_cpu() functionSimon Glass
2023-12-06riscv: andes: Fix enable register settings of PLICSWYu Chien Peter Lin
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt
2023-11-02riscv: Weakly define invalidate_icache_range()Samuel Holland
2023-10-24riscv: Remove common.h usageTom Rini
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph
2023-10-04riscv: bootstage: correct bootstage_report guardChanho Park
2023-10-02Merge branch 'next'Tom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-05risc-v: implement DBCN write byteHeinrich Schuchardt
2023-08-31event: Convert existing spy records to simpleSimon Glass
2023-07-12riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng
2023-07-12riscv: clint: Update the sifive clint ipi driver to support aclintBin Meng
2023-07-06riscv: andes_plicsw: Fix IPI during OpenSBI invocationYu Chien Peter Lin
2023-03-06riscv: semihosting: replace inline assembly with assembly fileAndre Przywara
2023-02-10Correct SPL uses of LMBSimon Glass
2023-02-01riscv: memcpy: check src and dst before copyRick Chen
2022-12-29efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWAREHeinrich Schuchardt
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin
2022-10-20riscv: andes_plic.c: use modified IPI schemeYu Chien Peter Lin
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass