summaryrefslogtreecommitdiff
path: root/drivers/cpu/riscv_cpu.c
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-09-03riscv: cpu: Skip unavailable hart in the get_count() opBin Meng
2019-02-27cpu: Bind timer driver for boot hartAtish Patra
2018-12-18cpu: Add a RISC-V CPU driverBin Meng