summaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* riscv: Move all fdt fixups togetherAtish Patra2020-04-231-33/+0
* riscv: Copy the reserved-memory nodes to final DTAtish Patra2020-04-231-1/+7
* riscv: Add boot hartid to device treeAtish Patra2020-04-231-0/+22
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+1
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* riscv: boot images passed to bootm on all hartsLukas Auer2019-04-081-1/+12
* riscv: bootm: Support booting VxWorksBin Meng2018-12-311-1/+7
* riscv: bootm: Change to use boot_hart from global dataBin Meng2018-12-181-1/+1
* riscv: align bootm implementation with that of other architecturesLukas Auer2018-11-261-27/+70
* riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng2018-11-141-1/+10
* riscv: bootm: Pass mhartid CSR value to kernelBin Meng2018-10-031-2/+3
* riscv: bootm: Correct the 1st kernel argument to hart idBin Meng2018-10-031-13/+5
* riscv: Remove setup.hBin Meng2018-10-031-1/+0
* riscv: Add board_quiesce_devices stubAlexander Graf2018-05-291-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* riscv: bootm: Remove ATAGSRick Chen2018-03-301-177/+2
* riscv: bootm: Support to boot riscv-linuxRick Chen2018-03-301-4/+4
* riscv: checkpatch: Fix missing a blank line after declarationsRick Chen2018-03-301-2/+2
* riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen2018-01-121-0/+248