summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge branch 'next'Tom Rini8-126/+98
2020-09-30riscv: Ensure gp is NULL or points to valid dataSean Anderson1-1/+2
2020-09-30riscv: Use a valid bit to ignore already-pending IPIsSean Anderson1-2/+14
2020-09-30riscv: Match memory barriers between send_ipi_many and handle_ipiSean Anderson1-0/+2
2020-09-30riscv: Rework Sifive CLINT as UCLASS_TIMER driverSean Anderson1-28/+34
2020-09-30riscv: Clean up initialization in Andes PLICSean Anderson1-33/+25
2020-09-30riscv: Rework Andes PLMT as a UCLASS_TIMER driverSean Anderson1-23/+21
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson2-39/+0
2020-09-28riscv: restore global data pointer in trap handlerHeinrich Schuchardt1-0/+3
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere1-1/+1
2020-08-25cmd: provide command sbiHeinrich Schuchardt1-0/+36
2020-08-25riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt1-1/+1
2020-08-14riscv: additional crash informationHeinrich Schuchardt1-22/+35
2020-08-14riscv: remove redundant logical constraint.Heinrich Schuchardt1-1/+1
2020-08-14riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng1-0/+9
2020-07-24Revert "riscv: Allow use of reset drivers"Bin Meng1-2/+0
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-4/+12
2020-07-06Merge branch 'next'Tom Rini5-86/+37
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt1-6/+8
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra1-3/+3
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra1-1/+1
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng1-0/+2
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng1-0/+12
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng1-4/+8
2020-07-01riscv: Allow use of reset driversSean Anderson1-0/+2
2020-07-01riscv: Clean up IPI initialization codeSean Anderson4-86/+35
2020-06-04riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng1-18/+19
2020-06-04riscv: sbi: Remove sbi_spec_versionBin Meng1-3/+0
2020-05-26riscv: Move all SMP related SBI calls to SBI_v01Atish Patra1-19/+18
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-4/+4
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-23riscv: Move all fdt fixups togetherAtish Patra2-33/+33
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra1-1/+7
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra1-0/+15
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra3-0/+104
2020-04-23riscv: Add boot hartid to device treeAtish Patra1-0/+22
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2-2/+2
2020-03-17riscv: Implement new SBI v0.2 extensionsBin Meng1-7/+9
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng1-0/+4
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng2-0/+182
2020-03-17riscv: Avoid calling sbi_clear_ipi()Bin Meng1-1/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini3-0/+3
2020-02-10riscv: Add option to print registers on exceptionSean Anderson1-11/+39
2020-02-06dm: core: Require users of devres to include the headerSimon Glass3-0/+3
2020-01-18common: Move hang() to the same header as panic()Simon Glass4-0/+4
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer3-11/+24