aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-31riscv: bootm: Support booting VxWorksBin Meng1-1/+7
2018-12-18riscv: bootm: Change to use boot_hart from global dataBin Meng1-1/+1
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer1-27/+70
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng1-1/+10
2018-10-03riscv: bootm: Pass mhartid CSR value to kernelBin Meng1-2/+3
2018-10-03riscv: bootm: Correct the 1st kernel argument to hart idBin Meng1-13/+5
2018-10-03riscv: Remove setup.hBin Meng1-1/+0
2018-05-29riscv: Add board_quiesce_devices stubAlexander Graf1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30riscv: bootm: Remove ATAGSRick Chen1-177/+2
2018-03-30riscv: bootm: Support to boot riscv-linuxRick Chen1-4/+4
2018-03-30riscv: checkpatch: Fix missing a blank line after declarationsRick Chen1-2/+2
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen1-0/+248