aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-04-09riscv: don't read riscv, isa in the riscv cpu's get_desc()Conor Dooley1-4/+4
2024-02-02smbios: provide type 4 RISC-V SMBIOS Processor IDHeinrich Schuchardt1-0/+12
2024-01-29treewide: Remove clk_freeSean Anderson1-2/+0
2024-01-09cpu: riscv: set correct SMBIOS processor family valueHeinrich Schuchardt1-0/+4
2023-09-14cpu: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-27/+0
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-05-21imx9: add i.MX93 variants supportPeng Fan1-0/+14
2023-05-21imx: imx8_cpu: print cpu grade temperaturePeng Fan1-0/+29
2023-05-21imx: imx8_cpu: support get temperature for i.MX9Peng Fan1-4/+8
2023-05-21imx: imx8_cpu: support i.MX9Peng Fan3-28/+62
2023-05-21imx: imx8_cpu: use static for local functionsPeng Fan1-3/+3
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan2-1/+225
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-1/+0
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek1-16/+4
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass2-2/+2
2022-09-23cpu: add basic cpu driver for MediaTek ARM chipsWeijie Gao2-0/+87
2022-09-13cpu: microblaze: add error handling in microblaze_cpu_get_desc()Ovidiu Panait1-1/+3
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait3-0/+190
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+30
2022-04-26cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek1-1/+1
2021-09-25sandbox: correct cpu nodesHeinrich Schuchardt1-1/+1
2021-09-21cpu: at91: add compatible for ARM9260EJ-SClaudiu Beznea1-0/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass6-19/+19
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-9/+9
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass6-6/+6
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-5/+5
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2-0/+124
2020-10-05cpu: at91: add driver for CPUClaudiu Beznea2-0/+124
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson1-7/+32
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass6-32/+34
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini6-34/+32
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass6-32/+34
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam1-0/+12
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam1-4/+1
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam1-0/+3
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson1-0/+20
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson1-1/+18
2020-05-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin1-25/+25
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin1-6/+6
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-03cpu: imx8: show RevC instead of Rev? at boot logFrank Li1-0/+2
2020-05-03cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li1-6/+12
2020-05-03cpu: imx8: fix get core name and ratePeng Fan1-10/+17