1. 8b9c906 x86: all firmware tables must be paragraph aligned by Heinrich Schuchardt · Tue Jan 02 00:11:44 2024 +0100
  2. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · Thu Apr 18 08:29:35 2024 -0600
  3. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · Wed Apr 10 17:06:27 2024 -0600
  4. 5f2cb6a x86: Drop message about features being missing with 64-bit by Simon Glass · Thu Dec 14 21:19:14 2023 -0700
  5. 586138f treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · Thu Dec 14 21:19:02 2023 -0700
  6. 5de06a6 Merge patch series "Complete decoupling of zboot logic from commands" by Tom Rini · Wed Apr 10 13:49:35 2024 -0600
  7. 10880b3 x86: zboot: Use zboot_start() in zboot_run() by Simon Glass · Sun Dec 03 17:29:37 2023 -0700
  8. 14c0fc7 x86: zboot: Separate logic functions from commands by Simon Glass · Sun Dec 03 17:29:36 2023 -0700
  9. 365d17b x86: zboot: Rename zboot_start() to zboot_run() by Simon Glass · Sun Dec 03 17:29:35 2023 -0700
  10. f6d7ebd x86: zboot: Move environment setting into zboot_load() by Simon Glass · Sun Dec 03 17:29:31 2023 -0700
  11. c90a406 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · Sun Dec 03 17:29:28 2023 -0700
  12. 2bf90bd x86: zboot: Move command code into its own file by Simon Glass · Sun Dec 03 17:29:27 2023 -0700
  13. bf4af11 x86: zboot: Move zimage definitions to the header file by Simon Glass · Sun Dec 03 17:29:26 2023 -0700
  14. 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · Sun Jan 21 12:52:48 2024 +0100
  15. 08d931a smbios: copy QEMU tables by Heinrich Schuchardt · Sat Dec 23 02:03:34 2023 +0100
  16. ec95806 acpi: use 64-bit addresses in FADT table by Heinrich Schuchardt · Sat Dec 16 09:11:57 2023 +0100
  17. 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · Sun Dec 31 08:25:54 2023 -0700
  18. c2aa4ef bloblist: Adjust API to align in powers of 2 by Simon Glass · Wed Dec 27 13:07:00 2023 -0800
  19. 0726d9d bootm: Adjust arguments of boot_os_fn by Simon Glass · Fri Dec 15 20:14:13 2023 -0700
  20. f97e45e x86: coreboot: Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:17 2023 -0600
  21. 9b38810 Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:15 2023 -0600
  22. 2a5cad0 x86: dm: Mark driver model as dead when disabling CAR by Simon Glass · Thu Sep 07 09:58:20 2023 -0600
  23. 37da575 x86: broadwell: Set up MTRRs by Simon Glass · Thu Sep 07 09:58:19 2023 -0600
  24. 8c43434 x86: spl: Change the condition for copying U-Boot to RAM by Simon Glass · Thu Sep 07 09:58:17 2023 -0600
  25. aeacddf x86: Add some log categories by Simon Glass · Thu Sep 07 09:58:15 2023 -0600
  26. 9bd6b62 Reland "x86: Move FACP table into separate functions"" by Simon Glass · Fri Sep 01 11:27:09 2023 -0600
  27. fcebb7b x86: Convert arch_fsp_init() to use events by Simon Glass · Mon Aug 21 21:16:59 2023 -0600
  28. b8357c1 event: Convert existing spy records to simple by Simon Glass · Mon Aug 21 21:16:56 2023 -0600
  29. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  30. 51a9aac common: return type board_get_usable_ram_top by Heinrich Schuchardt · Sat Aug 12 20:16:58 2023 +0200
  31. 5495aaf bootstd: Allow display of the x86 setup information by Simon Glass · Sun Jul 30 11:17:00 2023 -0600
  32. 85726f4 x86: i8254: Include required ibmpc.h header by Simon Glass · Sun Jul 30 21:01:48 2023 -0600
  33. c11a2b4 x86: Drop CFG_SYS_STACK_SIZE by Simon Glass · Sun Jul 30 21:01:47 2023 -0600
  34. 58766fd x86: Correct copying of BIOS mode information by Simon Glass · Sun Jul 30 11:16:04 2023 -0600
  35. 7dc0a45 x86: Run QEMU machine setup in SPL by Simon Glass · Sun Jul 30 11:16:01 2023 -0600
  36. 72213df x86: spl: Drop unwanted debug() by Simon Glass · Sun Jul 30 11:15:59 2023 -0600
  37. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · Thu Aug 03 09:47:17 2023 +0800
  38. 4a75a12 x86: Add a little more info to cbsysinfo by Simon Glass · Tue Jul 25 15:37:06 2023 -0600
  39. def9b88 x86: fsp: Use mtrr_set_next_var() for graphics memory by Bin Meng · Mon Jul 31 14:01:04 2023 +0800
  40. 4a3f391 x86: Change testing logic of mtrr commit by Bin Meng · Mon Jul 31 07:56:02 2023 -0600
  41. b3f351f x86: Make sure that the LPC is active before SDRAM init by Simon Glass · Sat Jul 15 21:39:13 2023 -0600
  42. 3a1d96f x86: Convert some debug statements to use logging by Simon Glass · Sat Jul 15 21:39:11 2023 -0600
  43. 66ca25c x86: Record the start and end of the tables by Simon Glass · Sat Jul 15 21:39:10 2023 -0600
  44. b87f76f x86: Refactor table-writing code a little by Simon Glass · Sat Jul 15 21:39:09 2023 -0600
  45. 23ae5c3 x86: Allow logging to be used in SPL reliably by Simon Glass · Sat Jul 15 21:39:05 2023 -0600
  46. e50c455 x86: Init video in SPL if enabled by Simon Glass · Sat Jul 15 21:39:01 2023 -0600
  47. fbfb476 x86: Ensure SPL banner is only shown once by Simon Glass · Sat Jul 15 21:39:00 2023 -0600
  48. ee95ec1 x86: Allow video-BIOS code to be built for SPL by Simon Glass · Sat Jul 15 21:38:58 2023 -0600
  49. 13e3e3e x86: Show an error when a BIOS exception occurs by Simon Glass · Sat Jul 15 21:38:44 2023 -0600
  50. c43faa8 x86: Correct get_sp() implementation for 64-bit by Simon Glass · Sat Jul 15 21:38:43 2023 -0600
  51. 1c26e96 x86: Show the CPU physical address size with bdinfo by Simon Glass · Sat Jul 15 21:38:42 2023 -0600
  52. fb84243 x86: Allow listing MTRRs in SPL by Simon Glass · Sat Jul 15 21:38:36 2023 -0600
  53. 531efde x86: zimage: Export the function to obtain the cmdline by Simon Glass · Wed Jul 12 09:04:44 2023 -0600
  54. 84305a1 x86: Add a function to boot a zimage by Simon Glass · Wed Jul 12 09:04:43 2023 -0600
  55. 4041f0d spl: Commit MTRRs only in board_init_f_r() by Simon Glass · Thu May 04 16:50:58 2023 -0600
  56. 6e7b1b5 x86: spl: Avoid using init_cache_f_r() from SPL by Simon Glass · Thu May 04 16:50:57 2023 -0600
  57. 53ea0f6 x86: Tidy up address for loading U-Boot from SPL by Simon Glass · Thu May 04 16:50:55 2023 -0600
  58. 05dc07b x86: spl: Show debugging for BSS by Simon Glass · Thu May 04 16:50:54 2023 -0600
  59. fdbc442 x86: mrc: Correct SPL debug message by Simon Glass · Thu May 04 16:50:53 2023 -0600
  60. 200626c x86: Tidy up availability of string functions by Simon Glass · Thu May 04 16:50:52 2023 -0600
  61. 9307401 dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · Thu May 04 16:50:45 2023 -0600
  62. f35f7fa x86: coreboot: Show unimplemented sysinfo tags by Simon Glass · Thu May 04 16:55:06 2023 -0600
  63. cf1f4bb x86: coreboot: Collect the address of the ACPI tables by Simon Glass · Thu May 04 16:54:59 2023 -0600
  64. 5f1a11e x86: Exit EFI boot services before starting kernel by Simon Glass · Mon Mar 20 08:30:09 2023 +1300
  65. 6d49632 x86: Support booting a 64-bit kernel from 64-bit U-Boot by Simon Glass · Mon Mar 20 08:30:08 2023 +1300
  66. 83ec1ca x86: Adjust bootparam.h to be more like linux by Simon Glass · Mon Mar 20 08:30:06 2023 +1300
  67. 3a12725 x86: Add a few more items to bdinfo by Simon Glass · Fri Mar 10 12:47:14 2023 -0800
  68. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  69. ae7ed57 Correct SPL uses of LMB by Simon Glass · Sun Feb 05 15:40:13 2023 -0700
  70. cd19795 Correct SPL uses of BOOTSTAGE_REPORT by Simon Glass · Sun Feb 05 15:36:20 2023 -0700
  71. bcdc0e2 x86: Correct Chrromebook typo by Simon Glass · Sun Feb 05 15:35:48 2023 -0700
  72. f5af951 x86: Fix saying arch_cpu_init_dm in debug/docs by Tom Rini · Sat Jan 14 15:49:35 2023 -0500
  73. cc84129 x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled by Sean Anderson · Tue Nov 22 12:54:51 2022 -0500
  74. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  75. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  76. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200
  77. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  78. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  79. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · Fri Sep 09 17:32:40 2022 +0200
  80. 5b92520 video: Rename structs and functions to avoid VBE by Simon Glass · Sat Jul 30 15:52:05 2022 -0600
  81. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · Sat Jul 30 15:52:04 2022 -0600
  82. 8aaae3d zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · Thu Jul 07 10:45:37 2022 +0200
  83. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  84. 2853256 Merge branch 'next' by Tom Rini · Mon Apr 04 10:45:33 2022 -0400
  85. 33e030b Revert "x86: Move FACP table into separate functions" by Andy Shevchenko · Wed Mar 30 18:49:18 2022 +0300
  86. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  87. c656172 acpi: Move MCFG implementation to common lib by Moritz Fischer · Sat Feb 05 12:17:45 2022 -0800
  88. df35ac4 arch: x86: lib: acpi_table: Fix MCFG entries by Moritz Fischer · Sat Feb 05 12:17:44 2022 -0800
  89. 5f47f23 x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · Wed Dec 01 09:03:03 2021 -0700
  90. 5da1e3c x86: Move device-specific ACPI tables to a writer function by Simon Glass · Wed Dec 01 09:03:02 2021 -0700
  91. 6e6bc9b x86: Move CSRT table to a writer function by Simon Glass · Wed Dec 01 09:03:00 2021 -0700
  92. bb3b608 x86: Move TCPA table to a writer function by Simon Glass · Wed Dec 01 09:02:59 2021 -0700
  93. b0d5fab x86: Move MADT table to a writer function by Simon Glass · Wed Dec 01 09:02:58 2021 -0700
  94. c753694 x86: Move TPM2 table to a writer function by Simon Glass · Wed Dec 01 09:02:57 2021 -0700
  95. 6800095 x86: Move SSDT table to a writer function by Simon Glass · Wed Dec 01 09:02:56 2021 -0700
  96. c4b5b02 x86: Move FACP table into separate functions by Simon Glass · Wed Dec 01 09:02:55 2021 -0700
  97. ff81f8c x86: Move FADT table to a writer function by Simon Glass · Wed Dec 01 09:02:54 2021 -0700
  98. d2a98eb x86: Move GNVS table to a writer function by Simon Glass · Wed Dec 01 09:02:53 2021 -0700
  99. 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · Wed Dec 01 09:02:52 2021 -0700
  100. f53f57d x86: Move FACS table to a writer function by Simon Glass · Wed Dec 01 09:02:51 2021 -0700