aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass9-0/+9
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-14riscv: Complete efi header for RV32/64Leo Yu-Chi Liang1-0/+10
2020-12-14riscv: Fix efi header size for RV32Leo Yu-Chi Liang1-3/+14
2020-12-14riscv: Fix efi header for RV32Atish Patra1-1/+6
2020-12-14riscv: reset after crashHeinrich Schuchardt1-4/+4
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson1-39/+2
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson2-51/+0
2020-10-22timer: Return count from timer_ops.get_countSean Anderson2-8/+4
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-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-4/+4
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: 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