1. 9a2ba28 stm32mp1: support forced boot mode by Patrick Delaunay · 6 years ago
  2. 4633fd5 stm32mp1: activate FASTBOOT on eMMC by Patrick Delaunay · 6 years ago
  3. 842ebb5 stm32mp1: update bootcmd by Patrick Delaunay · 6 years ago
  4. 105a5ad stm32mp1: spl: hang with trace when DDR init failed by Patrick Delaunay · 6 years ago
  5. b496eec stm32mp1: cosmetic: add comment on psci_migrate_info_type return value by Patrick Delaunay · 6 years ago
  6. 45ccdb6 stm32mp1: cosmetic cleanup Kconfig by Patrick Delaunay · 6 years ago
  7. 006ea18 stm32mp1: spl: add spl_display_print by Patrick Delaunay · 6 years ago
  8. 35d568f stm32mp1: update print_cpuinfo() by Patrick Delaunay · 6 years ago
  9. 7f63c1e stm32mp1: update boot mode management by Patrick Delaunay · 6 years ago
  10. b4ae34b stm32mp1: add runtime information in environment by Patrick Delaunay · 6 years ago
  11. d461f10 stm32mp1: display board information by Patrick Delaunay · 6 years ago
  12. d859c61 stm32mp1: bsec: access with SMC for trusted boot by Patrick Delaunay · 6 years ago
  13. abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
  14. 48ff1bc Merge branch '2019-04-09-master-imports-fs' by Tom Rini · 5 years ago
  15. 0a84066 test.py: Disable fsck for FAT tests for now by Tom Rini · 5 years ago
  16. febbc58 Fix ext4 block group descriptor sizing by Benjamin Lim · 5 years ago
  17. e551979 test/py: mmc: Add 'mmc read' performance check by Marek Vasut · 6 years ago
  18. 4ffec8c test/py: mmc: Add 'mmc info' test by Marek Vasut · 6 years ago
  19. ce4b2ca test/py: mmc: Add 'mmc rescan' test by Marek Vasut · 6 years ago
  20. 86dfd15 test/py: mmc: Add 'mmc dev' test by Marek Vasut · 6 years ago
  21. d22f7ad test/py: mmc: Factor out device selection by Marek Vasut · 6 years ago
  22. 9b18358 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  23. 1c48fda fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  24. ef79284 test: fs: Added tests for symlinks by Jean-Jacques Hiblot · 6 years ago
  25. aaa1215 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  26. 5efc068 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  27. b000180 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  28. 2901005 test: fs: Add filesystem integrity checks by Jean-Jacques Hiblot · 6 years ago
  29. 5cfc73e test: fs: disable the metadata checksums on ext4 filesystems by Jean-Jacques Hiblot · 6 years ago
  30. d5aee65 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  31. 4c24dab Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 5 years ago
  32. 5a451f1 Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 5 years ago
  33. 7bf9bca net: macb: Add small delay after link establishment by Stefan Roese · 5 years ago
  34. 068d4c0a pinctrl: at91: add slewrate support for SAM9X60 by Claudiu Beznea · 6 years ago
  35. be6e240 pinctrl: at91: add compatibles for SAM9X60 pin controller by Claudiu Beznea · 6 years ago
  36. 1a6a828 pinctrl: at91: add drive strength support for SAM9X60 by Claudiu Beznea · 6 years ago
  37. 04d4ec9 pinctrl: at91: add option to use drive strength bits by Claudiu Beznea · 6 years ago
  38. a71e2f9 arm: at91: Add gardena-gateway-at91sam support by Stefan Roese · 5 years ago
  39. d4c8873 arm: at91: at91sam9x5.dtsi: Add watchdog handle by Stefan Roese · 5 years ago
  40. fc89afb arm: at91: siemens: Add support to generate combined SPL+U-Boot image by Stefan Roese · 5 years ago
  41. 9ea6f71 Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary by Stefan Roese · 5 years ago
  42. 581e711 Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory by Stefan Roese · 5 years ago
  43. da8a771 arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds by Stefan Roese · 5 years ago
  44. 256c2ff arm: at91: Enable watchdog support by Stefan Roese · 5 years ago
  45. 05d4b8e arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · 5 years ago
  46. 6c04bd3 watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start() by Stefan Roese · 5 years ago
  47. 7fbd42f watchdog: Handle SPL build with watchdog disabled by Stefan Roese · 5 years ago
  48. e567dfb serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL by Stefan Roese · 5 years ago
  49. ce4d04a arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled by Stefan Roese · 5 years ago
  50. e6a2769 arm: at91: Makefile: Compile lowlevel_init only when really necessary by Stefan Roese · 5 years ago
  51. d9bd429 board: pm9g45: Migrate to CONFIG_DM by Ilko Iliev · 5 years ago
  52. 7dee184 ARM: at91: sama5d2: Wrap cpu detection to fix macb driver by Alexander Dahl · 6 years ago
  53. 734b080 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  54. 66e78fc mtd: ubi debug: Remove the pid print from ubi_assert by Eran Matityahu · 6 years ago
  55. 1d63ec3 Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efi by Tom Rini · 5 years ago
  56. ffb269a Merge git://git.denx.de/u-boot-riscv by Tom Rini · 5 years ago
  57. 3c99166 Prepare v2019.04 by Tom Rini · 5 years ago
  58. 85c3d46 arm: sunxi: Enable DM_MMC on required SoCs by Jagan Teki · 5 years ago
  59. c48b07a Merge tag 'fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-staging by Tom Rini · 5 years ago
  60. e82fa10 dts: imx8qxp-mek: Add PHY post reset delay by Andrejs Cainikovs · 6 years ago
  61. 31d4045 net: dm: fec: Support phy-reset-post-delay property by Andrejs Cainikovs · 6 years ago
  62. ccd063e watchdog: Move watchdog_dev to data section (BSS may not be cleared) by Stefan Roese · 5 years ago
  63. 48b90d9 riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure by Rick Chen · 5 years ago
  64. 076b845 riscv: ae350: enable SMP by Rick Chen · 5 years ago
  65. a1ce531 riscv: dts: ae350 support SMP by Rick Chen · 5 years ago
  66. dda00ae riscv: ax25: Andes specific cache shall only support in M-mode by Rick Chen · 5 years ago
  67. 8848474 riscv: ax25: Add platform-specific Kconfig options by Rick Chen · 5 years ago
  68. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 5 years ago
  69. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 5 years ago
  70. d0a8fd3 riscv: qemu: enable SMP by Lukas Auer · 6 years ago
  71. 0ed93a8 riscv: fu540: enable SMP by Lukas Auer · 6 years ago
  72. 8ac39e2 riscv: hang if relocation of secondary harts fails by Lukas Auer · 6 years ago
  73. e043240 riscv: do not rely on hart ID passed by previous boot stage by Lukas Auer · 6 years ago
  74. f28ad25 riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  75. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  76. 1446b26 riscv: save hart ID in register tp instead of s0 by Lukas Auer · 6 years ago
  77. 2503ccc riscv: delay initialization of caches and debug UART by Lukas Auer · 6 years ago
  78. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  79. 34a0626 riscv: import the supervisor binary interface header file by Lukas Auer · 6 years ago
  80. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  81. afbc319 net: phy: implement fallback mechanism for negative phy adresses by Hannes Schmelzer · 5 years ago
  82. bfc2dd5 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · 5 years ago
  83. fbe4c7d efi_loader: enable file SetInfo() by Heinrich Schuchardt · 5 years ago
  84. cb0c2a7 efi_loader: correct file creation by Heinrich Schuchardt · 5 years ago
  85. 19b2d89 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · 5 years ago
  86. d7e0b01 efi_loader: boottime: export efi_[un]load_image() by AKASHI Takahiro · 6 years ago
  87. bc8fc32 efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 5 years ago
  88. 734d325 efi_loader: variables PlatformLang and PlatformLangCodes by Heinrich Schuchardt · 5 years ago
  89. e301e02 efi_loader: EFI_PRINT instead of debug for memory services by Heinrich Schuchardt · 5 years ago
  90. cc2ed79 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · 5 years ago
  91. bb31c3f efi_loader: parameter checks in StartImage and Exit() by Heinrich Schuchardt · 5 years ago
  92. a115d56 efi_loader: rearrange boottime service functions by Heinrich Schuchardt · 5 years ago
  93. 2c3ec28 efi_loader: sanity checks when freeing memory by Heinrich Schuchardt · 6 years ago
  94. 1c606e8 efi_selftest: check image_base, image_size by Heinrich Schuchardt · 6 years ago
  95. 8458bf6 efi_loader: set image_base and image_size to correct values by AKASHI Takahiro · 6 years ago
  96. 37279ad efi_loader: bootmgr: support BootNext and BootCurrent variable behavior by AKASHI Takahiro · 6 years ago
  97. b0c3c34 efi_loader: release file buffer after loading image by Heinrich Schuchardt · 6 years ago
  98. 0e62d5b Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx by Tom Rini · 5 years ago
  99. 0e708ab Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  100. 05fa129 Merge branch '2019-04-03-master-imports' by Tom Rini · 5 years ago