summaryrefslogtreecommitdiff
path: root/drivers/cpu/riscv_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-4/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-4/+4
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-4/+4
* riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam2020-07-011-0/+12
* riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam2020-07-011-4/+1
* riscv: Enable cpu clock if it is presentSean Anderson2020-07-011-0/+20
* riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson2020-07-011-1/+18
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* riscv: cpu: Skip unavailable hart in the get_count() opBin Meng2019-09-031-0/+4
* cpu: Bind timer driver for boot hartAtish Patra2019-02-271-3/+4
* cpu: Add a RISC-V CPU driverBin Meng2018-12-181-0/+116