summaryrefslogtreecommitdiff
path: root/drivers/cpu
AgeCommit message (Expand)Author
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-23cpu: add basic cpu driver for MediaTek ARM chipsWeijie Gao
2022-09-13cpu: microblaze: add error handling in microblaze_cpu_get_desc()Ovidiu Panait
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2022-04-26cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt
2021-09-21cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
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 dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-10-05cpu: at91: add driver for CPUClaudiu Beznea
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson
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-01uclass: cpu: fix to display proper CPU featuresSagar 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-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-03cpu: imx8: show RevC instead of Rev? at boot logFrank Li
2020-05-03cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li
2020-05-03cpu: imx8: fix get core name and ratePeng Fan
2020-05-03cpu: imx8: support a72 as boot cpuPeng Fan
2020-05-03cpu: imx8: reimplement get cpu countPeng Fan
2020-05-03cpu: sandbox: support is_currentPeng Fan
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan
2020-04-16cpu: Support querying the address widthSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan
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
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay
2018-09-18cpu: Add MPC83xx CPU driverMario Six