1. ede2bf6 x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · Sat Oct 05 22:11:57 2024 +0300
  2. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  3. 85ed77d arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:46 2024 -0600
  4. e0c508e global_data: Drop global_data hose by Simon Glass · Wed Aug 21 10:19:06 2024 -0600
  5. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  6. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  7. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  8. 412a021 x86: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:56 2024 -0600
  9. b8357c1 event: Convert existing spy records to simple by Simon Glass · Mon Aug 21 21:16:56 2023 -0600
  10. 51a9aac common: return type board_get_usable_ram_top by Heinrich Schuchardt · Sat Aug 12 20:16:58 2023 +0200
  11. 3a1d96f x86: Convert some debug statements to use logging by Simon Glass · Sat Jul 15 21:39:11 2023 -0600
  12. 833eecd x86: ivybridge: Ensure LPC is available for GPIO base by Simon Glass · Thu May 04 16:50:49 2023 -0600
  13. 9307401 dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · Thu May 04 16:50:45 2023 -0600
  14. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  15. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · Fri Sep 09 17:32:40 2022 +0200
  16. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  17. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  18. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  19. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  20. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  21. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  22. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · Sun Jul 19 10:15:40 2020 -0600
  23. 791fa45 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  24. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  25. 7a6b641 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  26. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  27. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  28. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  29. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  30. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · Fri Dec 06 21:42:07 2019 -0700
  31. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  32. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  33. b12689d x86: Add common functions for TDP and perf control by Simon Glass · Wed Sep 25 08:56:38 2019 -0600
  34. 4347d83 x86: Use a common bus clock for Intel CPUs by Simon Glass · Wed Sep 25 08:56:37 2019 -0600
  35. 23a6ca9 x86: Add a common function to set CPU thermal target by Simon Glass · Wed Sep 25 08:56:36 2019 -0600
  36. a546458 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · Sat Aug 31 21:23:18 2019 -0600
  37. aba3c60 x86: Move common Intel CPU info code into a function by Simon Glass · Wed Sep 25 08:11:35 2019 -0600
  38. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · Wed Sep 25 08:11:25 2019 -0600
  39. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · Wed Sep 25 08:00:11 2019 -0600
  40. 027f837 x86: ivybridge: Implement PCH_REQ_PMBASE_INFO by Simon Glass · Thu Apr 25 21:59:02 2019 -0600
  41. e7ceeef sound: x86: link: Add sound support by Simon Glass · Sat Feb 16 20:24:57 2019 -0700
  42. 1a9360d x86: ivybridge: Add a way to get the HDA config setting by Simon Glass · Sat Feb 16 20:24:52 2019 -0700
  43. 09921ac cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · Sun Oct 14 01:07:19 2018 -0700
  44. af5b8d2 x86: Switch to use DM sysreset driver by Bin Meng · Thu Jul 19 03:07:33 2018 -0700
  45. c253c3f x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · Sun Jun 10 06:25:01 2018 -0700
  46. 516bb59 x86: ivybridge: Drop CONFIG_USBDEBUG by Bin Meng · Sun Jun 03 19:04:19 2018 -0700
  47. 9032bbf x86: ivybridge: Enable 206ax cpu driver for FSP build by Bin Meng · Sun Jun 03 19:04:18 2018 -0700
  48. e1c6d2c x86: ivybridge: Imply USB_XHCI_HCD by Bin Meng · Sun Jun 03 19:04:15 2018 -0700
  49. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  50. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:19 2017 +0200
  51. 1e4251b x86: ivybridge: remove unused variables by Heinrich Schuchardt · Tue Sep 12 03:40:31 2017 +0200
  52. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  53. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Tue Aug 01 15:38:32 2017 -0400
  54. 73f5bc1 x86: Switch all boards to use DM SCSI by Bin Meng · Sun Jul 30 19:24:02 2017 -0700
  55. ccf6641 x86: ivybridge: remove unused uma_memory_size by xypron.glpk@gmx.de · Sun Jul 30 21:17:26 2017 +0200
  56. ce9d1b0 x86: Convert INTEL_ICH6_GPIO to Kconfig by Bin Meng · Sun Jul 30 06:23:28 2017 -0700
  57. 5b5d173 x86: kconfig: Move USB to platform Kconfig by Bin Meng · Sun Jul 30 06:23:27 2017 -0700
  58. 31dd76c x86: ivybridge: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:18 2017 -0700
  59. 1949a9a x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig by Bin Meng · Sun Jul 30 06:23:14 2017 -0700
  60. d3935ff x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig by Bin Meng · Sun Jul 30 06:23:10 2017 -0700
  61. 89e7d97 ahci: Support non-PCI controllers by Simon Glass · Tue Jul 04 13:31:18 2017 -0600
  62. fe54fda x86: Move link to use driver model for SCSI by Simon Glass · Wed Jun 14 21:28:48 2017 -0600
  63. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  64. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · Tue Mar 28 10:27:30 2017 -0600
  65. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  66. 78a20d2 x86: ivybridge: Provide a dummy SDRAM init for 64-bit by Simon Glass · Mon Jan 16 07:04:08 2017 -0700
  67. c48de2c x86: ivybridge: Skip SATA init in SPL by Simon Glass · Mon Jan 16 07:04:07 2017 -0700
  68. 0e8047c x86: ivybridge: Allow 32-bit init to move to SPL by Simon Glass · Mon Jan 16 07:03:47 2017 -0700
  69. 6fbb13d x86: ivybridge: Fix types for 64-bit compilation by Simon Glass · Mon Jan 16 07:03:39 2017 -0700
  70. e536796 x86: ivybridge: Add more debugging for failures by Simon Glass · Mon Jan 16 07:03:38 2017 -0700
  71. d87b092 x86: ivybridge: Declare global data where it is used by Simon Glass · Mon Jan 16 07:03:37 2017 -0700
  72. 67f66bd cpu: Add get_vendor callback by Alexander Graf · Fri Aug 19 01:23:27 2016 +0200
  73. c8f4453 x86: ivybridge: Tidy up enable_clock_gating() for 64-bit by Simon Glass · Sun Sep 25 21:33:35 2016 -0600
  74. 0a42c02 x86: ivybridge: Fix PCH power setup by Simon Glass · Sun Sep 25 21:33:34 2016 -0600
  75. b154a2d dm: x86: Move link to use driver model for video by Simon Glass · Wed Oct 05 20:42:20 2016 -0600
  76. 1710321 x86: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:36 2016 +0900
  77. f7f5674 x86: Add debugging when cpu_common_init() fails by Simon Glass · Mon Jul 25 18:58:59 2016 -0600
  78. 47a3d05 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Jul 12 08:15:17 2016 -0400
  79. e0f0cc5 x86: link: Correct a failure in DRAM init by Simon Glass · Mon Jul 11 09:30:55 2016 -0600
  80. 9404be5 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · Sun Jun 19 17:33:11 2016 -0600
  81. d538c36 x86: Call lapic_setup() in interrupt_init() by Bin Meng · Sun May 22 01:45:33 2016 -0700
  82. 1141fcf x86: Unify reserve_arch() for all x86 boards by Bin Meng · Wed May 11 07:45:00 2016 -0700
  83. c2f2b3b x86: Drop asm/acpi.h by Bin Meng · Sat May 07 07:46:10 2016 -0700
  84. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  85. e623ff6 x86: ivybridge: Convert to use the common SDRAM code by Simon Glass · Wed Mar 16 07:44:38 2016 -0600
  86. 9c852d7 x86: Move common PCH code into a common place by Simon Glass · Wed Mar 16 07:44:36 2016 -0600
  87. 3b6c843 x86: ivybridge: Show microcode version for each core by Simon Glass · Fri Mar 11 22:07:10 2016 -0700
  88. d4e9074 x86: Move common MRC Kconfig options to the common file by Simon Glass · Fri Mar 11 22:07:08 2016 -0700
  89. b67be7e x86: Move Intel Management Engine code to a common place by Simon Glass · Fri Mar 11 22:07:00 2016 -0700
  90. 780ba48 x86: Move common CPU code to its own place by Simon Glass · Fri Mar 11 22:06:58 2016 -0700
  91. 63e08a2 x86: Move common LPC code to its own place by Simon Glass · Fri Mar 11 22:06:57 2016 -0700
  92. ab39d33 x86: Add the root-complex block to common intel registers by Simon Glass · Fri Mar 11 22:06:56 2016 -0700
  93. 5535730 x86: Create a common header for Intel register access by Simon Glass · Fri Mar 11 22:06:55 2016 -0700
  94. 2df6188 x86: Move microcode code to a common location by Simon Glass · Fri Mar 11 22:06:54 2016 -0700
  95. 144652f x86: Move cache-as-RAM code into a common location by Simon Glass · Fri Mar 11 22:06:53 2016 -0700
  96. 9d95358 x86: Add some more common MSR indexes by Simon Glass · Sun Mar 06 19:28:04 2016 -0700
  97. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  98. 5afa22a x86: Add Intel Cougar Canyon 2 board by Bin Meng · Wed Feb 17 00:16:25 2016 -0800
  99. 051f175 x86: ivybridge: bd82x6x: Support FSP enabled configuration by Bin Meng · Wed Feb 17 00:16:24 2016 -0800
  100. 5dbe304 x86: ivybridge: Add FSP support by Bin Meng · Wed Feb 17 00:16:21 2016 -0800