aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-02riscv: Align the trap handler to 64 bytesSamuel Holland1-1/+1
2023-10-24riscv: Remove common.h usageTom Rini12-12/+0
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt1-16/+0
2023-10-04riscv: andesv5: Prefer using the generic RISC-V timer driver in S-modeYu Chien Peter Lin1-1/+2
2023-10-02Merge branch 'next'Tom Rini1-9/+5
2023-09-06riscv: Correct event usage for riscv_cpu_probe/setupTom Rini1-5/+1
2023-09-06riscv: Rework riscv_cpu_probe for current event macrosTom Rini1-2/+2
2023-09-05riscv: cpu: jh7110: Imply SPL_SYS_MALLOC_CLEAR_ON_INITShengyu Qu1-0/+1
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-8/+3
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-08-22riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callbackChanho Park1-8/+3
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt4-4/+4
2023-08-10riscv: cpu: jh7110: Select SPL_ZERO_MEM_BEFORE_USEShengyu Qu1-0/+1
2023-08-10riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu2-25/+12
2023-08-10riscv: starfive: Add SYS_CACHE_SHIFT_6 to enable SYS_CACHELINE_SIZEMinda Chen1-0/+1
2023-07-24riscv: define a cache line size for the generic CPUHeinrich Schuchardt1-0/+1
2023-07-24riscv: setup per-hart stack earlierBo Gan1-13/+24
2023-07-12riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng4-5/+5
2023-07-12ram: starfive: Read memory size information from EEPROMYanhong Wang1-1/+31
2023-06-27riscv: Fix alignment of RELA sections in the linker scriptsBin Meng1-3/+1
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-04-20riscv: Update alignment for some sections in linker scriptsBin Meng2-4/+4
2023-04-20riscv: spl: Remove relocation sectionsBin Meng2-25/+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
2023-04-20riscv: cpu: jh7110: Add Kconfig for StarFive JH7110 SoCYanhong Wang1-0/+28
2023-04-20riscv: cpu: jh7110: Add support for jh7110 SoCYanhong Wang4-0/+135
2023-02-17riscv: Rename Andes cpu and board namesLeo Yu-Chi Liang5-0/+0
2023-02-17configs: ae350: Enable v5l2 cache for AE350 platforms in SPLYu Chien Peter Lin1-0/+1
2023-02-17riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPLYu Chien Peter Lin1-30/+68
2023-02-17riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init()Yu Chien Peter Lin1-37/+12
2023-02-17riscv: Remove redundant Kconfig "RISCV_NDS_CACHE"Leo Yu-Chi Liang2-92/+2
2023-02-01riscv: ax25: bypass malloc when spl fit boots from ramRick Chen2-0/+28
2023-02-01riscv: ae350: Enable CCTL_SUENRick Chen1-7/+11
2023-02-01riscv: cpu: check U-Mode before counteren writeNikita Shubin1-8/+8
2022-11-15riscv: Fix detecting FPU support in standard extensionYu Chien Peter Lin1-3/+11
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin1-1/+1
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2-8/+13
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen2-5/+10
2022-09-26spl: introduce SPL_XIP to configNikita Shubin2-3/+3
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár3-3/+3
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-23linker_lists: Rename sections to remove . prefixAndrew Scull2-4/+4
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+4
2021-12-02riscv: Enable SPI flash env for SiFive Unmatched.Thomas Skibo1-0/+13
2021-10-18riscv: Remove OF_PRIOR_STAGE from RISC-V boardsIlias Apalodimas2-8/+0