1. c0648b7 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years ago
  2. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  3. 6136a23 cpu: add basic cpu driver for MediaTek ARM chips by Weijie Gao · 2 years, 1 month ago
  4. 3f351cd cpu: microblaze: add error handling in microblaze_cpu_get_desc() by Ovidiu Panait · 2 years, 2 months ago
  5. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  6. 816226d cpu: add CPU driver for microblaze by Ovidiu Panait · 2 years, 5 months ago
  7. b391b91 cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 5 months ago
  8. 182d45d cpu: 83xx: Add missing dependency on CPU_MPC83XX by Michal Simek · 2 years, 6 months ago
  9. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 2 months ago
  10. 7d4ce3a cpu: at91: add compatible for ARM9260EJ-S by Claudiu Beznea · 3 years, 3 months ago
  11. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  12. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  13. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  14. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  15. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  16. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  17. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 1 month ago
  18. 01c35f2 cpu: at91: add driver for CPU by Claudiu Beznea · 4 years, 1 month ago
  19. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 1 month ago
  20. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  21. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  22. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  23. add0dc1 riscv: cpu: check and append L1 cache to cpu features by Sagar Shrikant Kadam · 4 years, 4 months ago
  24. b6b233d riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit by Sagar Shrikant Kadam · 4 years, 4 months ago
  25. 969251a uclass: cpu: fix to display proper CPU features by Sagar Shrikant Kadam · 4 years, 4 months ago
  26. 6277186 riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 4 months ago
  27. ab24017 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 4 months ago
  28. 74e8fb0 cpu: imx8: use intended cpu-thermal device when getting temp value by Anatolij Gustschin · 4 years, 5 months ago
  29. 6936554 cpu: imx8: fix type and rate detection by Anatolij Gustschin · 4 years, 5 months ago
  30. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  31. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  32. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  33. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  34. 8142a97 cpu: imx8: show RevC instead of Rev? at boot log by Frank Li · 4 years, 6 months ago
  35. 3ee6ea4 cpu: imx_cpu: Print the CPU temperature for iMX8QM A72 by Ye Li · 4 years, 6 months ago
  36. 55bc96f cpu: imx8: fix get core name and rate by Peng Fan · 4 years, 6 months ago
  37. 177f999 cpu: imx8: support a72 as boot cpu by Peng Fan · 4 years, 6 months ago
  38. adb3bd7 cpu: imx8: reimplement get cpu count by Peng Fan · 4 years, 6 months ago
  39. b1e894f cpu: sandbox: support is_current by Peng Fan · 4 years, 6 months ago
  40. 4c809ae uclass: cpu: Add new API to get udevice for current CPU by Peng Fan · 4 years, 6 months ago
  41. 600f584 cpu: Support querying the address width by Simon Glass · 4 years, 6 months ago
  42. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  43. 43c5087 imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c by Peng Fan · 5 years ago
  44. 4dfea4b riscv: cpu: Skip unavailable hart in the get_count() op by Bin Meng · 5 years ago
  45. 007056f cpu: Bind timer driver for boot hart by Atish Patra · 6 years ago
  46. 833508c cpu: Add a RISC-V CPU driver by Bin Meng · 6 years ago
  47. 6fe8abc cpu: mpc83xx: Remove unnecessary characters in the description string by Bin Meng · 6 years ago
  48. 22929e1 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · 6 years ago
  49. 19fbdca cpu: Add MPC83xx CPU driver by Mario Six · 6 years ago
  50. fa44b53 test: Add tests for CPU uclass by Mario Six · 6 years ago
  51. 57370de cpu: Add cpu_probe_all method by Mario Six · 6 years ago
  52. 341032d bcm6838: add initial support by Philippe Reynes · 6 years ago
  53. cef1f0c cpu: bmips: fix probe to get the address by Philippe Reynes · 6 years ago
  54. c444afb cpu: bmips: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  55. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  56. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  57. 1b075ba dm: cpu: bmips: add BCM6362 support by Álvaro Fernández Rojas · 7 years ago
  58. 70d30d8 dm: cpu: bmips: add BCM6318 support by Álvaro Fernández Rojas · 7 years ago
  59. 8c8ef2e dm: cpu: bmips: add BCM6368 support by Álvaro Fernández Rojas · 7 years ago
  60. 45a2686 dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 7 years ago
  61. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  62. 05fc9e6 dm: cpu: bmips: add BCM6338 support by Álvaro Fernández Rojas · 7 years ago
  63. 603058f dm: cpu: bmips: add BCM3380 support by Álvaro Fernández Rojas · 7 years ago
  64. 33a9995 dm: cpu: bmips: add BCM6348 support by Álvaro Fernández Rojas · 7 years ago
  65. 6ffc18c dm: cpu: bmips: rename cpu_desc specific functions by Álvaro Fernández Rojas · 7 years ago
  66. 10e3204 cpu: add CPU driver for Broadcom MIPS SoCs by Álvaro Fernández Rojas · 7 years ago
  67. 94eaa79 cpu: Add get_vendor callback by Alexander Graf · 8 years ago
  68. 6e6f4ce x86: Move MP initialization codes into a common place by Bin Meng · 9 years ago
  69. 780bfdd dm: cpu: Add a new get_count method to cpu uclass by Bin Meng · 9 years ago
  70. cb5cbfd dm: cpu: Test against cpu_ops->get_info in cpu_get_info() by Bin Meng · 9 years ago
  71. 166c398 dm: cpu: Fix undefined ENOSYS build error by Bin Meng · 9 years ago
  72. 11f4dc1 dm: Implement a CPU uclass by Simon Glass · 9 years ago