1. 83042fd pci: Drop migration method by Simon Glass · 3 years, 4 months ago WIP/2021-08-05-drop-almost-all-pre-dm_pci-code
  2. 4a753fb ppc: Drop t4qds and b4860qds references by Simon Glass · 3 years, 4 months ago
  3. 666671e ppc: Drop idt8t49n222a_serdes_clk driver by Simon Glass · 3 years, 4 months ago
  4. 22137b8 pci: ppc: Drop ftpci100 driver by Simon Glass · 3 years, 4 months ago
  5. 23cd8a6 pci: Drop pci_init_board() by Simon Glass · 3 years, 4 months ago
  6. e15ba68 distro_bootcmd: Update DM_PCI check by Simon Glass · 3 years, 4 months ago
  7. 6b4a2a5 pci: sata_sil: Drop DM_PCI checks by Simon Glass · 3 years, 4 months ago
  8. ebacc78 pci: arm: mvebu: Drop DM_PCI check from arch_early_init_r by Simon Glass · 3 years, 4 months ago
  9. 63814a6 pci: imx: Drop DM_PCI check from cpu driver by Simon Glass · 3 years, 4 months ago
  10. 199056d pci: Drop DM_PCI check from bios_emul by Simon Glass · 3 years, 4 months ago
  11. eb4b7fa pci: scsi: pci: Drop DM_PCI check from scsi by Simon Glass · 3 years, 4 months ago
  12. 2d88b26 pci: imx: Drop use of DM_PCI by Simon Glass · 3 years, 4 months ago
  13. 0019e5e pci: msc01: Drop use of DM_PCI by Simon Glass · 3 years, 4 months ago
  14. 4afab72 pci: gt64120: Drop use of DM_PCI by Simon Glass · 3 years, 4 months ago
  15. 0ecc7a0 ppc: socrates: Drop use of DM_PCI by Simon Glass · 3 years, 4 months ago
  16. d76415c ppc: malta: Drop use of DM_PCI by Simon Glass · 3 years, 4 months ago
  17. 990ac1b pci: usb: ohci: Test on PCI not DM_PCI by Simon Glass · 3 years, 4 months ago
  18. 5ccee85 ppc: Drop DM_PCI from config files by Simon Glass · 3 years, 4 months ago
  19. debf660 pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci() by Simon Glass · 3 years, 4 months ago
  20. 97229af pci: freescale: Drop old code by Simon Glass · 3 years, 4 months ago
  21. 595232a pci: powerpc: Drop old code by Simon Glass · 3 years, 4 months ago
  22. ae09983 ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORID by Simon Glass · 3 years, 4 months ago
  23. 26221dc pci: Drop DM_PCI check from pci_common by Simon Glass · 3 years, 4 months ago
  24. e8c09d6 pci: Remove guard around compatibility functions by Simon Glass · 3 years, 4 months ago
  25. 86a898f pci: Drop old code from pci command by Simon Glass · 3 years, 4 months ago
  26. ab97eb3 Merge branch '2021-08-04-assorted-minor-fixes' by Tom Rini · 3 years, 4 months ago
  27. 1fdafeb cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices by Adarsh Babu Kalepalli · 3 years, 6 months ago WIP/2021-08-04-assorted-minor-fixes
  28. f86eba0 cmd:Elaborate 'blkcache' cmd HELP statement by Adarsh Babu Kalepalli · 3 years, 5 months ago
  29. e02c082 config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROM by Heinrich Schuchardt · 3 years, 4 months ago
  30. 08e8bc8 doc: Add basic information about running CI tests by Tom Rini · 3 years, 4 months ago
  31. a1ff2cb fs/squashfs: Fix some hardlinks reading the wrong inode by Campbell Suter · 3 years, 7 months ago
  32. 8edecd3 fit: Fix verification of images with external data by John Keeping · 3 years, 7 months ago
  33. 6621722 CI: Update to LLVM-12 by Tom Rini · 3 years, 4 months ago WIP/04Aug2021
  34. a0953b3 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 4 months ago WIP/03Aug2021
  35. b91c704 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 4 months ago
  36. d008190 mtd: spi-nor: Mask out fast read if not requested in DT by Bin Meng · 3 years, 4 months ago
  37. 87e7219 mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps() by Bin Meng · 3 years, 4 months ago
  38. cb42425 spi: spi-mem-nodm: Fix read data size issue by Bin Meng · 3 years, 4 months ago
  39. 9102cce mtd: spi-nor-ids: Add support for XMC XM25QH64C by Reto Schneider · 3 years, 5 months ago
  40. 3b64774 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 4 months ago
  41. 51aef40 Merge branch '2021-08-02-numeric-input-cleanups' by Tom Rini · 3 years, 4 months ago
  42. e695113 lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 4 months ago
  43. 5f4b356 doc: Add a note about number representation by Simon Glass · 3 years, 4 months ago
  44. 7a4ff7c doc: Convert command-line info to rST by Simon Glass · 3 years, 4 months ago
  45. 5a94546 lib: Move common digit-parsing code into a function by Simon Glass · 3 years, 4 months ago
  46. ab833ef lib: Add octal tests for simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  47. 4d3177d lib: Add tests for simple_strtoull() by Simon Glass · 3 years, 4 months ago
  48. 96b2344 lib: Drop unnecessary check for hex digit by Simon Glass · 3 years, 4 months ago
  49. 18546f2 lib: Comment the base parameter with simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  50. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  51. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  52. 031725f hash: Ensure verification hex pairs are terminated by Simon Glass · 3 years, 4 months ago
  53. 9feb5bd x86: crownbay: Use external graphics card by default by Bin Meng · 3 years, 4 months ago
  54. c71d5fb x86: queensbay: Return directly if IGD / SDVO were already disabled by Bin Meng · 3 years, 4 months ago
  55. 33e4ab3 x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE by Bin Meng · 3 years, 4 months ago
  56. 0254160 x86: fsp: Don't program MTRR for DRAM for FSP1 by Bin Meng · 3 years, 4 months ago
  57. 73994c4 Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 4 months ago WIP/02Aug2021
  58. 99bb5f2 Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 3 years, 4 months ago
  59. 5309433 x86: cmd: hob: Fix display of resource type for system memory by Bin Meng · 3 years, 4 months ago
  60. 2ab1ffa x86: cmd: hob: Fix the command usage and help messages by Bin Meng · 3 years, 4 months ago
  61. 9a7c6fd x86: mtrr: Abort if requested size is not power of 2 by Bin Meng · 3 years, 4 months ago
  62. 3bcd6cf x86: mtrr: Skip MSRs that were already programmed in mtrr_commit() by Bin Meng · 3 years, 4 months ago
  63. 596bd05 x86: mtrr: Do not clear the unused ones in mtrr_commit() by Bin Meng · 3 years, 4 months ago
  64. c79cbb5 x86: dts: Define a default TSC timer frequency by Bin Meng · 3 years, 4 months ago
  65. 5824bc6 x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ by Bin Meng · 3 years, 4 months ago
  66. ffaa7ab x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM by Bin Meng · 3 years, 4 months ago
  67. e7a61c5 x86: crownbay: Adjust VGA rom address by Bin Meng · 3 years, 4 months ago
  68. 46db4bb x86: tangier: Fix DMA controller IRQ polarity in CSRT by Andy Shevchenko · 3 years, 4 months ago
  69. bd798ee x86: dts: Add "m25p,fast-read" to SPI flash node by Bin Meng · 3 years, 4 months ago
  70. 5672d04 x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS by Bin Meng · 3 years, 4 months ago
  71. 4dc8279 spi: ich: Limit slave->max_read_size by Bin Meng · 3 years, 4 months ago
  72. 78e6b87 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 4 months ago
  73. c0b6f7d doc: add graphviz imagemagick as build dependencies by Heinrich Schuchardt · 3 years, 4 months ago
  74. 89a5fbb doc: handle 'make htmldocs' warnings as errors by Heinrich Schuchardt · 3 years, 4 months ago
  75. 5e1df33 doc: add missing board/ti/index.rst by Heinrich Schuchardt · 3 years, 4 months ago
  76. 72ffb41 Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago WIP/01Aug2021
  77. eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  78. ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  79. df82de8 dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · 3 years, 4 months ago
  80. cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
  81. ea40b20 moveconfig: Update to newer kconfiglib by Simon Glass · 3 years, 4 months ago
  82. a8ba35b doc: Fix up outdated moveconfig docs by Simon Glass · 3 years, 4 months ago
  83. 5c72c0e doc: Add docs for the moveconfig tool by Simon Glass · 3 years, 4 months ago
  84. a980e7b doc: Move coccinelle into its own section by Simon Glass · 3 years, 4 months ago
  85. 2d754ce doc: Create an intro section for testing by Simon Glass · 3 years, 4 months ago
  86. a612333 patman: add warning for invalid tag by Patrick Delaunay · 3 years, 4 months ago
  87. b29a0db fdt: Show the type of devicetree with fdt addr by Simon Glass · 3 years, 4 months ago
  88. 0c92963 fdt: Tidy up the code a bit with fdt addr by Simon Glass · 3 years, 4 months ago
  89. 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 4 months ago
  90. 9f0b535 sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · 3 years, 4 months ago
  91. a986216 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · 3 years, 4 months ago
  92. d8f105d sandbox: tpm: Support nvdata in TPM2 by Simon Glass · 3 years, 4 months ago
  93. 0c0ddad sandbox: tpm: Track whether the state is valid by Simon Glass · 3 years, 4 months ago
  94. 46aed06 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · 3 years, 4 months ago
  95. 7f350a9 sandbox: tpm: Correct handling of get-capability by Simon Glass · 3 years, 4 months ago
  96. f9143c1 sandbox: tpm: Support the define-space command by Simon Glass · 3 years, 4 months ago
  97. 1db235a sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · 3 years, 4 months ago
  98. 974c98f sandbox: tpm: Split out common nvdata code by Simon Glass · 3 years, 4 months ago
  99. c03cb02 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  100. d7a9749 doc: riscv: flashing SiFive boards by Heinrich Schuchardt · 3 years, 4 months ago