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