1. 7508120 x86: acpi: Don't show the UART address by default by Simon Glass · Wed Nov 04 09:57:41 2020 -0700
  2. 14ca07c x86: acpi: Include the TPMv1 table only if needed by Simon Glass · Wed Nov 04 09:57:40 2020 -0700
  3. dd5fa06 x86: Silence some logging statements by Simon Glass · Wed Nov 04 09:57:39 2020 -0700
  4. a1fc995 x86: fsp: Convert fsp_dram to use log_debug() by Simon Glass · Wed Nov 04 09:57:38 2020 -0700
  5. 012310b x86: Set up Chrome OS to boot into developer mode by Simon Glass · Wed Nov 04 09:57:36 2020 -0700
  6. d81f07f x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · Wed Nov 04 09:57:35 2020 -0700
  7. 279672f x86: Define the Chrome OS GNVS region by Simon Glass · Wed Nov 04 09:57:34 2020 -0700
  8. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · Wed Nov 04 09:57:33 2020 -0700
  9. 4ead23d x86: acpi: Put the generated code first in DSDT by Simon Glass · Wed Nov 04 09:57:32 2020 -0700
  10. 0581243 x86: acpi: Allow the SSDT to be empty by Simon Glass · Wed Nov 04 09:57:31 2020 -0700
  11. 495afca x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · Wed Nov 04 09:57:28 2020 -0700
  12. f8cc1ec x86: nhlt: Fix a few bugs in the table generation by Simon Glass · Wed Nov 04 09:57:27 2020 -0700
  13. cbea239 x86: nhlt: Correct output of bytes and 16-bit data by Simon Glass · Wed Nov 04 09:57:26 2020 -0700
  14. 5d093f3 x86: Allow putting some tables in the bloblist by Simon Glass · Wed Nov 04 09:57:25 2020 -0700
  15. 9b90b24 x86: Use if instead of #ifdef in write_tables() by Simon Glass · Wed Nov 04 09:57:24 2020 -0700
  16. d0823d8 x86: Add SMBIOS info for Coral by Simon Glass · Wed Nov 04 09:57:22 2020 -0700
  17. a6d9836 x86: coral: Drop the duplicate PCIe settings by Simon Glass · Wed Nov 04 09:57:21 2020 -0700
  18. 949c3b5 x86: Don't bother clearing global NVS by Simon Glass · Wed Nov 04 09:57:20 2020 -0700
  19. de0115a x86: acpi: Store the ACPI context in global_data by Simon Glass · Wed Nov 04 09:57:19 2020 -0700
  20. e50129a x86: Allow writing tables to fail by Simon Glass · Wed Nov 04 09:57:18 2020 -0700
  21. 28e750f x86: Add support for private files by Simon Glass · Wed Nov 04 09:57:17 2020 -0700
  22. c8ca6b6 x86: Add a layout for Chrome OS verified boot by Simon Glass · Wed Nov 04 09:57:16 2020 -0700
  23. f07f4b9 x86: apl: Add core init for the SoC by Simon Glass · Wed Nov 04 09:57:15 2020 -0700
  24. a055da8 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · Mon Oct 05 05:27:01 2020 -0600
  25. 8d5bcef x86: apl: Take advantage of the of-platdata parent support by Simon Glass · Sat Oct 03 11:31:39 2020 -0600
  26. ecdc4b3 x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · Sat Oct 03 11:31:38 2020 -0600
  27. 0637397 bloblist: Allow custom alignment for blobs by Simon Glass · Sat Sep 19 18:49:29 2020 -0600
  28. b676492 x86: edison: Generate an image suitable for xFSTK by Simon Glass · Sun Sep 06 10:35:34 2020 -0600
  29. 9612c12 x86: Use multiple images by Simon Glass · Sun Sep 06 10:35:31 2020 -0600
  30. fbf120c x86: Add support for more than 8 MTRRs by Simon Glass · Tue Sep 22 14:54:51 2020 -0600
  31. fe6d294 x86: hob: Try to show a name instead of a GUID by Simon Glass · Tue Sep 22 14:54:49 2020 -0600
  32. 2a75e4f x86: coral: Update config and device tree for ACPI by Simon Glass · Tue Sep 22 12:45:42 2020 -0600
  33. 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · Tue Sep 22 12:45:40 2020 -0600
  34. 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
  35. ec7c2b6 x86: fsp: Add more debugging for silicon init by Simon Glass · Tue Sep 22 12:45:37 2020 -0600
  36. c6f96a4 x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · Tue Sep 22 12:45:36 2020 -0600
  37. 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · Tue Sep 22 12:45:34 2020 -0600
  38. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · Tue Sep 22 12:45:33 2020 -0600
  39. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · Tue Sep 22 12:45:32 2020 -0600
  40. fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · Tue Sep 22 12:45:31 2020 -0600
  41. f4112b0 x86: Add a header guard to asm/acpi_table.h by Simon Glass · Tue Sep 22 12:45:30 2020 -0600
  42. dd23446 x86: Correct the assembly guard in e820.h by Simon Glass · Tue Sep 22 12:45:29 2020 -0600
  43. ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · Tue Sep 22 12:45:28 2020 -0600
  44. 6b88e88 x86: Sort the MTRR table by Simon Glass · Tue Sep 22 12:45:27 2020 -0600
  45. 2d8b3c6 x86: cpu: Report address width from cpu_get_info() by Simon Glass · Tue Sep 22 12:45:26 2020 -0600
  46. 34a9262 x86: fsp: Update the FSP API with the end-firmware method by Simon Glass · Tue Sep 22 12:45:25 2020 -0600
  47. f77b9e2 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · Tue Sep 22 12:45:23 2020 -0600
  48. fff5dab x86: apl: Generate ACPI table for LPC by Simon Glass · Tue Sep 22 12:45:22 2020 -0600
  49. 1eba121 x86: apl: Generate CPU tables by Simon Glass · Tue Sep 22 12:45:21 2020 -0600
  50. c3d589e x86: apl: Add support for hostbridge ACPI generation by Simon Glass · Tue Sep 22 12:45:20 2020 -0600
  51. b16dbec x86: apl: Generate required ACPI tables by Simon Glass · Tue Sep 22 12:45:19 2020 -0600
  52. a18e96e x86: apl: Allow reading hostbridge base addresses by Simon Glass · Tue Sep 22 12:45:17 2020 -0600
  53. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · Tue Sep 22 12:45:16 2020 -0600
  54. c32fbb6 x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · Tue Sep 22 12:45:15 2020 -0600
  55. d73344b x86: acpi: Add common Intel ACPI tables by Simon Glass · Tue Sep 22 12:45:14 2020 -0600
  56. 9bd4e9d x86: acpi: Add PCT and PTC tables by Simon Glass · Tue Sep 22 12:45:12 2020 -0600
  57. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · Tue Sep 22 12:45:10 2020 -0600
  58. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · Tue Sep 22 12:45:09 2020 -0600
  59. ac779e3 x86: Add a few common Intel CPU functions by Simon Glass · Tue Sep 22 12:45:08 2020 -0600
  60. 973daf2 x86: apl: Update iomap for ACPI by Simon Glass · Tue Sep 22 12:45:07 2020 -0600
  61. ff71114 x86: apl: Add power-management definitions by Simon Glass · Tue Sep 22 12:45:06 2020 -0600
  62. fedb532 x86: Add some definitions for SMM by Simon Glass · Tue Sep 22 12:45:05 2020 -0600
  63. 4c69a5f x86: acpi: Add a common routine to write WiFi info by Simon Glass · Tue Sep 22 12:45:04 2020 -0600
  64. 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · Tue Sep 22 12:45:03 2020 -0600
  65. d81ade4 x86: Add wake sources for the acpi_gpe driver by Simon Glass · Tue Sep 22 12:45:02 2020 -0600
  66. 91f2f19 x86: acpi: Expand the GNVS by Simon Glass · Tue Sep 22 12:44:54 2020 -0600
  67. 6fe570a x86: acpi: Support external GNVS tables by Simon Glass · Tue Sep 22 12:44:53 2020 -0600
  68. 9893180 x86: Add a common global NVS structure by Simon Glass · Tue Sep 22 12:44:52 2020 -0600
  69. 741ce46 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · Tue Sep 22 12:44:51 2020 -0600
  70. ca75c3f x86: acpi: Add DPTF asl files by Simon Glass · Tue Sep 22 12:44:49 2020 -0600
  71. e42bff5 x86: acpi: apl: Add asl files for Apollo Lake by Simon Glass · Tue Sep 22 12:44:48 2020 -0600
  72. c052918 x86: acpi: Add base asl files for common x86 devices by Simon Glass · Tue Sep 22 12:44:47 2020 -0600
  73. 6e8f7e9 x86: acpi: Add cros_ec tables by Simon Glass · Tue Sep 22 12:44:46 2020 -0600
  74. 12d93ab x86: zboot: Allow overriding the command line by Simon Glass · Sat Sep 05 14:50:51 2020 -0600
  75. aad0d76 x86: zboot: Add an option to dump the setup information by Simon Glass · Sat Sep 05 14:50:50 2020 -0600
  76. c55ce68 x86: zboot: Allow setting a separate setup base address by Simon Glass · Sat Sep 05 14:50:49 2020 -0600
  77. 58a9046 x86: zboot: Set environment variables for image locations by Simon Glass · Sat Sep 05 14:50:48 2020 -0600
  78. 3063483 x86: zboot: Add an 'setup' subcommand by Simon Glass · Sat Sep 05 14:50:47 2020 -0600
  79. 24d26f7 x86: zboot: Add an 'load' subcommand by Simon Glass · Sat Sep 05 14:50:46 2020 -0600
  80. 83dd29e x86: zboot: Add an 'info' subcommand by Simon Glass · Sat Sep 05 14:50:45 2020 -0600
  81. 1931b19 x86: zboot: Add a 'go' subcommand by Simon Glass · Sat Sep 05 14:50:44 2020 -0600
  82. d9b3c98 x86: zboot: Set up a sub-command structure by Simon Glass · Sat Sep 05 14:50:43 2020 -0600
  83. 0db800c x86: zimage: Disable interrupts just before booting by Simon Glass · Sat Sep 05 14:50:42 2020 -0600
  84. d67ff03 x86: zboot: Correct image type by Simon Glass · Sat Sep 05 14:50:41 2020 -0600
  85. df30d41 x86: zboot: Move kernel-version code into a function by Simon Glass · Sat Sep 05 14:50:40 2020 -0600
  86. 3a17717 x86: zimage: Avoid using #ifdef by Simon Glass · Sat Sep 05 14:50:39 2020 -0600
  87. 48800f4 x86: zimage: Use a state struct to hold the state by Simon Glass · Sat Sep 05 14:50:38 2020 -0600
  88. 6d5738d x86: Update the bootparam header by Simon Glass · Sat Sep 05 14:50:37 2020 -0600
  89. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  90. 13c23e9 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · Wed Sep 16 16:57:53 2020 +0200
  91. aa20282 x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · Wed Sep 16 16:57:52 2020 +0200
  92. ca1dba2 x86: fsp: Replace e-mmc with emmc in devicetree bindings by Wolfgang Wallner · Fri Sep 11 16:52:28 2020 +0200
  93. 26fd219 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 · Mon Sep 07 14:31:00 2020 -0400
  94. d659591 x86: Drop nhlt_serialise() by Simon Glass · Sat Aug 29 15:23:07 2020 -0600
  95. 3e90244 x86: Introduce USE_EARLY_BOARD_INIT option by Andy Shevchenko · Thu Aug 20 13:02:20 2020 +0300
  96. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  97. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · Sun Jul 19 10:15:40 2020 -0600
  98. b25b63a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Aug 03 10:25:47 2020 -0400
  99. 79e6b0d x86: call32: Append appropriate suffixes by Andy Shevchenko · Tue Jul 28 12:56:26 2020 +0300
  100. 3303fe3 x86: sipi_vector: Append appropriate suffixes by Andy Shevchenko · Tue Jul 28 12:56:25 2020 +0300