index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpu
/
cpu-uclass.c
Age
Commit message (
Expand
)
Author
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2024-08-02
cpu: add release_core callback
Hou Zhiqiang
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
cpu: Remove <common.h> and add needed includes
Tom Rini
2023-09-14
cpu: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2022-10-17
dm: treewide: Do not opencode uclass_probe_all()
Michal Suchanek
2022-06-24
cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-01
uclass: cpu: fix to display proper CPU features
Sagar Shrikant Kadam
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-03
uclass: cpu: Add new API to get udevice for current CPU
Peng Fan
2018-09-18
cpu: Add cpu_probe_all method
Mario Six
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-06-01
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2016-10-19
cpu: Add get_vendor callback
Alexander Graf
2015-07-14
x86: Move MP initialization codes into a common place
Bin Meng
2015-07-14
dm: cpu: Add a new get_count method to cpu uclass
Bin Meng
2015-07-14
dm: cpu: Test against cpu_ops->get_info in cpu_get_info()
Bin Meng
2015-07-14
dm: cpu: Fix undefined ENOSYS build error
Bin Meng
2015-04-29
dm: Implement a CPU uclass
Simon Glass