aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/cpu
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-07riscv: ae350: enable Coherence Manager for ae350Leo Yu-Chi Liang1-0/+42
2021-10-07sysreset: provide SBI based sysreset driverHeinrich Schuchardt1-1/+12
2021-09-07board: sifive: use ccache driver instead of helper functionZong Li6-112/+4
2021-08-17riscv: cpu: fu740: Fix typo of dateZong Li1-1/+1
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-1/+1
2021-07-06riscv: sifive: fu740: Support i2c in splZong Li1-0/+1
2021-07-06riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controllerZong Li1-0/+2
2021-05-31riscv: cpu: fu740: clear feature disable CSRGreen Wan1-0/+15
2021-05-31drivers: clk: add fu740 supportGreen Wan1-1/+1
2021-05-31riscv: cpu: fu740: Add support for cpu fu740Green Wan6-0/+187
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-05-19riscv: qemu: Switch to use binman to generate u-boot.itbBin Meng1-0/+1
2021-05-17riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng2-2/+3
2021-05-14Revert "riscv: cpu: fu740: clear feature disable CSR"Bin Meng1-15/+0
2021-05-05riscv: cpu: fu740: clear feature disable CSRGreen Wan1-0/+15
2021-05-05riscv: cpu: Add callback to init each coreGreen Wan2-0/+15
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass3-3/+3
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+3
2021-02-03riscv: Adjust board_get_usable_ram_top() for 32-bitBin Meng2-8/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2020-12-14riscv: fix the wrong swap value registerBrad Kim1-1/+1