1. d9824aa arm64: zynqmp: Fix header alignment on kv260 boards by Michal Simek · 3 years, 4 months ago
  2. 87808fb arm64: zynqmp: Fix node name for ds35/36 leds by Michal Simek · 3 years, 4 months ago
  3. fa62c04 xilinx: zynqmp: Initialize usb and scsi via preboot by Michal Simek · 3 years, 4 months ago
  4. 2544401 arm64: zynqmp: Disable WDT_CDNS driver by default by Michal Simek · 3 years, 4 months ago
  5. 8ee49f0 mmc: zynq_sdhci: Use set_control_reg from sdhci.c by Ashok Reddy Soma · 3 years, 4 months ago
  6. ab0a749 mmc: zynq_sdhci: Wait till sd card detect state is stable by T Karthik Reddy · 3 years, 4 months ago
  7. 7a5f810 mmc: zynq_sdhci: Move setting tapdelay code to driver by Ashok Reddy Soma · 3 years, 4 months ago
  8. 467d078 mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays by Ashok Reddy Soma · 3 years, 4 months ago
  9. ed77d1a zynqmp_firmware: Add zynqmp firmware related enums by T Karthik Reddy · 3 years, 4 months ago
  10. 6b67778 mmc: sdhci: Change prototype of set_delay to return errors by Ashok Reddy Soma · 3 years, 4 months ago
  11. 21fd763 mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelay by Ashok Reddy Soma · 3 years, 4 months ago
  12. f0e4769 reset: zynqmp: Add reset controller for ZynqMP SoC by Michal Simek · 3 years, 4 months ago
  13. e779f4b xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver by Michal Simek · 3 years, 4 months ago
  14. eddd5f3 rtc: zynqmp: Add support for ZynqMP RTC by Michal Simek · 3 years, 4 months ago
  15. 452359e cmd: date: rtc: Update command to read the first RTC with seq 0 by Michal Simek · 3 years, 4 months ago
  16. 13bbcf4 dm: rtc: uclass: Add flag to control sequence numbering by Michal Simek · 3 years, 4 months ago
  17. 5ce5759 firmware: xilinx: Use explicit values for all enum values by Michal Simek · 3 years, 4 months ago
  18. cfb3760 xilinx: zynqmp: Add support for runtime dfu_alt_info setup by Michal Simek · 3 years, 4 months ago
  19. a8f1061 xilinx: zynqmp: Config non zero SYS_SPI_U_BOOT_OFFS by Michal Simek · 3 years, 4 months ago
  20. 6aca283 xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot() by Michal Simek · 3 years, 4 months ago
  21. 21e5c32 xilinx: zynqmp: Change multi_boot() to return value by Michal Simek · 3 years, 4 months ago
  22. 7748823 xilinx: zynqmp: Free allocated field for target variable by Michal Simek · 3 years, 4 months ago
  23. 49ba375 Merge branch '2021-08-04-assorted-minor-fixes' by Tom Rini · 3 years, 4 months ago
  24. 6520860 cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices by Adarsh Babu Kalepalli · 3 years, 6 months ago
  25. 17f4359 cmd:Elaborate 'blkcache' cmd HELP statement by Adarsh Babu Kalepalli · 3 years, 5 months ago
  26. 7370772 config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROM by Heinrich Schuchardt · 3 years, 4 months ago
  27. d4f5d2a doc: Add basic information about running CI tests by Tom Rini · 3 years, 4 months ago
  28. 4e8f02d fs/squashfs: Fix some hardlinks reading the wrong inode by Campbell Suter · 3 years, 7 months ago
  29. 741fc33 fit: Fix verification of images with external data by John Keeping · 3 years, 7 months ago
  30. d776e8f CI: Update to LLVM-12 by Tom Rini · 3 years, 4 months ago
  31. 861c215 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 4 months ago
  32. c14d7b3 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 4 months ago
  33. 372deee mtd: spi-nor: Mask out fast read if not requested in DT by Bin Meng · 3 years, 4 months ago
  34. 00bc6d0 mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps() by Bin Meng · 3 years, 4 months ago
  35. 475be5a spi: spi-mem-nodm: Fix read data size issue by Bin Meng · 3 years, 4 months ago
  36. 78b498c mtd: spi-nor-ids: Add support for XMC XM25QH64C by Reto Schneider · 3 years, 5 months ago
  37. ef46d39 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 4 months ago
  38. c488451 Merge branch '2021-08-02-numeric-input-cleanups' by Tom Rini · 3 years, 4 months ago
  39. 90877bb lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 4 months ago
  40. 6e0cd52 doc: Add a note about number representation by Simon Glass · 3 years, 4 months ago
  41. cfc9010 doc: Convert command-line info to rST by Simon Glass · 3 years, 4 months ago
  42. fe2622c lib: Move common digit-parsing code into a function by Simon Glass · 3 years, 4 months ago
  43. b9efdf5 lib: Add octal tests for simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  44. 238efc2 lib: Add tests for simple_strtoull() by Simon Glass · 3 years, 4 months ago
  45. 8be8eab lib: Drop unnecessary check for hex digit by Simon Glass · 3 years, 4 months ago
  46. f0722ed lib: Comment the base parameter with simple_strtoul/l() by Simon Glass · 3 years, 4 months ago
  47. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  48. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  49. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · 3 years, 4 months ago
  50. 7e8d473 x86: crownbay: Use external graphics card by default by Bin Meng · 3 years, 4 months ago
  51. 20ac76b x86: queensbay: Return directly if IGD / SDVO were already disabled by Bin Meng · 3 years, 4 months ago
  52. fe9f1df x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE by Bin Meng · 3 years, 4 months ago
  53. 5ba8372 x86: fsp: Don't program MTRR for DRAM for FSP1 by Bin Meng · 3 years, 4 months ago
  54. 09bc71a 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
  55. 13c2be0 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
  56. 5760ee3 x86: cmd: hob: Fix display of resource type for system memory by Bin Meng · 3 years, 4 months ago
  57. 9df4190 x86: cmd: hob: Fix the command usage and help messages by Bin Meng · 3 years, 4 months ago
  58. e41f0d2 x86: mtrr: Abort if requested size is not power of 2 by Bin Meng · 3 years, 4 months ago
  59. be53d5e x86: mtrr: Skip MSRs that were already programmed in mtrr_commit() by Bin Meng · 3 years, 4 months ago
  60. 7c29c13 x86: mtrr: Do not clear the unused ones in mtrr_commit() by Bin Meng · 3 years, 4 months ago
  61. 8967f63 x86: dts: Define a default TSC timer frequency by Bin Meng · 3 years, 4 months ago
  62. 917d2b8 x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ by Bin Meng · 3 years, 4 months ago
  63. 7378a6f x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM by Bin Meng · 3 years, 4 months ago
  64. b954e21 x86: crownbay: Adjust VGA rom address by Bin Meng · 3 years, 4 months ago
  65. da28b58 x86: tangier: Fix DMA controller IRQ polarity in CSRT by Andy Shevchenko · 3 years, 4 months ago
  66. ac54e25 x86: dts: Add "m25p,fast-read" to SPI flash node by Bin Meng · 3 years, 4 months ago
  67. be165e1 x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS by Bin Meng · 3 years, 4 months ago
  68. 1be8582 spi: ich: Limit slave->max_read_size by Bin Meng · 3 years, 4 months ago
  69. c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 4 months ago
  70. bc2ed7f doc: add graphviz imagemagick as build dependencies by Heinrich Schuchardt · 3 years, 4 months ago
  71. e3abd4d doc: handle 'make htmldocs' warnings as errors by Heinrich Schuchardt · 3 years, 4 months ago
  72. ba9347e doc: add missing board/ti/index.rst by Heinrich Schuchardt · 3 years, 4 months ago
  73. 3358bb1 Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
  74. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  75. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  76. fd4078e dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · 3 years, 4 months ago
  77. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
  78. 520b47a moveconfig: Update to newer kconfiglib by Simon Glass · 3 years, 4 months ago
  79. 84168db doc: Fix up outdated moveconfig docs by Simon Glass · 3 years, 4 months ago
  80. 83cc72e doc: Add docs for the moveconfig tool by Simon Glass · 3 years, 4 months ago
  81. 9d1e681 doc: Move coccinelle into its own section by Simon Glass · 3 years, 4 months ago
  82. c3730d7 doc: Create an intro section for testing by Simon Glass · 3 years, 4 months ago
  83. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · 3 years, 4 months ago
  84. eedc922 fdt: Show the type of devicetree with fdt addr by Simon Glass · 3 years, 4 months ago
  85. e4647a1 fdt: Tidy up the code a bit with fdt addr by Simon Glass · 3 years, 4 months ago
  86. 0021102 sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 4 months ago
  87. 05917ac sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · 3 years, 4 months ago
  88. 3220cb0 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · 3 years, 4 months ago
  89. ca31f07 sandbox: tpm: Support nvdata in TPM2 by Simon Glass · 3 years, 4 months ago
  90. e39503c sandbox: tpm: Track whether the state is valid by Simon Glass · 3 years, 4 months ago
  91. 92594f1 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · 3 years, 4 months ago
  92. 51c5066 sandbox: tpm: Correct handling of get-capability by Simon Glass · 3 years, 4 months ago
  93. f700496 sandbox: tpm: Support the define-space command by Simon Glass · 3 years, 4 months ago
  94. 689cde0 sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · 3 years, 4 months ago
  95. df884ec sandbox: tpm: Split out common nvdata code by Simon Glass · 3 years, 4 months ago
  96. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  97. bc856e4 doc: riscv: flashing SiFive boards by Heinrich Schuchardt · 3 years, 4 months ago
  98. 11df072 lib: disable CONFIG_SPL_HEXDUMP by default by Heinrich Schuchardt · 3 years, 4 months ago
  99. 62e90f7 video: buffer overrun in TrueType console by Heinrich Schuchardt · 3 years, 9 months ago
  100. cffaf7e Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 4 months ago