summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/start.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-10riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu1-0/+12
2023-07-24riscv: setup per-hart stack earlierBo Gan1-13/+24
2023-04-20riscv: spl: Remove relocation sectionsBin Meng1-0/+2
2023-04-20riscv: Avoid updating the link registerBin Meng1-1/+1
2023-04-20riscv: Change to use positive offset to access relocation entriesBin Meng1-12/+7
2023-04-20riscv: Optimize loading relocation typeBin Meng1-1/+0
2023-04-20riscv: Optimize source end address calculation in start.SBin Meng1-3/+1
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen1-5/+8
2022-09-26spl: introduce SPL_XIP to configNikita Shubin1-2/+2
2022-08-11riscv: ae350: Fix XIP config boot failureLeo Yu-Chi Liang1-1/+3
2022-08-11riscv: cpu: set gp before board_init_f_init_reserveNikita Shubin1-0/+1
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2021-10-18riscv: Remove OF_PRIOR_STAGE from RISC-V boardsIlias Apalodimas1-5/+0
2021-05-05riscv: cpu: Add callback to init each coreGreen Wan1-0/+4
2020-12-14riscv: fix the wrong swap value registerBrad Kim1-1/+1
2020-09-30riscv: Add some comments to start.SSean Anderson1-2/+17
2020-09-30riscv: Ensure gp is NULL or points to valid dataSean Anderson1-3/+25
2020-09-30riscv: Consolidate fences into AMOs for available_harts_lockSean Anderson1-6/+3
2020-09-30Revert "riscv: Clear pending interrupts before enabling IPIs"Sean Anderson1-2/+0
2020-07-24riscv: Fix linking error when building u-boot-spl with no SMP supportLeo Yu-Chi Liang1-0/+2
2020-07-01riscv: Clear pending interrupts before enabling IPIsSean Anderson1-0/+2
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra1-0/+1
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-7/+7
2020-04-23riscv: Merge unnecessary SMP ifdefs in start.SBin Meng1-4/+0
2020-02-10riscv: Remove unnecessary instructionSean Anderson1-3/+2
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-0/+2
2019-12-10riscv: Fix clear bss loop in the start-up codeRick Chen1-2/+2
2019-09-03riscv: update fix_rela_dynMarcus Comstedt1-5/+5
2019-08-26riscv: support SPL stack and global data relocationLukas Auer1-1/+34
2019-08-26riscv: add SPL supportLukas Auer1-1/+22
2019-08-26riscv: add run mode configuration for SPLLukas Auer1-3/+3
2019-08-15riscv: Access CSRs using CSR numbersBin Meng1-2/+1
2019-05-09riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is ena...Rick Chen1-0/+2
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen1-0/+6
2019-04-08riscv: hang if relocation of secondary harts failsLukas Auer1-1/+12
2019-04-08riscv: do not rely on hart ID passed by previous boot stageLukas Auer1-0/+4
2019-04-08riscv: add support for multi-hart systemsLukas Auer1-1/+133
2019-04-08riscv: save hart ID in register tp instead of s0Lukas Auer1-2/+2
2019-04-08riscv: delay initialization of caches and debug UARTLukas Auer1-8/+8
2018-12-18riscv: Save boot hart id to the global dataBin Meng1-0/+4
2018-12-18riscv: Move trap handler codes to mtrap.SBin Meng1-89/+0
2018-12-05riscv: ax25-ae350: Pass dtb address to u-boot with a1 registerRick Chen1-2/+0
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel1-8/+15
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen1-0/+6
2018-11-26riscv: save hart ID and device tree passed by prior boot stageLukas Auer1-2/+10
2018-11-26riscv: do not blindly modify the mstatus CSRLukas Auer1-4/+4
2018-11-26riscv: remove unused labels in start.SLukas Auer1-9/+0
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-13/+0
2018-11-26riscv: align mtvec on a 4-byte boundaryLukas Auer1-1/+1