summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-07-20board: starfive: evb: use dram_init in splSamin Guo2-1/+7
2023-07-18dram: jh7110: remove resize-ddr functionSamin Guo1-40/+10
2023-07-10dram: starfive: jh7110: Add 1G supportSamin Guo1-0/+1
2023-07-10dram: jh7110: Add CONFIG_ID_EEPROM to determine if EEPROM is availableSamin Guo1-18/+26
2023-07-10dram: jh7110: Macro definitions STARFIVE_JH7110_EEPROM_DDRINFO_OFFSETSamin Guo1-1/+2
2023-06-25dram: jh7110: Add resize DDR info from EEPROM.Samin Guo1-2/+47
2023-04-23board: starfive: copyright: Standardize the copyright formatYanhong Wang2-2/+2
2023-02-21riscv:uboot:cache driverkeith.zhao1-1/+1
2023-02-17riscv:cache:jh7110: add cache driverkeith.zhao3-0/+66
2023-02-02sysreset: provide SBI based sysreset driverHeinrich Schuchardt1-1/+12
2022-12-14board:starfive:jh7110: default cpufreq is 1000Mhz.Samin Guo1-1/+1
2022-10-18arch: riscv: jh7110: add pll clk configuration for jh7110Yan Hong Wang2-0/+380
2022-10-18riscv:starfive-jh7110: clear L2 LIM memoryyanhong.wang1-0/+14
2022-10-18riscv:soc:jh7110: Add support jh7110 soc.yanhong.wang5-0/+165
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
2020-11-28riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controllerPragnesh Patel1-0/+2
2020-10-26timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson1-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-30riscv: Clear pending IPIs on initializationSean Anderson1-0/+20
2020-09-30Revert "riscv: Clear pending interrupts before enabling IPIs"Sean Anderson1-2/+0
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson3-3/+3
2020-08-25riscv: fu540: Use correct API to get L2 cache controller base addressBin Meng1-1/+2
2020-08-14riscv: sifive: fu540: redundant initializationHeinrich Schuchardt1-1/+1
2020-08-14riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC levelBin Meng1-0/+22
2020-08-14riscv: sifive/fu540: spl: Rename soc_spl_init()Bin Meng1-1/+1
2020-07-24riscv: Fix linking error when building u-boot-spl with no SMP supportLeo Yu-Chi Liang1-0/+2
2020-07-24env: Enable SPI flash env for SiFive FU540Jagan Teki1-0/+13
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-1/+1
2020-07-06Merge branch 'next'Tom Rini2-0/+17
2020-07-03riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel2-0/+54