1. 0de9c37 x86: Ensure the e820 map is installed in all cases by Simon Glass · Sat Jul 10 21:15:21 2021 -0600
  2. 76f8bbe x86: Do cache set-up by default when booting from coreboot by Simon Glass · Sun Jun 27 17:51:03 2021 -0600
  3. 9885721 x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is used by Bin Meng · Wed Jul 07 15:36:26 2021 +0800
  4. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  5. 2f00216 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · Mon Mar 15 18:11:18 2021 +1300
  6. 619af33 x86: coreboot: Don't setup MTRR when booting from coreboot by Simon Glass · Mon Mar 15 18:00:34 2021 +1300
  7. b78fc99 x86: fsp: Don't notify if booted from coreboot by Simon Glass · Mon Mar 15 18:00:33 2021 +1300
  8. ee3ea44 x86: fsp: Don't enable FSP graphics if booted from coreboot by Simon Glass · Mon Mar 15 18:00:28 2021 +1300
  9. 02c5120 x86: Allow installing an e820 when booting from coreboot by Simon Glass · Mon Mar 15 18:00:23 2021 +1300
  10. 0b24b12 x86: coreboot: Update parsing of the latest sysinfo by Simon Glass · Mon Mar 15 18:00:22 2021 +1300
  11. b7f8bad x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · Mon Mar 15 18:00:21 2021 +1300
  12. 5478c58 x86: coreboot: Sync up timestamp codes by Simon Glass · Mon Mar 15 18:00:20 2021 +1300
  13. 9464909 cbfs: Allow access to CBFS without a header by Simon Glass · Mon Mar 15 18:00:12 2021 +1300
  14. f7ffa92 x86: Support a fake PCI device with of-platdata-inst by Simon Glass · Mon Mar 15 17:25:48 2021 +1300
  15. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  16. c00af3e x86: tpl: Show next stage being booted by Simon Glass · Sun Jan 24 10:06:11 2021 -0700
  17. 4771759 x86: spl: Clear BSS unconditionally by Simon Glass · Sun Jan 24 10:06:10 2021 -0700
  18. eeb0122 x86: zimage: Improve command-line debug handling by Simon Glass · Sun Jan 24 10:06:09 2021 -0700
  19. ba094bb x86: zimage: Allow dumping the image from outside the module by Simon Glass · Sun Jan 24 10:06:08 2021 -0700
  20. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  21. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  22. e1bafd5 x86: tpl: Remove unwanted devicetree string by Simon Glass · Wed Dec 23 08:11:32 2020 -0700
  23. 5e956d1 x86: zimage: Update cmdline parameter to be an env var by Simon Glass · Mon Nov 09 07:12:24 2020 -0700
  24. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  25. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  26. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  27. 7b48ce8 x86: zimage: Add silent-console processing by Simon Glass · Thu Nov 05 10:33:46 2020 -0700
  28. 9d8ca9f x86: zimage: Quieten down the zimage boot process by Simon Glass · Wed Nov 04 09:59:15 2020 -0700
  29. 8ee2854 x86: zimage: Sanity-check the kernel version before printing it by Simon Glass · Wed Nov 04 09:59:14 2020 -0700
  30. 842ff44 x86: zimage: Add a little more logging by Simon Glass · Wed Nov 04 09:59:13 2020 -0700
  31. 7b9e0d4 x86: fsp: Adjust calculations for MTRR range and DRAM top by Simon Glass · Wed Nov 04 09:57:43 2020 -0700
  32. 7508120 x86: acpi: Don't show the UART address by default by Simon Glass · Wed Nov 04 09:57:41 2020 -0700
  33. 14ca07c x86: acpi: Include the TPMv1 table only if needed by Simon Glass · Wed Nov 04 09:57:40 2020 -0700
  34. dd5fa06 x86: Silence some logging statements by Simon Glass · Wed Nov 04 09:57:39 2020 -0700
  35. a1fc995 x86: fsp: Convert fsp_dram to use log_debug() by Simon Glass · Wed Nov 04 09:57:38 2020 -0700
  36. d81f07f x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · Wed Nov 04 09:57:35 2020 -0700
  37. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · Wed Nov 04 09:57:33 2020 -0700
  38. 4ead23d x86: acpi: Put the generated code first in DSDT by Simon Glass · Wed Nov 04 09:57:32 2020 -0700
  39. 0581243 x86: acpi: Allow the SSDT to be empty by Simon Glass · Wed Nov 04 09:57:31 2020 -0700
  40. 495afca x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · Wed Nov 04 09:57:28 2020 -0700
  41. f8cc1ec x86: nhlt: Fix a few bugs in the table generation by Simon Glass · Wed Nov 04 09:57:27 2020 -0700
  42. cbea239 x86: nhlt: Correct output of bytes and 16-bit data by Simon Glass · Wed Nov 04 09:57:26 2020 -0700
  43. 5d093f3 x86: Allow putting some tables in the bloblist by Simon Glass · Wed Nov 04 09:57:25 2020 -0700
  44. 9b90b24 x86: Use if instead of #ifdef in write_tables() by Simon Glass · Wed Nov 04 09:57:24 2020 -0700
  45. de0115a x86: acpi: Store the ACPI context in global_data by Simon Glass · Wed Nov 04 09:57:19 2020 -0700
  46. e50129a x86: Allow writing tables to fail by Simon Glass · Wed Nov 04 09:57:18 2020 -0700
  47. 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · Tue Sep 22 12:45:40 2020 -0600
  48. 549995d x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · Tue Sep 22 12:45:38 2020 -0600
  49. ec7c2b6 x86: fsp: Add more debugging for silicon init by Simon Glass · Tue Sep 22 12:45:37 2020 -0600
  50. 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · Tue Sep 22 12:45:34 2020 -0600
  51. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · Tue Sep 22 12:45:33 2020 -0600
  52. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · Tue Sep 22 12:45:32 2020 -0600
  53. fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · Tue Sep 22 12:45:31 2020 -0600
  54. ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · Tue Sep 22 12:45:28 2020 -0600
  55. 1eba121 x86: apl: Generate CPU tables by Simon Glass · Tue Sep 22 12:45:21 2020 -0600
  56. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · Tue Sep 22 12:45:16 2020 -0600
  57. 9bd4e9d x86: acpi: Add PCT and PTC tables by Simon Glass · Tue Sep 22 12:45:12 2020 -0600
  58. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · Tue Sep 22 12:45:10 2020 -0600
  59. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · Tue Sep 22 12:45:09 2020 -0600
  60. 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · Tue Sep 22 12:45:03 2020 -0600
  61. 6fe570a x86: acpi: Support external GNVS tables by Simon Glass · Tue Sep 22 12:44:53 2020 -0600
  62. 12d93ab x86: zboot: Allow overriding the command line by Simon Glass · Sat Sep 05 14:50:51 2020 -0600
  63. aad0d76 x86: zboot: Add an option to dump the setup information by Simon Glass · Sat Sep 05 14:50:50 2020 -0600
  64. c55ce68 x86: zboot: Allow setting a separate setup base address by Simon Glass · Sat Sep 05 14:50:49 2020 -0600
  65. 58a9046 x86: zboot: Set environment variables for image locations by Simon Glass · Sat Sep 05 14:50:48 2020 -0600
  66. 3063483 x86: zboot: Add an 'setup' subcommand by Simon Glass · Sat Sep 05 14:50:47 2020 -0600
  67. 24d26f7 x86: zboot: Add an 'load' subcommand by Simon Glass · Sat Sep 05 14:50:46 2020 -0600
  68. 83dd29e x86: zboot: Add an 'info' subcommand by Simon Glass · Sat Sep 05 14:50:45 2020 -0600
  69. 1931b19 x86: zboot: Add a 'go' subcommand by Simon Glass · Sat Sep 05 14:50:44 2020 -0600
  70. d9b3c98 x86: zboot: Set up a sub-command structure by Simon Glass · Sat Sep 05 14:50:43 2020 -0600
  71. 0db800c x86: zimage: Disable interrupts just before booting by Simon Glass · Sat Sep 05 14:50:42 2020 -0600
  72. d67ff03 x86: zboot: Correct image type by Simon Glass · Sat Sep 05 14:50:41 2020 -0600
  73. df30d41 x86: zboot: Move kernel-version code into a function by Simon Glass · Sat Sep 05 14:50:40 2020 -0600
  74. 3a17717 x86: zimage: Avoid using #ifdef by Simon Glass · Sat Sep 05 14:50:39 2020 -0600
  75. 48800f4 x86: zimage: Use a state struct to hold the state by Simon Glass · Sat Sep 05 14:50:38 2020 -0600
  76. 13c23e9 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · Wed Sep 16 16:57:53 2020 +0200
  77. aa20282 x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · Wed Sep 16 16:57:52 2020 +0200
  78. 99186b3 x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · Wed Jul 29 12:31:17 2020 +0200
  79. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  80. 75ece5f x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · Thu Jul 16 21:22:38 2020 -0600
  81. f3694aa x86: acpi: Correct the version of the MADT by Simon Glass · Thu Jul 16 21:22:37 2020 -0600
  82. 7fbd04f x86: Drop setup_pcat_compatibility() by Simon Glass · Thu Jul 16 21:22:36 2020 -0600
  83. f66fb30 x86: Add debugging to table writing by Simon Glass · Thu Jul 16 21:22:31 2020 -0600
  84. 5e40c05 x86: apl: Use memory-mapped access for VBT by Simon Glass · Tue Jul 07 21:32:25 2020 -0600
  85. 9eb8004 x86: Add error checking for csrt table generation by Simon Glass · Tue Jul 07 21:32:24 2020 -0600
  86. f6cdb91 x86: Add support for building up an NHLT structure by Simon Glass · Tue Jul 07 21:32:16 2020 -0600
  87. 9ed41e7 acpi: Allow creating the GNVS to fail by Simon Glass · Tue Jul 07 21:32:05 2020 -0600
  88. 6ca9315 x86: Allow devices to write to DSDT by Simon Glass · Tue Jul 07 13:12:09 2020 -0600
  89. f0a8d68 x86: Allow devices to write an SSDT by Simon Glass · Tue Jul 07 13:12:07 2020 -0600
  90. c7c46e8 x86: acpi: Move MADT down a bit by Simon Glass · Tue Jul 07 13:12:04 2020 -0600
  91. 1d2a334 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · Thu Jul 09 18:43:17 2020 -0600
  92. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · Thu Jul 09 18:43:16 2020 -0600
  93. 3ce7f24 x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · Thu Jul 02 21:12:31 2020 -0600
  94. c5c4ed6 x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · Thu Jul 02 21:12:12 2020 -0600
  95. c7811b7 x86: Don't build some unused objects in TPL by Tom Rini · Fri Jun 26 17:40:06 2020 -0400
  96. b3279f3 bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · Sun May 10 14:17:02 2020 -0600
  97. 00bf279 x86: mrccache: Allow use before driver model is active by Simon Glass · Wed May 27 06:58:49 2020 -0600
  98. a0185fa x86: spl: Print the error on SPL failure by Simon Glass · Wed May 27 06:58:48 2020 -0600
  99. ba06a1f cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · Sun May 24 17:38:24 2020 -0600
  100. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600