1. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  2. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  3. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  4. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  5. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 3 years, 11 months ago
  6. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 11 months ago
  7. 1da448b x86: Silence some logging statements by Simon Glass · 4 years ago
  8. 9910fc1 x86: Set up Chrome OS to boot into developer mode by Simon Glass · 4 years ago
  9. 96d0aa9 x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 4 years ago
  10. 6571d87 x86: apl: Add core init for the SoC by Simon Glass · 4 years ago
  11. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 1 month ago
  12. bb44ebd x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years, 1 month ago
  13. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
  14. 96bf9be x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · 4 years, 1 month ago
  15. ca60199 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · 4 years, 1 month ago
  16. ea78675 x86: apl: Generate ACPI table for LPC by Simon Glass · 4 years, 1 month ago
  17. 60c0231 x86: apl: Generate CPU tables by Simon Glass · 4 years, 1 month ago
  18. abb4e42 x86: apl: Add support for hostbridge ACPI generation by Simon Glass · 4 years, 1 month ago
  19. da2c1b8 x86: apl: Generate required ACPI tables by Simon Glass · 4 years, 1 month ago
  20. 94c5ad2 x86: apl: Allow reading hostbridge base addresses by Simon Glass · 4 years, 1 month ago
  21. b98b91b x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 1 month ago
  22. c9cc37d x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 1 month ago
  23. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 1 month ago
  24. 97bafc9 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · 4 years, 1 month ago
  25. 674c58c x86: fsp: Replace e-mmc with emmc in devicetree bindings by Wolfgang Wallner · 4 years, 1 month ago
  26. a018611 arch: x86: apl: Update FSP parameters by Bernhard Messerklinger · 4 years, 3 months ago
  27. 858e5a1 x86: apl: fsp_bindings: Add support for u64 parameters by Bernhard Messerklinger · 4 years, 3 months ago
  28. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  29. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  30. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  31. c33aa35 x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 3 months ago
  32. 487852b x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · 4 years, 3 months ago
  33. efd3132 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · 4 years, 3 months ago
  34. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 3 months ago
  35. f549d9b x86: apl: Support set_hide() in p2sb driver by Simon Glass · 4 years, 4 months ago
  36. eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 4 months ago
  37. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 3 months ago
  38. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 3 months ago
  39. db17e40 x86: apl: Re-enable loading of SPL by Simon Glass · 4 years, 4 months ago
  40. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 4 months ago
  41. d9e7efe x86: apl: Use devicetree for FSP-S configuration by Bernhard Messerklinger · 4 years, 5 months ago
  42. 1fa6305 x86: apl: Use devicetree for FSP-M configuration by Bernhard Messerklinger · 4 years, 5 months ago
  43. 832fee8 x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled by Bernhard Messerklinger · 4 years, 5 months ago
  44. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  45. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  46. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  47. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  48. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  49. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  50. 52b9beb x86: apl: Skip init code when chain loading by Simon Glass · 4 years, 6 months ago
  51. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 7 months ago
  52. 2c64d11 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count by Wolfgang Wallner · 4 years, 8 months ago
  53. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  54. fa78604 x86: coral: Add I2C and TPM device-tree definitions by Simon Glass · 4 years, 9 months ago
  55. 69c2dc9 x86: Give each driver an IRQ type by Simon Glass · 4 years, 9 months ago
  56. eb8af95 x86: apl: Drop the I2C config in FSP-S by Simon Glass · 4 years, 9 months ago
  57. 659252e x86: apl: Use the clock driver by Simon Glass · 4 years, 9 months ago
  58. 2999846 x86: Move P2SB from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 9 months ago
  59. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  60. 1d5bf32 x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 9 months ago
  61. 43709fa x86: Move itss.c from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 9 months ago
  62. 142c975 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 9 months ago
  63. 7d53b5a x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS files by Wolfgang Wallner · 4 years, 9 months ago
  64. 3d9acea x86: apl: Avoid accessing the PCI bus before it is probed by Simon Glass · 4 years, 10 months ago
  65. 2153e8f x86: apl: Add FSP support by Simon Glass · 4 years, 11 months ago
  66. 1fc5419 x86: apl: Add Kconfig and Makefile by Simon Glass · 4 years, 11 months ago
  67. 46c674b x86: apl: Add P2SB driver by Simon Glass · 4 years, 11 months ago
  68. 4dc0ab3 x86: apl: Add SPL/TPL init by Simon Glass · 4 years, 11 months ago
  69. 6a4c237 x86: apl: Add a CPU driver by Simon Glass · 4 years, 11 months ago
  70. 409d4c6 x86: apl: Add SPL loaders by Simon Glass · 4 years, 11 months ago
  71. f5b18ae x86: apl: Add PUNIT driver by Simon Glass · 4 years, 11 months ago
  72. 40fb08e x86: apl: Add PCH driver by Simon Glass · 4 years, 11 months ago
  73. 8bd5dcd x86: apl: Add LPC driver by Simon Glass · 4 years, 11 months ago
  74. 3a02f69 x86: apl: Add ITSS driver by Simon Glass · 4 years, 11 months ago
  75. e5fb75c x86: apl: Add hostbridge driver by Simon Glass · 4 years, 11 months ago
  76. bd47209 x86: apl: Add systemagent driver by Simon Glass · 4 years, 11 months ago
  77. 7656582 x86: apl: Add UART driver by Simon Glass · 4 years, 11 months ago
  78. 28eefef x86: apl: Add PMC driver by Simon Glass · 4 years, 11 months ago