1. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years, 2 months ago
  2. 2e3b883 x86: edison: Generate an image suitable for xFSTK by Simon Glass · 4 years, 2 months ago
  3. 29d2d64 x86: Add support for more than 8 MTRRs by Simon Glass · 4 years, 2 months ago
  4. 96bf9be x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · 4 years, 2 months ago
  5. 7c73cea x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
  6. f31b02c x86: Sort the MTRR table by Simon Glass · 4 years, 2 months ago
  7. aec7c1c x86: cpu: Report address width from cpu_get_info() by Simon Glass · 4 years, 2 months ago
  8. ca60199 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · 4 years, 2 months ago
  9. ea78675 x86: apl: Generate ACPI table for LPC by Simon Glass · 4 years, 2 months ago
  10. 60c0231 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
  11. abb4e42 x86: apl: Add support for hostbridge ACPI generation by Simon Glass · 4 years, 2 months ago
  12. da2c1b8 x86: apl: Generate required ACPI tables by Simon Glass · 4 years, 2 months ago
  13. 94c5ad2 x86: apl: Allow reading hostbridge base addresses by Simon Glass · 4 years, 2 months ago
  14. b98b91b x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 2 months ago
  15. 9b3e6d4 x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 2 months ago
  16. 6c0da2d x86: Add a few common Intel CPU functions by Simon Glass · 4 years, 2 months ago
  17. 18d8d24 x86: acpi: Add a common routine to write WiFi info by Simon Glass · 4 years, 2 months ago
  18. c9cc37d x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 2 months ago
  19. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  20. 97bafc9 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · 4 years, 2 months ago
  21. 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 2 months ago
  22. 674c58c x86: fsp: Replace e-mmc with emmc in devicetree bindings by Wolfgang Wallner · 4 years, 2 months ago
  23. 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
  24. 1d01d0c x86: Introduce USE_EARLY_BOARD_INIT option by Andy Shevchenko · 4 years, 3 months ago
  25. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
  26. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 4 months ago
  27. 9401859 x86: call32: Append appropriate suffixes by Andy Shevchenko · 4 years, 4 months ago
  28. 549c6f4 x86: sipi_vector: Append appropriate suffixes by Andy Shevchenko · 4 years, 4 months ago
  29. a018611 arch: x86: apl: Update FSP parameters by Bernhard Messerklinger · 4 years, 4 months ago
  30. 858e5a1 x86: apl: fsp_bindings: Add support for u64 parameters by Bernhard Messerklinger · 4 years, 4 months ago
  31. bcd4e6f x86: Change how selection of ROMs works by Simon Glass · 4 years, 4 months ago
  32. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 10 months ago
  33. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  34. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 10 months ago
  35. c6efee5 x86: mp: Add more comments to the module by Simon Glass · 4 years, 4 months ago
  36. 8dda2ba x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 4 months ago
  37. aa3a4d8 x86: mtrr: Update MTRRs on all CPUs by Simon Glass · 4 years, 4 months ago
  38. 3d734b5 x86: Don't enable SMP in SPL by Simon Glass · 4 years, 4 months ago
  39. 240752c x86: mtrr: Use MP calls to list the MTRRs by Simon Glass · 4 years, 4 months ago
  40. 0538d68 x86: mp: Add iterators for CPUs by Simon Glass · 4 years, 4 months ago
  41. 99a573f x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 4 months ago
  42. 84d3ed1 x86: mp: Allow running functions on multiple CPUs by Simon Glass · 4 years, 4 months ago
  43. db3a37c x86: Set the SMP flag when MP init is complete by Simon Glass · 4 years, 4 months ago
  44. c33aa35 x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 4 months ago
  45. 8bccbc5 x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 4 months ago
  46. 20b049e x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · 4 years, 4 months ago
  47. 77a5e2d x86: mp_init: Set up the CPU numbers at the start by Simon Glass · 4 years, 4 months ago
  48. a6c9fd4 x86: mp_init: Drop the num_cpus static variable by Simon Glass · 4 years, 4 months ago
  49. 3a5752c x86: mp_init: Switch parameter names in start_aps() by Simon Glass · 4 years, 4 months ago
  50. e624858 x86: mp_init: Avoid declarations in header files by Simon Glass · 4 years, 4 months ago
  51. 78d57d6 x86: Move MP code into mp_init by Simon Glass · 4 years, 4 months ago
  52. cb1cb71 x86: mp_init: Switch to livetree by Simon Glass · 4 years, 4 months ago
  53. 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 4 months ago
  54. 538c9b3 x86: Update the comment about booting for FSP2 by Simon Glass · 4 years, 4 months ago
  55. 9ef1686 x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 4 months ago
  56. 487852b x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · 4 years, 4 months ago
  57. efd3132 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · 4 years, 4 months ago
  58. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 4 months ago
  59. a8c2789 x86: irq: Support flags for acpi_gpe by Simon Glass · 4 years, 5 months ago
  60. 62fba44 x86: apl: Hide the p2sb on exit from U-Boot by Simon Glass · 4 years, 5 months ago
  61. f549d9b x86: apl: Support set_hide() in p2sb driver by Simon Glass · 4 years, 5 months ago
  62. eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 5 months ago
  63. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 5 months ago
  64. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 4 months ago
  65. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 4 months ago
  66. db17e40 x86: apl: Re-enable loading of SPL by Simon Glass · 4 years, 4 months ago
  67. 3dada5a x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 5 months ago
  68. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  69. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
  70. 8e2922e x86: spi: Add a way to access the SPI mapping via registers by Simon Glass · 4 years, 6 months ago
  71. 53942b9 x86: coreboot: add SMBIOS cbmem entry parsing by Christian Gmeiner · 4 years, 6 months ago
  72. d9e7efe x86: apl: Use devicetree for FSP-S configuration by Bernhard Messerklinger · 4 years, 6 months ago
  73. 1fa6305 x86: apl: Use devicetree for FSP-M configuration by Bernhard Messerklinger · 4 years, 6 months ago
  74. 832fee8 x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled by Bernhard Messerklinger · 4 years, 6 months ago
  75. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  76. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  77. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 6 months ago
  78. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  79. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  80. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
  81. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  82. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 6 months ago
  83. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  84. b4d4f59 x86: coreboot: Allow building an SPL image by Simon Glass · 4 years, 7 months ago
  85. 37897c4 x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 7 months ago
  86. c2018cd x86: Allow building an SPL image for coreboot by Simon Glass · 4 years, 7 months ago
  87. 7ec0e7b x86: Move coreboot-table detection to common 32/64-bit code by Simon Glass · 4 years, 7 months ago
  88. 86ee14f x86: Use the existing stack when chain-loading by Simon Glass · 4 years, 7 months ago
  89. cfe7a10 x86: Add a way to detect running from coreboot by Simon Glass · 4 years, 7 months ago
  90. 33139a0 x86: Move coreboot-table detection into common code by Simon Glass · 4 years, 7 months ago
  91. 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  92. 52b9beb x86: apl: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  93. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  94. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  95. 1630853 x86: apl: Move p2sb ofdata reading to the correct method by Simon Glass · 4 years, 8 months ago
  96. 2831405 x86: Correct wording of coreboot source code by Simon Glass · 4 years, 8 months ago
  97. 2c64d11 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count by Wolfgang Wallner · 4 years, 9 months ago
  98. fc35d7e x86: cpu_x86: Make cpu_x86_get_count() non-static by Wolfgang Wallner · 4 years, 9 months ago
  99. 5a9d7f9 x86: p2sb: Drop 'apl' prefix by Wolfgang Wallner · 4 years, 9 months ago
  100. fa97ca1 Revert "x86: use invd instead of wbinvd in real mode start code" by Andy Shevchenko · 4 years, 9 months ago