1. 4d3b73e gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · 3 years, 10 months ago
  2. ae1e85b gpio: sandbox: Fully separate pin value from output value by Simon Glass · 3 years, 10 months ago
  3. 44a1a5b gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 10 months ago
  4. 3f2d575 gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 10 months ago
  5. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
  6. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 10 months ago
  7. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
  8. ea38372 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 10 months ago
  9. 4d97c33 Merge branch '2021-03-03-assorted-improvements' into next by Tom Rini · 3 years, 9 months ago
  10. 77759db tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 10 months ago
  11. e9d3d59 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 10 months ago
  12. 3d930ed tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 10 months ago
  13. 713c58a tpm: Add an implementation of define_space by Simon Glass · 3 years, 10 months ago
  14. 3b3ac8b tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 10 months ago
  15. 1f1eb34 tpm: Add a basic API implementation for TPMv2 by Simon Glass · 3 years, 10 months ago
  16. 3b8692a tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 10 months ago
  17. c036ebd tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 10 months ago
  18. 94e37a3 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · 3 years, 10 months ago
  19. 2797ebf tpm: Use logging in the uclass by Simon Glass · 3 years, 10 months ago
  20. 7ec382a tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 10 months ago
  21. cac744e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 10 months ago
  22. e00efa9 sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 10 months ago
  23. edd094e sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 10 months ago
  24. 4c902fa sandbox: Add os_realloc() by Simon Glass · 3 years, 10 months ago
  25. af61846 s5p4418_nanopi2: Drop dead code by Simon Glass · 3 years, 10 months ago
  26. cbd5946 doc: Add a note about producing 'md.b' output using hexdump by Simon Glass · 3 years, 10 months ago
  27. be1d5e8 doc: describe the md command by Simon Glass · 3 years, 10 months ago
  28. caa5f18 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 10 months ago
  29. e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 10 months ago
  30. fb1c0ae arm: remove set_dacr/get_dacr functions by Patrick Delaunay · 3 years, 10 months ago
  31. a14e5b4 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  32. b97cb09 arm: omap2: remove arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  33. 4aae24d arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 10 months ago
  34. d133261 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · 3 years, 10 months ago
  35. 061801e arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · 3 years, 10 months ago
  36. 4ad5a12 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 10 months ago
  37. c9b0dc3 stm32mp: update MMU config before the relocation by Patrick Delaunay · 3 years, 10 months ago
  38. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  39. 0f57627 Revert "lpc32xx: cpu: add support for soft reset" by Harald Seiler · 4 years ago
  40. 2cfae26 board: ns3: Remove superfluous reset logic by Harald Seiler · 4 years ago
  41. 9e2048c nds32: Remove dead reset_cpu() implementation by Harald Seiler · 4 years ago
  42. 607be3d Prepare v2021.04-rc3 by Tom Rini · 3 years, 9 months ago
  43. 8712391 log: convert pr_*() to logging by Heinrich Schuchardt · 3 years, 11 months ago
  44. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 10 months ago
  45. 2a1df58 uboot-test-hooks: Switch to our GitLab instance by Tom Rini · 3 years, 9 months ago
  46. 28b2b85 Correct U-Boot upstream repository by Heinrich Schuchardt · 3 years, 9 months ago
  47. c960c0a Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 9 months ago
  48. 36e815b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 9 months ago
  49. 0c5c020 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 9 months ago
  50. 5a96289 Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 9 months ago
  51. c244416 cmd/efidebug: add firmware management protocol GUID by Heinrich Schuchardt · 3 years, 9 months ago
  52. 6eb30c1 efi_loader: fix documentation in efi_loader.h by Heinrich Schuchardt · 3 years, 9 months ago
  53. 3cd908d efi_loader: limit output length for VenHw, VenMedia by Heinrich Schuchardt · 3 years, 9 months ago
  54. 2748fb6 tools/mkeficapsule.c: fix DEBUG build by Klaus Heinrich Kiwi · 3 years, 9 months ago
  55. df57335 MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOAD by Heinrich Schuchardt · 3 years, 9 months ago
  56. c462ae4 efi_loader: ACPI tables must be in EfiACPIReclaimMemory by Heinrich Schuchardt · 3 years, 9 months ago
  57. e3b0858 configs: stm32mp1: enable uefi related commands by Ilias Apalodimas · 3 years, 9 months ago
  58. 5206a68 arm: dts: stm32mp15: remove duplicate uart nodes by Patrick Delaunay · 3 years, 9 months ago
  59. f2c4720 ARM: stm32: Add USB host boot support by Marek Vasut · 3 years, 10 months ago
  60. 1d2f3d5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 9 months ago
  61. 6de61c8 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 9 months ago
  62. 3a99448 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 10 months ago
  63. 21e8476 doc: Document partition specifications by Sean Anderson · 3 years, 10 months ago
  64. edd68f4 doc: Rename k210 partitions anchor by Sean Anderson · 3 years, 10 months ago
  65. c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
  66. c83e384 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · 3 years, 10 months ago
  67. 7ea25da fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · 3 years, 10 months ago
  68. 2a1ced7 part: Support string block devices in part_get_info_by_dev_and_name by Sean Anderson · 3 years, 10 months ago
  69. c81028d part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 10 months ago
  70. e7bddea part: Give several functions more useful return values by Sean Anderson · 3 years, 10 months ago
  71. 2a19109 test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 10 months ago
  72. b2f1c0b mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 10 months ago
  73. f344991 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 9 months ago
  74. c47c0d8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 9 months ago
  75. 0570261 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 9 months ago
  76. b97bb61 mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG by Reto Schneider · 3 years, 10 months ago
  77. 3d431b9 mtd: nand: spi: Only one dummy byte in QUADIO by Hauke Mehrtens · 3 years, 10 months ago
  78. 9016304 mtd: spi-nor-core: Fix typo in documentation by Sean Anderson · 3 years, 10 months ago
  79. 0e34ef9 cmd: sf: Print error on test failure by Sean Anderson · 3 years, 10 months ago
  80. cc19b1d cmd: sf: Display errno on erase failure by Sean Anderson · 3 years, 10 months ago
  81. c9ad048 spi: nxp_fspi: Fix error reporting by Adam Ford · 3 years, 10 months ago
  82. efaf271 ddr: marvell: a38x: fix comment in conditional macro by Marek Behún · 3 years, 9 months ago
  83. 4235130 ddr: marvell: a38x: bump version to 14.0.0 by Marek Behún · 3 years, 9 months ago
  84. be975cd ddr: marvell: a38x: enum mv_ddr_twin_die: change order by heaterC · 3 years, 9 months ago
  85. b9eaf11 ddr: marvell: a38x: import code change from upstream by Marek Behún · 3 years, 9 months ago
  86. 2b368e1 ddr: marvell: a38x: fix memory cs size function by Moti Buskila · 3 years, 9 months ago
  87. 6965302 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 9 months ago
  88. e042270 ddr: marvell: a38x: disable WL phase correction stage in case of bus_width=16bit by Moti Buskila · 3 years, 9 months ago
  89. 498475e ddr: marvell: a38x: add support for twin-die combined memory device by Moti Buskila · 3 years, 9 months ago
  90. 0ebed9d ddr: marvell: a38x: add 16Gbit memory devices support by Moti Buskila · 3 years, 9 months ago
  91. 4951d42 ddr: marvell: a38x: allow board specific ODT configuration by Baruch Siach · 3 years, 9 months ago
  92. f4e6270 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 9 months ago
  93. 5be9915 ddr: marvell: a38x: fix memory size calculation using 32bit bus width by Moti Buskila · 3 years, 9 months ago
  94. 4b58bf0 ddr: marvell: a38x: fix 32bit by Moti Buskila · 3 years, 9 months ago
  95. 82b3415 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 9 months ago
  96. 7eccedb ddr: marvell: a38x: add ddr 32bit ECC support by Alex Leibovich · 3 years, 9 months ago
  97. 05ee0ad ddr: marvell: a38x: add ddr32 support by Alex Leibovich · 3 years, 9 months ago
  98. cd4d2cf ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 9 months ago
  99. 0114416 ddr: marvell: a38x: fix write leveling suplementary algo by Moti Buskila · 3 years, 9 months ago
  100. df403b7 ARM: dts: armada-385-turris-omnia: rename node in -u-boot.dtsi file by Marek Behún · 3 years, 10 months ago