1. ec80b47 efi_loader: Implement FileLoad2 for initramfs loading by Ilias Apalodimas · 4 years, 11 months ago
  2. 76be687 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · 5 years ago
  3. 8e51bf7 Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 11 months ago
  4. a7b2b6c mmc: add mmc_get_dma_dir() helper by Masahiro Yamada · 5 years ago
  5. f5df6aa mmc: sdhci: reduce code duplication for aligned buffer by Masahiro Yamada · 5 years ago
  6. c8cc18b mmc: sdhci: put the aligned buffer pointer to struct sdhci_host by Masahiro Yamada · 5 years ago
  7. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 5 years ago
  8. 01892d2 rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399 by Suniel Mahesh · 5 years ago
  9. a30c689 rk3288: vyasa: Add console settings by Jagan Teki · 5 years ago
  10. d7e7a5b rk3288: tinker: Enable HDMI output by Jagan Teki · 5 years ago
  11. f2a73d6 Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  12. e6da32f Merge tag 'ti-v2020.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 5 years ago
  13. 8ee5e3c board: stm32: remove fdt_high and fdt_highinitrd_high by Patrice Chotard · 5 years ago
  14. 638c205 board: stm32: fix extra env setings addresses by Patrice Chotard · 5 years ago
  15. 83ba243 board: stih410-b2260: remove fdt_high and initrd_high by Patrice Chotard · 5 years ago
  16. ac5769c stm32mp1: remove fdt_high and initrd_high in environment by Patrick Delaunay · 5 years ago
  17. e8d0d53 ARM: keystone2: enable initrd fixup for LPAE addressing by Tero Kristo · 5 years ago
  18. 58fc2b5 pci: definition of pci_addr_t and pci_size_t by Heinrich Schuchardt · 5 years ago
  19. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  20. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  21. a19d737 board: ge: bx50v3, imx53ppd: configure CONFIG_SYS_BOOTMAPSZ by Ian Ray · 5 years ago
  22. 5e13def board: ge: bx50v3, mx53ppd: fix firstboot detection by Robert Beckett · 5 years ago
  23. 30f0909 board: ge: mx53ppd: use DM for uart by Ian Ray · 5 years ago
  24. a707281 board: ge: bx50v3: use DM for uart by Robert Beckett · 5 years ago
  25. 2d1ea19 board: ge: mx53ppd: Use DM for ethernet by Robert Beckett · 5 years ago
  26. 92faf43 board: ge: bx50v3: Enable DM PWM for backlight by Robert Beckett · 5 years ago
  27. 9167c20 board: ge: mx53ppd: enable DM_VIDEO by Ian Ray · 5 years ago
  28. 1d06dc6 board: ge: mx53ppd: add i2c eeprom bootcount storage by Robert Beckett · 5 years ago
  29. 41613a7 board: ge: bx50v3: add i2c eeprom bootcount storage by Robert Beckett · 5 years ago
  30. 1dec7fa board: ge: bx50v3, imx53ppd: use DM I2C by Robert Beckett · 5 years ago
  31. 70a2df3 mx6sabre_common: Remove FEC related settings by Fabio Estevam · 5 years ago
  32. b91f28d ARM: imx: novena: Enable DM ethernet by Marek Vasut · 5 years ago
  33. 2140cae warp7: remove unused usb configs by Joris Offouga · 5 years ago
  34. 17c9d23 mx7ulp_com: Remove unneeded SoC definitions by Fabio Estevam · 5 years ago
  35. 19ba480 mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfig by Fabio Estevam · 5 years ago
  36. 14d5aef board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 5 years ago
  37. 7d706a8 board: presidio-asic: Add basic G3 engr. development board support by Alex Nemirovsky · 5 years ago
  38. 1400a7f tpm: Add more TPM2 definitions by Simon Glass · 5 years ago
  39. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 5 years ago
  40. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 5 years ago
  41. b4d00b2 x86: Add a clock driver for Intel devices by Simon Glass · 5 years ago
  42. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 5 years ago
  43. 3cf0fba dm: core: Allow iterating devices without uclass_get() by Simon Glass · 5 years ago
  44. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  45. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 5 years ago
  46. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 5 years ago
  47. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 5 years ago
  48. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 5 years ago
  49. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 5 years ago
  50. f72bdc6 sandbox: Rename strdup() functions by Simon Glass · 5 years ago
  51. 1ea1c7d string: Allow arch override of strndup() also by Simon Glass · 5 years ago
  52. cfda60f sandbox: Use a prefix for all allocation functions by Simon Glass · 5 years ago
  53. 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 5 years ago
  54. aae9588 dma: Rename free() to rfree() by Simon Glass · 5 years ago
  55. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 5 years ago
  56. 093152f gpio: Rename free() to rfree() by Simon Glass · 5 years ago
  57. 94474b2 reset: Rename free() to rfree() by Simon Glass · 5 years ago
  58. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 5 years ago
  59. cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 5 years ago
  60. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 5 years ago
  61. bb3f47e tpm: add a helper to iterate on all tpm devices by Philippe Reynes · 5 years ago
  62. 400175b test: Add a way to check each line of console output by Simon Glass · 5 years ago
  63. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 5 years ago
  64. 02247c1 bloblist: Tidy up a few comments and code-style nits by Simon Glass · 5 years ago
  65. 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 5 years ago
  66. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 5 years ago
  67. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 5 years ago
  68. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 5 years ago
  69. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 5 years ago
  70. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 5 years ago
  71. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 5 years ago
  72. ba8444a test: Add underscore prefix to macro parameters by Simon Glass · 5 years ago
  73. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 5 years ago
  74. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 5 years ago
  75. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 5 years ago
  76. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 5 years ago
  77. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 5 years ago
  78. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 5 years ago
  79. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 5 years ago
  80. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 6 years ago
  81. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  82. 8526a58 armv8: ls2088a: Updates secure boot headers offset by Priyanka Singh · 5 years ago
  83. 4238e37 armv8: ls1088a: Updates secure boot headers offset by Priyanka Singh · 5 years ago
  84. 20858a2 armv8: lx2160a: Updates secure boot headers offset by Priyanka Singh · 5 years ago
  85. 3e90cfe armv8: ls1012ardb: Updates secure boot headers offset by Priyanka Singh · 5 years ago
  86. e735ad3 armv8: ls1046a: Updates secure boot headers offset by Priyanka Singh · 5 years ago
  87. feb8fa2 configs: ls1021a: Reserve low memory for CMA by Alison Wang · 5 years ago
  88. 9ebde88 dm: arm: ls1021a: add i2c DM support by Biwen Li · 5 years ago
  89. a0affb3 dm: arm64: ls1012a: add i2c DM support by Biwen Li · 5 years ago
  90. bddec1b board: fsl: lx2160a: Add support to reset to eMMC by Meenakshi Aggarwal · 5 years ago
  91. 4728c6f configs: j721e_evm: Add DFU related variables by Vignesh Raghavendra · 5 years ago
  92. add1a6b arm: ti: boot: Use correct dtb and dtbo on Android boot by Sam Protsenko · 5 years ago
  93. d94e6db env: ti: boot: Boot Android with dynamic partitions by Sam Protsenko · 5 years ago
  94. 0f5103d env: ti: boot: Respect slot_suffix in AVB commands by Sam Protsenko · 5 years ago
  95. 7f25315 image: android: Add routine to get dtbo params by Sam Protsenko · 5 years ago
  96. c3bfad8 image: android: Add functions for handling dtb field by Sam Protsenko · 5 years ago
  97. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 5 years ago
  98. 62cbde4 serial: ns16550: Support run-time configuration by Simon Glass · 5 years ago
  99. 8941f84 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 6 years ago
  100. 427da6f Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago