1. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  2. 34c6f1a gpio: remove GPIOD_REQUESTED by Patrick Delaunay · 4 years, 11 months ago
  3. d983a6e dt-bindings: gpio: document the new pull-up/pull-down flags by Patrick Delaunay · 4 years, 11 months ago
  4. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
  5. 4f3ad1c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 8 months ago
  6. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
  7. 9d0731d dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 8 months ago
  8. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  9. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  10. 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 8 months ago
  11. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
  12. e393e4a log: output for CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
  13. c5e7f66 test: Add hexdump.h to the unit test header by Simon Glass · 4 years, 8 months ago
  14. e962989 acpi: Add support for DMAR by Simon Glass · 4 years, 8 months ago
  15. b2672ea acpi: Add a central location for table version numbers by Simon Glass · 4 years, 8 months ago
  16. 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 8 months ago
  17. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  18. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  19. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
  20. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · 4 years, 8 months ago
  21. ac5e9e7 spi: Add SPI mode enums by Simon Glass · 4 years, 8 months ago
  22. c35854a cpu: Support querying the address width by Simon Glass · 4 years, 8 months ago
  23. 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · 4 years, 9 months ago
  24. 0e104e3 efi_loader: image_loader: support image authentication by AKASHI Takahiro · 4 years, 8 months ago
  25. b0f49ee efi_loader: variable: support variable authentication by AKASHI Takahiro · 4 years, 8 months ago
  26. d2cefc8 efi_loader: add signature database parser by AKASHI Takahiro · 4 years, 8 months ago
  27. 1faaca4 efi_loader: add signature verification functions by AKASHI Takahiro · 4 years, 8 months ago
  28. 2f94c39 Merge tag 'u-boot-stm32-20200415' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 8 months ago
  29. f8fe21d configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 8 months ago
  30. f7c2e9f watchdog: move initr_watchdog() to wdt-uclass.c by Rasmus Villemoes · 4 years, 9 months ago
  31. cd5a048 watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h by Rasmus Villemoes · 4 years, 9 months ago
  32. c380944 arm: mvebu: clearfog: Unify DT selection paths by Joel Johnson · 4 years, 8 months ago
  33. 7ccaed2 arm: mvebu: clearfog: support multiple SATA boot by Joel Johnson · 4 years, 8 months ago
  34. 3a06e39 arm: mvebu: clearfog: add SCSI to distro bootcmd by Joel Johnson · 4 years, 8 months ago
  35. 12b32e0 arm: mvebu: clearfog: add scsi target to distro-boot by Josua Mayer · 4 years, 10 months ago
  36. f282d76 Merge branch 'next' by Tom Rini · 4 years, 8 months ago
  37. 2938490 Merge tag 'mips-fixes-for-2020.04' of git://git.denx.de/u-boot-mips by Tom Rini · 4 years, 8 months ago
  38. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
  39. 1a47a48 mips: vcoreiii: Ajust CONFIG_SYS_MEMTEST_END by Lars Povlsen · 4 years, 10 months ago
  40. 527c1d0 Merge tag 'u-boot-amlogic-20200406' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 4 years, 8 months ago
  41. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
  42. 2a6f0e6 mx7dsabre: Fix ramdisk_addr* for distro boot by Jan Kiszka · 4 years, 9 months ago
  43. ecd0ce5 ARM: zynq: Enable DM for CFI NOR flash by Michal Simek · 4 years, 9 months ago
  44. 5b93516 ARM: zynq: Do not report NOR flash detection failure by Michal Simek · 4 years, 9 months ago
  45. d34d5ef arm64: dts: meson: sync dt and bindings from v5.6-rc2 by Jerome Brunet · 4 years, 9 months ago
  46. f07a39d dt-bindings: leds: import common led bindings from linux v5.5 by Jerome Brunet · 4 years, 9 months ago
  47. 0e29bd3 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 4 years, 8 months ago
  48. 872111a ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support by Tom Warren · 4 years, 9 months ago
  49. fbb4771 t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernels by Tom Warren · 4 years, 9 months ago
  50. bc29ec7 colibri_t30: add update_uboot wrapper by Igor Opaniuk · 4 years, 8 months ago
  51. 2567d27 colibri_t20: add update_uboot wrapper by Igor Opaniuk · 4 years, 8 months ago
  52. d4b0740 apalis_t30: add update_uboot wrapper by Igor Opaniuk · 4 years, 8 months ago
  53. 3dc7d9c apalis-tk1: add update_uboot wrapper by Igor Opaniuk · 4 years, 8 months ago
  54. 288b756 rockchip: Enable HDMI output on rk3399 board w/ HDMI by Jagan Teki · 4 years, 8 months ago
  55. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 9 months ago
  56. 2f3c6c5 image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 9 months ago
  57. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
  58. 63932dd Merge tag 'efi-2020-04-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 8 months ago
  59. e62883b configs: socfpga: Change to use SOCFPGA_PHYS_OCRAM_SIZE macro by Ley Foon Tan · 4 years, 9 months ago
  60. 3e78c33 configs: lx2160a: Access flash memory as per spi-mem by Kuldeep Singh · 4 years, 9 months ago
  61. fd31703 configs: ls1012afrwy: adjust env kernel_addr_r by Biwen Li · 4 years, 8 months ago
  62. 14026fa configs: ls1021a: Append othbootargs to bootargs by Alison Wang · 4 years, 9 months ago
  63. f0018f5 dm: arm64: ls1046a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  64. 014460b dm: arm64: ls1043a: add i2c DM support by Biwen Li · 4 years, 10 months ago
  65. 023f794 configs: ls1012afrwy: fix wrong env of board by Biwen Li · 4 years, 8 months ago
  66. 65fd69e armv8: ls1028a: clean up the environment variables by Yuantian Tang · 4 years, 8 months ago
  67. 18c2002 armv8: ls1028aqds: add some environments by Yuantian Tang · 4 years, 8 months ago
  68. 35c82d6 configs: ls2080aqds: support distro boot by Biwen Li · 4 years, 9 months ago
  69. 5bef869 configs: ls1088aqds: support distro boot by Biwen Li · 4 years, 9 months ago
  70. 23f6b7f include/configs: ls1012afrwy: fix load address of itb with bootm command by Biwen Li · 4 years, 9 months ago
  71. 2622464 lx2160a: Add dhcp in boot_targets by Meenakshi Aggarwal · 4 years, 9 months ago
  72. 7a224e7 armv8: ls1028a: add dhcp boot target device by Yuantian Tang · 4 years, 9 months ago
  73. cdc1200 lx2160a : Remove default VID setting by Meenakshi Aggarwal · 4 years, 9 months ago
  74. 874c52e armv8: ls1028a: Update secure boot headers offset by Priyanka Singh · 4 years, 9 months ago
  75. bebebab lx2160a : Add emmc in boot_targets environment variable by Meenakshi Aggarwal · 4 years, 9 months ago
  76. e1786d3 arm64: ls1046a: remove fdt_high environment variable by Yuantian Tang · 4 years, 9 months ago
  77. 5187cec arm64: ls1028a: remove fdt_high environment variable by Yuantian Tang · 4 years, 9 months ago
  78. 7147706 ls1021a: Set CONFIG_SYS_BOOTMAPSZ to the memory for relocation by Alison Wang · 4 years, 10 months ago
  79. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  80. ce0d27e vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader. by Kristian Amlie · 4 years, 9 months ago
  81. 35d8810 Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader." by Tom Rini · 4 years, 8 months ago
  82. b0ec6a1 Merge tag 'u-boot-rockchip-20200327' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 8 months ago
  83. 1fe1189 rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboard by Peter Robinson · 4 years, 9 months ago
  84. 2ebc211 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · 4 years, 9 months ago
  85. 646cc96 vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader. by Kristian Amlie · 4 years, 9 months ago
  86. 82cd6c4 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 8 months ago
  87. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 9 months ago
  88. 4939fa1 Merge tag '20200316-for-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c into next by Tom Rini · 4 years, 9 months ago
  89. 32b5a58 efi_loader: correct a definition of struct efi_capsule_header by AKASHI Takahiro · 4 years, 9 months ago
  90. d99b1b3 efi_loader: export a couple of protocol related functions by AKASHI Takahiro · 4 years, 9 months ago
  91. 641e4df efi_loader: define System Resource Table macros by AKASHI Takahiro · 4 years, 9 months ago
  92. ee98c28 efi_loader: define OsIndicationsSupported flags by AKASHI Takahiro · 4 years, 9 months ago
  93. 5a5ef78 spl.h: make <spl.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  94. 6133664 debug_uart.h: make <debug_uart.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  95. e194d2a asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  96. d788bba global_data.h: make <asm-generic/global_data.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  97. eb382db watchdog: Use dev_read only if OF_PLATDATA is not enabled by Walter Lozano · 4 years, 10 months ago
  98. c8b5dc3 misc: i2c_eeprom: remove pagewidth field from i2c_eeprom by Masahiro Yamada · 4 years, 9 months ago
  99. 39de925 i2c: Add option to send start condition after deblocking by Marek Vasut · 4 years, 10 months ago
  100. e2af341 i2c: Export i2c_deblock_gpio_loop() by Marek Vasut · 4 years, 10 months ago