aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-05-14andes: Unify naming policy for Andes related sourceLeo Yu-Chi Liang5-8/+8
2024-05-02board: starfive: Rename spl_soc_init() to spl_dram_init()Lukas Funke1-1/+1
2024-05-02board: sifive: Rename spl_soc_init() to spl_dram_init()Lukas Funke2-2/+2
2024-05-01riscv: andesv5: Set default cache line size to 64-bytesYu Chien Peter Lin1-0/+1
2024-04-09riscv: support extension probing using riscv, isa-extensionsConor Dooley1-21/+35
2024-04-09riscv: don't read riscv, isa in the riscv cpu's get_desc()Conor Dooley1-5/+7
2024-04-09riscv: cache: Implement dcache for cv1800bKongyang Liu2-0/+46
2024-04-09riscv: cpu: cv1800b: Add support for cv1800b SoCKongyang Liu4-0/+48
2024-04-09riscv: add backtrace supportBen Dooks1-0/+1
2024-03-12riscv: cpu: improve multi-letter extension detection in supports_extension()Conor Dooley1-6/+16
2023-12-27andes: cpu: Enable cache and TLB ECC supportLeo Yu-Chi Liang1-1/+2
2023-12-27andes: cpu: Enable memboost featureLeo Yu-Chi Liang1-1/+8
2023-12-27andes: ae350: Implement cache switch via KconfigLeo Yu-Chi Liang1-9/+16
2023-12-21riscv: Add a reset_cpu() functionSimon Glass1-0/+13
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