1. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  2. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 8 months ago
  3. 51de94d x86: coral: Allow init of debug UART in U-Boot proper by Simon Glass · 3 years, 8 months ago
  4. 2018a33 x86: coral: Avoid build error with !CONFIG_ACPIGEN by Simon Glass · 3 years, 8 months ago
  5. e7bae82 x86: Allow installing an e820 when booting from coreboot by Simon Glass · 3 years, 8 months ago
  6. 68e03ca x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · 3 years, 8 months ago
  7. 17753b0 x86: Move coreboot timestamp info into coreboot_tables.h by Simon Glass · 3 years, 8 months ago
  8. e35b649 x86: Make coreboot sysinfo available to any x86 board by Simon Glass · 3 years, 8 months ago
  9. 98ed0ae x86: apl: Use read-only SPL and new of-platdata by Simon Glass · 3 years, 8 months ago
  10. 763ce51 x86: itss: Tidy up bind() for of-platdata-inst by Simon Glass · 3 years, 8 months ago
  11. a65c35e x86: apl: Tell of-platdata about a required header file by Simon Glass · 3 years, 8 months ago
  12. 8d0defa x86: apl: Fix the header order in pmc by Simon Glass · 3 years, 8 months ago
  13. 72db28e x86: Define a region for device priv/plat data by Simon Glass · 3 years, 8 months ago
  14. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 8 months ago
  15. 736ecc6 x86: Select advanced Intel code only if allowed by Simon Glass · 3 years, 9 months ago
  16. 97401d0 x86: sizeof-array-div error in lpc_common_early_init by Heinrich Schuchardt · 3 years, 9 months ago
  17. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 11 months ago
  18. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  19. 8cd1a0c x86: qemu: Fix broken multi-core boot by Bin Meng · 3 years, 9 months ago
  20. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  21. 76baecf x86: spl: Make moving BSS conditional by Simon Glass · 3 years, 10 months ago
  22. 37c664e x86: Make sure the SPL image ends on a suitable boundary by Simon Glass · 3 years, 10 months ago
  23. 0b2bedb x86: apl: Enhance debugging in the SPL loader by Simon Glass · 3 years, 10 months ago
  24. 6754393 x86: acpi_gpe: Update driver name to match devicetree by Simon Glass · 3 years, 10 months ago
  25. a0df924 x86: typo segement by Heinrich Schuchardt · 3 years, 11 months ago
  26. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  27. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  28. 21303d1 x86: apl: Adjust how the UART gets its platform data by Simon Glass · 3 years, 11 months ago
  29. 332b986 x86: apl: Use struct spi_nor instead of struct spi_flash by Simon Glass · 3 years, 11 months ago
  30. f6257f7 x86: Move priv/plat structs for intel_common to headers by Simon Glass · 3 years, 11 months ago
  31. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 3 years, 11 months ago
  32. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 11 months ago
  33. 5e89be1 x86: apl: Update hostbridge to remove unwanted TPL code by Simon Glass · 3 years, 11 months ago
  34. 1d2b858 x86: coral: Move fsp-m settings to a subnode by Simon Glass · 3 years, 11 months ago
  35. 7dc8259 x86: Move call64 into its own section by Simon Glass · 3 years, 11 months ago
  36. 52d2e9c x86: apl: Use const for driver operations by Simon Glass · 3 years, 11 months ago
  37. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
  38. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 11 months ago
  39. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 11 months ago
  40. df3dc20 x86: Drop unnecessary mp_init logic by Simon Glass · 3 years, 11 months ago
  41. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 11 months ago
  42. f89e8ac x86: edison: Switch to DM_USB_GADGET by Andy Shevchenko · 4 years ago
  43. 23cdbba x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 4 years ago
  44. d067fb7 x86: edison: BINMAN selection is specific to the board by Andy Shevchenko · 4 years ago
  45. 21096c0 x86: tangier: Find proper memory region for relocation by Andy Shevchenko · 4 years ago
  46. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  47. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  48. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  49. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  50. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  51. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  52. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
  53. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  54. f72d3d6 x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit() by Bin Meng · 4 years ago
  55. 1da448b x86: Silence some logging statements by Simon Glass · 4 years ago
  56. 9910fc1 x86: Set up Chrome OS to boot into developer mode by Simon Glass · 4 years ago
  57. 96d0aa9 x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 4 years ago
  58. a0ed800 x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · 4 years ago
  59. dc0791d x86: Don't bother clearing global NVS by Simon Glass · 4 years ago
  60. 38e498c x86: Allow writing tables to fail by Simon Glass · 4 years ago
  61. 6571d87 x86: apl: Add core init for the SoC by Simon Glass · 4 years ago
  62. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 1 month ago
  63. bb44ebd x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years, 1 month ago
  64. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
  65. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years, 2 months ago
  66. 2e3b883 x86: edison: Generate an image suitable for xFSTK by Simon Glass · 4 years, 2 months ago
  67. 29d2d64 x86: Add support for more than 8 MTRRs by Simon Glass · 4 years, 2 months ago
  68. 96bf9be x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · 4 years, 2 months ago
  69. 7c73cea x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
  70. f31b02c x86: Sort the MTRR table by Simon Glass · 4 years, 2 months ago
  71. aec7c1c x86: cpu: Report address width from cpu_get_info() by Simon Glass · 4 years, 2 months ago
  72. ca60199 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · 4 years, 2 months ago
  73. ea78675 x86: apl: Generate ACPI table for LPC by Simon Glass · 4 years, 2 months ago
  74. 60c0231 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
  75. abb4e42 x86: apl: Add support for hostbridge ACPI generation by Simon Glass · 4 years, 2 months ago
  76. da2c1b8 x86: apl: Generate required ACPI tables by Simon Glass · 4 years, 2 months ago
  77. 94c5ad2 x86: apl: Allow reading hostbridge base addresses by Simon Glass · 4 years, 2 months ago
  78. b98b91b x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 2 months ago
  79. 9b3e6d4 x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 2 months ago
  80. 6c0da2d x86: Add a few common Intel CPU functions by Simon Glass · 4 years, 2 months ago
  81. 18d8d24 x86: acpi: Add a common routine to write WiFi info by Simon Glass · 4 years, 2 months ago
  82. c9cc37d x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 2 months ago
  83. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  84. 97bafc9 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · 4 years, 2 months ago
  85. 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 2 months ago
  86. 674c58c x86: fsp: Replace e-mmc with emmc in devicetree bindings by Wolfgang Wallner · 4 years, 2 months ago
  87. 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 2 months ago
  88. 1d01d0c x86: Introduce USE_EARLY_BOARD_INIT option by Andy Shevchenko · 4 years, 3 months ago
  89. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
  90. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 4 months ago
  91. 9401859 x86: call32: Append appropriate suffixes by Andy Shevchenko · 4 years, 3 months ago
  92. 549c6f4 x86: sipi_vector: Append appropriate suffixes by Andy Shevchenko · 4 years, 3 months ago
  93. a018611 arch: x86: apl: Update FSP parameters by Bernhard Messerklinger · 4 years, 4 months ago
  94. 858e5a1 x86: apl: fsp_bindings: Add support for u64 parameters by Bernhard Messerklinger · 4 years, 4 months ago
  95. bcd4e6f x86: Change how selection of ROMs works by Simon Glass · 4 years, 4 months ago
  96. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  97. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  98. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 9 months ago
  99. c6efee5 x86: mp: Add more comments to the module by Simon Glass · 4 years, 4 months ago
  100. 8dda2ba x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 4 months ago