aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)Author
2020-09-28riscv: restore global data pointer in trap handlerHeinrich Schuchardt
2020-08-25cmd: provide command sbiHeinrich Schuchardt
2020-08-25riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt
2020-08-14riscv: additional crash informationHeinrich Schuchardt
2020-08-14riscv: remove redundant logical constraint.Heinrich Schuchardt
2020-08-14riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng
2020-07-24Revert "riscv: Allow use of reset drivers"Bin Meng
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng
2020-07-06Merge branch 'next'Tom Rini
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng
2020-07-01riscv: Allow use of reset driversSean Anderson
2020-07-01riscv: Clean up IPI initialization codeSean Anderson
2020-06-04riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng
2020-06-04riscv: sbi: Remove sbi_spec_versionBin Meng
2020-05-26riscv: Move all SMP related SBI calls to SBI_v01Atish Patra
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-23riscv: Move all fdt fixups togetherAtish Patra
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra
2020-04-23riscv: Add boot hartid to device treeAtish Patra
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-03-17riscv: Implement new SBI v0.2 extensionsBin Meng
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng
2020-03-17riscv: Avoid calling sbi_clear_ipi()Bin Meng
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10riscv: Add option to print registers on exceptionSean Anderson
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer
2019-12-10riscv: add functions for reading the IPI statusLukas Auer
2019-12-10riscv: andes_plic: Fix some wrong configurationsRick Chen
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-10-18RISC-V: Align boot image header with LinuxAtish Patra
2019-09-03riscv: andes_plic: init plic by scanning each cpu nodeRick Chen
2019-08-26riscv: add a generic FIT generator scriptLukas Auer
2019-08-26riscv: add SPL supportLukas Auer