1. 4ae0542 dt: bcm963158: enable led controller by Philippe Reynes · 6 years ago
  2. cfbb03b dt: bcm63158: add led controller by Philippe Reynes · 6 years ago
  3. 4ac59e3 led: bcm6858: allow to use this driver on ARCH_963158 by Philippe Reynes · 6 years ago
  4. 102b231 bcm968580xref: enable led support by Philippe Reynes · 6 years ago
  5. 9689921 dt: bcm968580xref: enable led controller by Philippe Reynes · 6 years ago
  6. c406a47 mmc: stm32_sdmmc2: Fix r1b timeout issue by Christophe Kerello · 6 years ago
  7. b611535 mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings by Patrick Delaunay · 6 years ago
  8. c89b87c ARM: dts: stm32: Update sdmmc binding for stm32mp157c-ed1 by Patrice Chotard · 6 years ago
  9. e4995e6 ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval by Patrice Chotard · 6 years ago
  10. 77594d7 board: stm32f746-disco: Get MII/RMII phy_mode from DT by Patrice Chotard · 6 years ago
  11. 136580c configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX by Patrice Chotard · 6 years ago
  12. cc19887 configs: stm32f746-disco: enable CONFIG_DISTRO_DEFAULTS by Patrice Chotard · 6 years ago
  13. 019ce05 configs: stm32f746-disco: update EXTRA_ENV_SETTINGS by Patrice Chotard · 6 years ago
  14. 6f41d1a mmc: arm_pl180_mmci: Sync compatible with kernel by Patrice Chotard · 6 years ago
  15. dd18df4 pinctrl: stm32: Add st,stm32f769-pinctrl compatible string by Patrice Chotard · 6 years ago
  16. 6012126 ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7 by Patrice Chotard · 6 years ago
  17. 13ba6d0 ARM: dts: stm32: Sync DT with v4.20 kernel for stm32h7 by Patrice Chotard · 6 years ago
  18. 1056303 ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7 by Patrice Chotard · 6 years ago
  19. fe63d3c ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7 by Patrice Chotard · 6 years ago
  20. 01aabf9 ARM: dts: stm32: Migrate U-boot nodes to U-boot DT files for stm32f7 by Patrice Chotard · 6 years ago
  21. 71dfd5f ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4 by Patrice Chotard · 6 years ago
  22. 933f84c ARM:dts: stm32: sort nodes by alphabetical order in f4 u-boot files by Patrice Chotard · 6 years ago
  23. c6e4e8f board: amlogic-q200: fix Khadas VIM2 README by Neil Armstrong · 6 years ago
  24. d714a5b board: amlogic: enable PHY_REALTEK for selected boards by Neil Armstrong · 6 years ago
  25. b050a30 boards: meson: add g12a u200 by Jerome Brunet · 6 years ago
  26. f9e6054 ARM: dts: Import Amlogic G12A u200 DT from Linux 5.1-rc1 by Neil Armstrong · 6 years ago
  27. 17b7efe ARM: meson: add G12a support by Jerome Brunet · 6 years ago
  28. 912af84 clk: meson: add g12a support by Jerome Brunet · 6 years ago
  29. f5abfed clk: create meson directory and move related drivers by Jerome Brunet · 6 years ago
  30. f91121c pinctrl: meson: add g12a support by Jerome Brunet · 6 years ago
  31. d0a9b82 regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset by Neil Armstrong · 6 years ago
  32. 7d1e4b7 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · 6 years ago
  33. f12bcc9 efi_loader: check memory type in AllocatePages() by Heinrich Schuchardt · 6 years ago
  34. 6182495 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  35. 68066d5 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · 6 years ago
  36. 10feb30 test/py: pytest.mark.notbuildconfigspec() by Heinrich Schuchardt · 6 years ago
  37. f95b8a4 efi_loader: disable EFI_LOADER on vexpress_ca15_tc2 and ca9x4 by Heinrich Schuchardt · 6 years ago
  38. 6b95b38 efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
  39. 1e15a9c efi_loader: correctly split device path of loaded image by Heinrich Schuchardt · 6 years ago
  40. e2e4098 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · 6 years ago
  41. d6b2189 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · 6 years ago
  42. cc999d5 cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · 6 years ago
  43. 3fc2b16 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · 6 years ago
  44. 3ffc52f cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · 6 years ago
  45. e878e6a cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · 6 years ago
  46. defa7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · 6 years ago
  47. 391bc8a efi_loader: more short texts for protocols in efidebug by Heinrich Schuchardt · 6 years ago
  48. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  49. a2a4bc3 efi_loader: export root node handle by AKASHI Takahiro · 6 years ago
  50. f86076d efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · 6 years ago
  51. 7526582 dt: bcm6858: add led controller by Philippe Reynes · 6 years ago
  52. d00c6a2 led: add initial support for bcm6858 by Philippe Reynes · 6 years ago
  53. 98ffbb7 arm: arm64 32bit address relocation by Ibai Erkiaga · 6 years ago
  54. aa2e9c9 travis: Add srecord package by Marek Vasut · 6 years ago
  55. bdaa73a Add target to generate initial environment by Stefano Babic · 6 years ago
  56. 792dd57 spl: ymodem: Add support for loading full fitImages by Marek Vasut · 6 years ago
  57. 35c7527 fit: load all fragments from the extra configurations by Peter Ujfalusi · 6 years ago
  58. c1ef736 misc: fs_loader: Replace label with DT phandle by Tien Fong Chee · 6 years ago
  59. 1721b82 arm: fix hvc call by Ibai Erkiaga · 6 years ago
  60. 5e21886 Support boot Android image without address on bootm command by Shawn Guo · 6 years ago
  61. 3695ea5 cmd: ximg.c: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  62. fd50eac ARMv8: Disable fwcall when PSCI is enabled by Ang, Chee Hong · 6 years ago
  63. f6b0115 ARMv8: Allow SiP service extensions on top of PSCI code by Chee Hong Ang · 6 years ago
  64. 8334431 test: call hexdump tests via `ut lib` by Heinrich Schuchardt · 6 years ago
  65. db32a44 misc: fs_loader: Add support for initializing block device by Tien Fong Chee · 6 years ago
  66. dab8788 cmd: add exception command by Heinrich Schuchardt · 6 years ago
  67. c986aa6 bcm963158: add nand support by Philippe Reynes · 6 years ago
  68. b2aa518 dt: bcm963158: enable nand controller by Philippe Reynes · 6 years ago
  69. 6242e9a dt: bcm63158: add nand controller by Philippe Reynes · 6 years ago
  70. f313636 bcm968580xref: add nand support by Philippe Reynes · 6 years ago
  71. 2463ad3 dt: bcm968580xref: enable nand controller by Philippe Reynes · 6 years ago
  72. 24e27a1 dt: bcm6858: add nand controller by Philippe Reynes · 6 years ago
  73. 6bbecba bcm968380gerg: add nand support by Philippe Reynes · 6 years ago
  74. 92cd004 dt: bcm968380gerg: enable nand controller by Philippe Reynes · 6 years ago
  75. d8d9bfb dt: bcm6838: add nand controller by Philippe Reynes · 6 years ago
  76. f917438 drivers: nand: brcmnand: add an option to read the write-protect from device tree by Philippe Reynes · 6 years ago
  77. 317d40e drivers: nand: brcmnand: add parameter parameter-page-big-endian by Philippe Reynes · 6 years ago
  78. 22daafb drivers: nand: brcmnand: add initial support by Philippe Reynes · 6 years ago
  79. 29c7169 compat linux: import completion from linux 4.18 by Philippe Reynes · 6 years ago
  80. d28c592 include: linux: io: define devm_ioremap on board with ioremap by Philippe Reynes · 6 years ago
  81. 6478848 arm: asm: io.h: define readX_relaxed and writeX_relaxed by Philippe Reynes · 6 years ago
  82. 9db29b3 mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 6 years ago
  83. 5df42b0 mtd: nand: import nand_hw_control_init() by Marc Gonzalez · 6 years ago
  84. 892a868 mtd: add get/set of_node/flash_node helpers by Brian Norris · 6 years ago
  85. 8a94262 Merge tag 'u-boot-atmel-2019.07-b' of git://git.denx.de/u-boot-atmel by Tom Rini · 6 years ago WIP-22Apr2019
  86. d76f093 at91: corvus_defconfig: get rid of build warnings by Heiko Schocher · 6 years ago
  87. 6c5f8dd Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago WIP-21Apr2019
  88. b4fde16 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  89. 7fd9f31 usb: dwc2: fix gadget disconnect by Fabrice Gasnier · 6 years ago
  90. 85d0aec usb: reload watchdog during ums command by Patrick Delaunay · 6 years ago
  91. d73d9fb fastboot: add support for 'getvar platform' by Eugeniu Rosca · 6 years ago
  92. b762aa1 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · 6 years ago
  93. 6fe7dd3 stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · 6 years ago
  94. c31000c stm32mp1: migrate USBOTG device to driver model by Patrick Delaunay · 6 years ago
  95. 995d228 stm32mp1: remove CONFIG_USB_DWC2, HOST support for USBO by Patrick Delaunay · 6 years ago
  96. 931e9d7 usb: dwc2: add support for STM32MP1 by Patrick Delaunay · 6 years ago
  97. 763bb10 usb: dwc2_udc_otg: Add tx_fifo_sz array support by Patrice Chotard · 6 years ago
  98. 5bd97e8 usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register by Patrick Delaunay · 6 years ago
  99. 2d76160 usb: dwc2: Add function for session B check by Patrick Delaunay · 6 years ago
  100. 0fdd0bc usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · 6 years ago