1. c3f09e8 x86: coreboot: Enable support for the configuration editor by Simon Glass · Mon Oct 14 16:32:09 2024 -0600
  2. bf968e6 x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILE by Andrew Goodbody · Fri Oct 25 18:07:00 2024 +0100
  3. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  4. 5c36041 acpi: Move function prototype by Patrick Rudolph · Wed Oct 23 15:19:55 2024 +0200
  5. f317fce acpi: acpi_table: Bump revisions by Patrick Rudolph · Wed Oct 23 15:19:52 2024 +0200
  6. 97b4c8a acpi: x86: Move MADT to common code by Patrick Rudolph · Wed Oct 23 15:19:46 2024 +0200
  7. 8dc4512 acpi: x86: Write FADT in common code by Maximilian Brune · Wed Oct 23 15:19:45 2024 +0200
  8. d7fa54b acpi: x86: Move SPCR and DBG2 into common code by Maximilian Brune · Wed Oct 23 15:19:44 2024 +0200
  9. 0f9e31a x86: cpu: Add missing header inclusion by Andy Shevchenko · Sat Oct 05 22:12:00 2024 +0300
  10. 6ab207b x86: cpu: Add a few prototypes to the header file by Andy Shevchenko · Sat Oct 05 22:11:59 2024 +0300
  11. 3173142 x86: cpu: Mark a few functions static by Andy Shevchenko · Sat Oct 05 22:11:58 2024 +0300
  12. ede2bf6 x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · Sat Oct 05 22:11:57 2024 +0300
  13. 1563250 x86: coreboot: Add timestamps from coreboot to bootstage by Simon Glass · Wed Aug 28 14:13:54 2024 -0600
  14. 6df9239 x86: coreboot: Update the timestamp code to use sysinfo by Simon Glass · Wed Aug 28 14:13:53 2024 -0600
  15. 3ebdefc x86: Ensure the CPU identity exists for timer init by Simon Glass · Tue Aug 27 19:44:25 2024 -0600
  16. 5684fe1 x86: Show the CPU vendor in bdinfo by Simon Glass · Tue Aug 27 19:44:24 2024 -0600
  17. 1e37ad0 x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo by Tom Rini · Mon Jan 22 09:35:12 2024 -0500
  18. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · Tue Oct 15 21:07:13 2024 +0530
  19. 55bd10c dts: Deduplicate dtbs target by Marek Vasut · Fri Oct 04 02:10:42 2024 +0200
  20. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  21. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  22. 85ed77d arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:46 2024 -0600
  23. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  24. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  25. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  26. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  27. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · Mon Aug 26 17:29:30 2024 +0530
  28. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  29. 7792a0a Merge patch series "net: dwc_eth_qos: Add glue driver for Intel MAC" by Tom Rini · Tue Sep 03 09:12:06 2024 -0600
  30. f3ca49a x86: provide mb() macro by Philip Oberfichtner · Fri Aug 02 11:25:35 2024 +0200
  31. b711ef7 global_data: Drop spl_handoff by Simon Glass · Wed Aug 21 10:19:13 2024 -0600
  32. e0c508e global_data: Drop global_data hose by Simon Glass · Wed Aug 21 10:19:06 2024 -0600
  33. 0fafd2a global_data: Remove pci_ram_top by Simon Glass · Wed Aug 21 10:19:05 2024 -0600
  34. fa4bd9f x86: Drop use of global_data fb_base by Simon Glass · Wed Aug 21 10:18:54 2024 -0600
  35. dabf943 x86: Fix ptrdiff_t for x86_64 by Richard Weinberger · Fri Aug 02 12:08:43 2024 +0200
  36. d78c9bd bootstash: Do not provide a default address for all by Tom Rini · Mon Jul 15 12:42:00 2024 +0100
  37. 69e48a5 x86: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:35 2024 +0200
  38. 347fe72 x86: Set up some assumed sizes for binary blobs by Simon Glass · Sun Jun 23 11:55:08 2024 -0600
  39. 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · Thu Apr 18 05:11:13 2024 +0200
  40. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  41. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  42. f7da895 x86: Add missing <linux/types.h> by Tom Rini · Wed May 01 19:30:23 2024 -0600
  43. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  44. 412a021 x86: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:56 2024 -0600
  45. 8b9c906 x86: all firmware tables must be paragraph aligned by Heinrich Schuchardt · Tue Jan 02 00:11:44 2024 +0100
  46. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  47. fedc31f Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · Wed Apr 10 20:01:42 2024 -0600
  48. d336c6d x86: coreboot: Enable truetype fonts by Simon Glass · Thu Jan 04 08:10:40 2024 -0700
  49. 0b22604 x86: Enable SSE in 64-bit mode by Simon Glass · Thu Jan 04 08:10:39 2024 -0700
  50. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  51. 5f2cb6a x86: Drop message about features being missing with 64-bit by Simon Glass · Thu Dec 14 21:19:14 2023 -0700
  52. 586138f treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · Thu Dec 14 21:19:02 2023 -0700
  53. 5de06a6 Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · Wed Apr 10 13:49:35 2024 -0600
  54. 10880b3 x86: zboot: Use zboot_start() in zboot_run() by Simon Glass · Sun Dec 03 17:29:37 2023 -0700
  55. 14c0fc7 x86: zboot: Separate logic functions from commands by Simon Glass · Sun Dec 03 17:29:36 2023 -0700
  56. 365d17b x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · Sun Dec 03 17:29:35 2023 -0700
  57. f6d7ebd x86: zboot: Move environment setting into zboot_load() by Simon Glass · Sun Dec 03 17:29:31 2023 -0700
  58. c90a406 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · Sun Dec 03 17:29:28 2023 -0700
  59. 2bf90bd x86: zboot: Move command code into its own file by Simon Glass · Sun Dec 03 17:29:27 2023 -0700
  60. bf4af11 x86: zboot: Move zimage definitions to the header file by Simon Glass · Sun Dec 03 17:29:26 2023 -0700
  61. 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · Sun Jan 21 12:52:48 2024 +0100
  62. 08d931a smbios: copy QEMU tables by Heinrich Schuchardt · Sat Dec 23 02:03:34 2023 +0100
  63. ec95806 acpi: use 64-bit addresses in FADT table by Heinrich Schuchardt · Sat Dec 16 09:11:57 2023 +0100
  64. 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · Sun Dec 31 08:25:54 2023 -0700
  65. c2aa4ef bloblist: Adjust API to align in powers of 2 by Simon Glass · Wed Dec 27 13:07:00 2023 -0800
  66. 218b782 x86: coral: Align bootph SPI-flash subnodes with parent by Simon Glass · Sun Dec 17 09:36:14 2023 -0700
  67. 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · Thu Dec 21 16:10:00 2023 -0500
  68. 0726d9d bootm: Adjust arguments of boot_os_fn by Simon Glass · Fri Dec 15 20:14:13 2023 -0700
  69. 10e6a37 global: Rework architecture global_data.h to include <linux/types.h> by Tom Rini · Thu Dec 14 13:16:52 2023 -0500
  70. 2c1fd4a acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · Thu Nov 09 09:23:02 2023 -0800
  71. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  72. 84f4b5b arm: x86: Drop discarding of command linker-lists by Simon Glass · Sat Nov 18 14:04:49 2023 -0700
  73. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  74. a94fed4 x86: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:46 2023 +0300
  75. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  76. e5d9ddc x86: coreboot: Add a sysinfo driver by Simon Glass · Sun Nov 12 19:58:29 2023 -0700
  77. 91a503f x86: Drop <common.h> from remaining header files by Tom Rini · Wed Nov 01 12:28:24 2023 -0400
  78. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  79. f97e45e x86: coreboot: Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:17 2023 -0600
  80. 9b38810 Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:15 2023 -0600
  81. e96ac57 x86: coreboot: Enable VIDEO_COPY by Simon Glass · Tue Sep 19 21:00:11 2023 -0600
  82. ac58ccc x86: coreboot: Drop USB init on startup by Simon Glass · Thu Sep 21 07:37:44 2023 -0600
  83. 3d2d3b1 x86: Set the CPU vendor in SPL by Simon Glass · Tue Sep 19 21:00:05 2023 -0600
  84. 363eb14 x86: coreboot: Rearrange arch_cpu_init() by Simon Glass · Tue Sep 19 21:00:04 2023 -0600
  85. 28cd3d2c x86: coreboot: Document cbmem console struct by Simon Glass · Sun Sep 10 13:13:01 2023 -0600
  86. 2a5cad0 x86: dm: Mark driver model as dead when disabling CAR by Simon Glass · Thu Sep 07 09:58:20 2023 -0600
  87. 37da575 x86: broadwell: Set up MTRRs by Simon Glass · Thu Sep 07 09:58:19 2023 -0600
  88. d67d791 x86: broadwell: Avoid initing the CPU twice by Simon Glass · Thu Sep 07 09:58:18 2023 -0600
  89. 8c43434 x86: spl: Change the condition for copying U-Boot to RAM by Simon Glass · Thu Sep 07 09:58:17 2023 -0600
  90. aeacddf x86: Add some log categories by Simon Glass · Thu Sep 07 09:58:15 2023 -0600
  91. ce750ea x86: broadwell: Show the memory delay by Simon Glass · Thu Sep 07 09:58:14 2023 -0600
  92. 6f15ab7 x86: Prevent from missing the FADT chaining by Andy Shevchenko · Fri Sep 01 11:27:10 2023 -0600
  93. 9bd6b62 Reland "x86: Move FACP table into separate functions"" by Simon Glass · Fri Sep 01 11:27:09 2023 -0600
  94. e143c27 x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI) by Troy Kisky · Mon Mar 13 14:31:43 2023 -0700
  95. 1cedca1 event: Use an event to replace last_stage_init() by Simon Glass · Mon Aug 21 21:17:01 2023 -0600
  96. fcebb7b x86: Convert arch_fsp_init() to use events by Simon Glass · Mon Aug 21 21:16:59 2023 -0600
  97. b8357c1 event: Convert existing spy records to simple by Simon Glass · Mon Aug 21 21:16:56 2023 -0600
  98. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  99. 51a9aac common: return type board_get_usable_ram_top by Heinrich Schuchardt · Sat Aug 12 20:16:58 2023 +0200
  100. 5495aaf bootstd: Allow display of the x86 setup information by Simon Glass · Sun Jul 30 11:17:00 2023 -0600