1. 2f00216 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · Mon Mar 15 18:11:18 2021 +1300
  2. 61d0464 sf: Support querying write-protect by Simon Glass · Mon Mar 15 18:11:17 2021 +1300
  3. 73709af bootstage: Warning if space is exhausted by Simon Glass · Mon Mar 15 18:11:16 2021 +1300
  4. 97447ea spl: Split out bootstage ID into a function by Simon Glass · Mon Mar 15 18:11:15 2021 +1300
  5. 5dc338f binman: Show a message when changing subnodes by Simon Glass · Mon Mar 15 18:11:14 2021 +1300
  6. 4d294a7 test: Silenece the echo and print tests by Simon Glass · Mon Mar 15 18:11:13 2021 +1300
  7. 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · Mon Mar 15 18:11:12 2021 +1300
  8. b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · Mon Mar 15 18:11:11 2021 +1300
  9. f0a4538 sandbox: Update do_host_bind() argument counting by Simon Glass · Mon Mar 15 18:11:10 2021 +1300
  10. 8f5fdf3 sandbox: Disintangle declarations in do_host_bind() by Simon Glass · Mon Mar 15 18:11:09 2021 +1300
  11. c747f8b sandbox: cros_ec: Only write EC state when the EC is probed by Simon Glass · Mon Mar 15 18:11:08 2021 +1300
  12. dafc5d7 sandbox: Only delete the executable if requested by Simon Glass · Mon Mar 15 18:11:07 2021 +1300
  13. 41d9706 sandbox: Only call timer_timebase_fallback() if present by Simon Glass · Mon Mar 15 18:11:06 2021 +1300
  14. 619af33 x86: coreboot: Don't setup MTRR when booting from coreboot by Simon Glass · Mon Mar 15 18:00:34 2021 +1300
  15. b78fc99 x86: fsp: Don't notify if booted from coreboot by Simon Glass · Mon Mar 15 18:00:33 2021 +1300
  16. 4ef4e8b x86: coral: Fall back to coreboot video when FSP missing by Simon Glass · Mon Mar 15 18:00:32 2021 +1300
  17. 9cfd95b x86: coral: Allow init of debug UART in U-Boot proper by Simon Glass · Mon Mar 15 18:00:31 2021 +1300
  18. 66342ef x86: coral: Avoid build error with !CONFIG_ACPIGEN by Simon Glass · Mon Mar 15 18:00:30 2021 +1300
  19. c8bc62d dm: core: Add CBFS support to flashmap by Simon Glass · Mon Mar 15 18:00:29 2021 +1300
  20. ee3ea44 x86: fsp: Don't enable FSP graphics if booted from coreboot by Simon Glass · Mon Mar 15 18:00:28 2021 +1300
  21. d2398ab x86: video: Allow coreboot video to be used on any x86 board by Simon Glass · Mon Mar 15 18:00:27 2021 +1300
  22. 98145af video: Fix video on coreboot with the copy buffer by Simon Glass · Mon Mar 15 18:00:26 2021 +1300
  23. ac8d9d5 cmd: Add missing check for CONFIG_SYS_LONGHELP by Simon Glass · Mon Mar 15 18:00:25 2021 +1300
  24. e1efad2 x86: Add a command to display coreboot sysinfo by Simon Glass · Mon Mar 15 18:00:24 2021 +1300
  25. 02c5120 x86: Allow installing an e820 when booting from coreboot by Simon Glass · Mon Mar 15 18:00:23 2021 +1300
  26. 0b24b12 x86: coreboot: Update parsing of the latest sysinfo by Simon Glass · Mon Mar 15 18:00:22 2021 +1300
  27. b7f8bad x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · Mon Mar 15 18:00:21 2021 +1300
  28. 5478c58 x86: coreboot: Sync up timestamp codes by Simon Glass · Mon Mar 15 18:00:20 2021 +1300
  29. 3404e05 x86: Move coreboot timestamp info into coreboot_tables.h by Simon Glass · Mon Mar 15 18:00:19 2021 +1300
  30. 9a01fd9 x86: Make coreboot sysinfo available to any x86 board by Simon Glass · Mon Mar 15 18:00:18 2021 +1300
  31. 7907c4b cbfs: Drop unnecessary cast in file_cbfs_fill_cache() by Simon Glass · Mon Mar 15 18:00:17 2021 +1300
  32. 2d507d2 cbfs: Support reading compression information by Simon Glass · Mon Mar 15 18:00:16 2021 +1300
  33. 0352edd cbfs: Simplify file iteration by Simon Glass · Mon Mar 15 18:00:15 2021 +1300
  34. 1567db0 cbfs: Factor out filling a cache node into a new function by Simon Glass · Mon Mar 15 18:00:14 2021 +1300
  35. f8142fb cbfs: Allow file traversal with any CBFS by Simon Glass · Mon Mar 15 18:00:13 2021 +1300
  36. 9464909 cbfs: Allow access to CBFS without a header by Simon Glass · Mon Mar 15 18:00:12 2021 +1300
  37. 3971a2a smbios: Allow writing to the coreboot version string by Simon Glass · Mon Mar 15 18:00:11 2021 +1300
  38. 7a02c81 cbfs: Rename new_node to node by Simon Glass · Mon Mar 15 18:00:10 2021 +1300
  39. 04c51bd cbfs: Add support for attributes by Simon Glass · Mon Mar 15 18:00:09 2021 +1300
  40. 2001f4a mmc: pci_mmc: Set up the card detect by Simon Glass · Mon Mar 15 18:00:08 2021 +1300
  41. 357da17 tegra: i2c: Drop LOG_DEBUG by Simon Glass · Mon Mar 15 18:00:07 2021 +1300
  42. 2301e93 x86: coral: Update the SD card-detect GPIO by Simon Glass · Mon Mar 15 18:00:06 2021 +1300
  43. 2daf7de x86: coral: Put the eMMC first by Simon Glass · Mon Mar 15 18:00:05 2021 +1300
  44. 527b9d8 x86: Probe device if needed in intel_gpio_xlate() by Simon Glass · Mon Mar 15 18:00:04 2021 +1300
  45. f0c97ad x86: p2sb: Drop LOG_DEBUG by Simon Glass · Mon Mar 15 18:00:03 2021 +1300
  46. 945ff0f x86: coral: Add information about building / running by Simon Glass · Mon Mar 15 18:00:02 2021 +1300
  47. df4c395 x86: coral: Free the ACPI GPIOs after using them by Simon Glass · Mon Mar 15 18:00:01 2021 +1300
  48. 6acba5a mtd: spi_flash_free() by Heinrich Schuchardt · Wed Mar 10 18:23:57 2021 +0100
  49. 53f6dc0 sandbox: dtsi: add rng by Vincent Stehlé · Wed Mar 10 15:33:30 2021 +0100
  50. 903d4f6 Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into next by Tom Rini · Fri Mar 26 12:15:26 2021 -0400
  51. 774b23f binman: Update various pieces of the documentation by Simon Glass · Thu Mar 18 20:25:17 2021 +1300
  52. 8911fa1 binman: Drop repetitive heading for each entry by Simon Glass · Thu Mar 18 20:25:16 2021 +1300
  53. 0ac96b6 binman: Incorporate entry documentation by Simon Glass · Thu Mar 18 20:25:15 2021 +1300
  54. fa88828 binman: Rearrange documentation into headings by Simon Glass · Thu Mar 18 20:25:14 2021 +1300
  55. 75ead66 binman: doc: Add documentation to htmldocs by Simon Glass · Thu Mar 18 20:25:13 2021 +1300
  56. d5ea994 doc: Move driver model docs under develop/ by Simon Glass · Thu Mar 18 20:25:12 2021 +1300
  57. dcc6b79 doc: Move UEFI under develop/ by Simon Glass · Thu Mar 18 20:25:11 2021 +1300
  58. 842fff4 x86: dts: Drop unused CONFIG_SPL by Simon Glass · Thu Mar 18 20:25:10 2021 +1300
  59. 2e8ec3a x86: Make use of binman expanded entries by Simon Glass · Thu Mar 18 20:25:09 2021 +1300
  60. 8463b21 Makefile: Pass new entry args to binman by Simon Glass · Thu Mar 18 20:25:08 2021 +1300
  61. 718b529 binman: Automatically expand phase binaries into sections by Simon Glass · Thu Mar 18 20:25:07 2021 +1300
  62. 55ab0b6 binman: Plumb expanded entries through fully by Simon Glass · Thu Mar 18 20:25:06 2021 +1300
  63. ed93067 binman: Allow a way to select expanded entries by Simon Glass · Thu Mar 18 20:25:05 2021 +1300
  64. 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · Thu Mar 18 20:25:04 2021 +1300
  65. eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · Thu Mar 18 20:25:03 2021 +1300
  66. 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · Thu Mar 18 20:25:02 2021 +1300
  67. a1ba618 binman: Drop unnecessary field in output_fdt_info by Simon Glass · Thu Mar 18 20:25:01 2021 +1300
  68. f184d95 binman: Use the fake SPL/TPL only if requested by Simon Glass · Thu Mar 18 20:25:00 2021 +1300
  69. d9bdd25 binman: Drop unnecessary 'type' property in tests by Simon Glass · Thu Mar 18 20:24:59 2021 +1300
  70. 63f41d4 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · Thu Mar 18 20:24:58 2021 +1300
  71. c98de97 binman: Add support for u-boot-tpl-nodtb by Simon Glass · Thu Mar 18 20:24:57 2021 +1300
  72. 31e04cb binman: Support symbols in u-boot-spl-nodtb by Simon Glass · Thu Mar 18 20:24:56 2021 +1300
  73. 308939b binman: Correct the documentation for u-boot-spl-bss-pad by Simon Glass · Thu Mar 18 20:24:55 2021 +1300
  74. 537e006 binman: Tidy up underscores in entry documentation by Simon Glass · Thu Mar 18 20:24:54 2021 +1300
  75. 3f093a3 binman: Update entry help for files-align by Simon Glass · Thu Mar 18 20:24:53 2021 +1300
  76. fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · Thu Mar 18 20:24:52 2021 +1300
  77. 4ef93d9 binman: Allow extracting to current directory by Simon Glass · Thu Mar 18 20:24:51 2021 +1300
  78. 0284916 x86: apl: Use read-only SPL and new of-platdata by Simon Glass · Mon Mar 15 17:25:52 2021 +1300
  79. f5c5530 x86: coral: Drop TPM and ACPI interrupts from TPL by Simon Glass · Mon Mar 15 17:25:51 2021 +1300
  80. df2e71a x86: coral: Drop ACPI properties from of-platdata by Simon Glass · Mon Mar 15 17:25:50 2021 +1300
  81. 9ea5755 x86: Don't include reset driver in SPL by Simon Glass · Mon Mar 15 17:25:49 2021 +1300
  82. f7ffa92 x86: Support a fake PCI device with of-platdata-inst by Simon Glass · Mon Mar 15 17:25:48 2021 +1300
  83. 8818202 x86: itss: Tidy up bind() for of-platdata-inst by Simon Glass · Mon Mar 15 17:25:47 2021 +1300
  84. aba073a x86: apl: Tell of-platdata about a required header file by Simon Glass · Mon Mar 15 17:25:46 2021 +1300
  85. e952cf6 x86: apl: Fix the header order in pmc by Simon Glass · Mon Mar 15 17:25:45 2021 +1300
  86. 92cb9dc x86: Define a region for device priv/plat data by Simon Glass · Mon Mar 15 17:25:44 2021 +1300
  87. e2ec0ea dm: doc: Add documentation for of-platdata-inst by Simon Glass · Mon Mar 15 17:25:43 2021 +1300
  88. 1730e46 dm: doc: Tidy up of-platdata docs by Simon Glass · Mon Mar 15 17:25:42 2021 +1300
  89. 2238594 dm: core: Add warnings to private / platform setters by Simon Glass · Mon Mar 15 17:25:41 2021 +1300
  90. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · Mon Mar 15 17:25:40 2021 +1300
  91. 07f2e80 sandbox: Define a region for device priv/plat data by Simon Glass · Mon Mar 15 17:25:39 2021 +1300
  92. 8dee67a dm: core: Allow storing priv/plat data separately by Simon Glass · Mon Mar 15 17:25:38 2021 +1300
  93. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · Mon Mar 15 17:25:37 2021 +1300
  94. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  95. 5b21b34 dm: core: Add an option to support SPL in read-only memory by Simon Glass · Mon Mar 15 17:25:35 2021 +1300
  96. 492f0b0 azure/gitlab: Add tests for sandbox_noinst by Simon Glass · Mon Mar 15 17:25:34 2021 +1300
  97. 9deea13 test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · Mon Mar 15 17:25:33 2021 +1300
  98. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · Mon Mar 15 17:25:32 2021 +1300
  99. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · Mon Mar 15 17:25:31 2021 +1300
  100. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · Mon Mar 15 17:25:30 2021 +1300