1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  2. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  3. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  4. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  5. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  7. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  8. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
  9. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 10 months ago
  10. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  11. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 10 months ago
  12. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 4 months ago
  13. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  15. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  16. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  17. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  18. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  19. f6d00da x86: Tidy up some duplicate MSR defines by Simon Glass · 5 years ago
  20. 2f0c2f0 x86: Add common functions for TDP and perf control by Simon Glass · 5 years ago
  21. 55a6b13 x86: Use a common bus clock for Intel CPUs by Simon Glass · 5 years ago
  22. 246ac08 x86: Add a common function to set CPU thermal target by Simon Glass · 5 years ago
  23. e2493a7 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · 5 years ago
  24. a827ba9 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · 5 years ago
  25. bdeb2bc x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  26. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  27. d3abc5d x86: Move common Intel CPU info code into a function by Simon Glass · 5 years ago
  28. bfeeb8d x86: broadwell: Update PCH to work in TPL by Simon Glass · 6 years ago
  29. 2b36eab x86: broadwell: Implement PCH_REQ_PMBASE_INFO by Simon Glass · 6 years ago
  30. c0052b6 x86: broadwell: Select refcode and CPU code for SPL by Simon Glass · 6 years ago
  31. 43294e6 x86: broadwell: Allow booting from SPL by Simon Glass · 6 years ago
  32. 9231206 x86: broadwell: Split CPU init by Simon Glass · 6 years ago
  33. 6b83b29 x86: broadwell: Move init of debug UART to cpu.c by Simon Glass · 6 years ago
  34. 4eabf1e x86: broadwell: Allow SDRAM init from SPL by Simon Glass · 6 years ago
  35. 9f6486b x86: broadwell: Improve SDRAM debugging output by Simon Glass · 6 years ago
  36. 3f3411e x86: broadwell: Add support for serial I/O devices by Simon Glass · 6 years ago
  37. c692f82 x86: broadwell: Don't bother probing the PCH for pinctrl by Simon Glass · 6 years ago
  38. 23e8bd7 x86: broadwell: Add support for the ADSP by Simon Glass · 6 years ago
  39. c337e1a cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · 6 years ago
  40. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  42. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  43. 24357df x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
  44. b9342b2 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
  45. 1b15ef9 x86: broadwell: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  46. 67f99f9 x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig by Bin Meng · 7 years ago
  47. 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  48. 1e452b4 x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig by Bin Meng · 7 years ago
  49. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  50. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
  51. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  52. 94eaa79 cpu: Add get_vendor callback by Alexander Graf · 8 years ago
  53. 443ffe5 dm: x86: Move samus to use new driver model support by Simon Glass · 8 years ago
  54. b813ea9a x86: broadwell: Correct I/O APIC ID by Bin Meng · 8 years ago
  55. 0c2b7ee x86: Unify reserve_arch() for all x86 boards by Bin Meng · 9 years ago
  56. a219639 dm: Rename disk uclass to ahci by Simon Glass · 9 years ago
  57. b697b84 x86: broadwell: Add support for high-speed I/O lane with ME by Simon Glass · 9 years ago
  58. 2627c7e x86: broadwell: Add support for SDRAM setup by Simon Glass · 9 years ago
  59. 71a8f20 x86: broadwell: Add power-control support by Simon Glass · 9 years ago
  60. e799485 x86: broadwell: Add reference code support by Simon Glass · 9 years ago
  61. 08cb742 x86: broadwell: Add an LPC driver by Simon Glass · 9 years ago
  62. da3363d x86: broadwell: Add a northbridge driver by Simon Glass · 9 years ago
  63. d2c29d9 x86: broadwell: Add a SATA driver by Simon Glass · 9 years ago
  64. b24f5c4 x86: broadwell: Add a pinctrl driver by Simon Glass · 9 years ago
  65. 1e6f4e5 x86: broadwell: Add a PCH driver by Simon Glass · 9 years ago
  66. 2f3f477 x86: Add basic support for broadwell by Simon Glass · 9 years ago