1. 3da39a8 clk: create meson directory and move related drivers by Jerome Brunet · 6 years ago
  2. 0ff3cd0 pinctrl: meson: add g12a support by Jerome Brunet · 6 years ago
  3. 77c0dbc regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset by Neil Armstrong · 6 years ago
  4. 16d1060 pinctrl: meson: axg: Fix PIN and BANK offsets by Guillaume La Roque · 6 years ago
  5. cbf5ea5 reset-meson: Add AXG reset compatible by Neil Armstrong · 6 years ago
  6. 23a7eae boards: Amlogic: Add support for Libretech-AC by Neil Armstrong · 6 years ago
  7. b95305a ARM: dts: Import libretech-ac DT from Linux 5.0 by Neil Armstrong · 6 years ago
  8. b83dac6 i2c: meson: add configurable divider factors by Guillaume La Roque · 6 years ago
  9. 90f8d49 ARM: meson: display Amlogic SoC Information by Julien Masson · 6 years ago
  10. 37c3a34 ARM: board: meson: add p201 board by Mohammad Rasim · 6 years ago
  11. 65f509c ARM: board: meson: add p200 board by Mohammad Rasim · 6 years ago
  12. c498e59 ARM: dts: meson: add u-boot.dtsi for p200 and p201 by Mohammad Rasim · 6 years ago
  13. 9c2e2aa ARM: dts: meson: add p200 and p201 boards by Mohammad Rasim · 6 years ago
  14. fbe2996 ARM: board: meson: rename odroid-c2 to p200 by Mohammad Rasim · 6 years ago
  15. e9f03d7 Merge branch '2019-04-09-master-imports-fs' by Tom Rini · 6 years ago
  16. d7e439c test.py: Disable fsck for FAT tests for now by Tom Rini · 6 years ago
  17. 003ab30 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
  18. 9320e2b test/py: mmc: Add 'mmc read' performance check by Marek Vasut · 6 years ago
  19. d9b1ef3 test/py: mmc: Add 'mmc info' test by Marek Vasut · 6 years ago
  20. faaa690 test/py: mmc: Add 'mmc rescan' test by Marek Vasut · 6 years ago
  21. 6476d85 test/py: mmc: Add 'mmc dev' test by Marek Vasut · 6 years ago
  22. 72bf72d test/py: mmc: Factor out device selection by Marek Vasut · 6 years ago
  23. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  24. 785dfea fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  25. 8aea8a6 test: fs: Added tests for symlinks by Jean-Jacques Hiblot · 6 years ago
  26. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  27. 448dd27 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  28. d192136 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  29. d2fd35c test: fs: Add filesystem integrity checks by Jean-Jacques Hiblot · 6 years ago
  30. 5390ced test: fs: disable the metadata checksums on ext4 filesystems by Jean-Jacques Hiblot · 6 years ago
  31. 02d6ca7 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  32. 27c3cfd Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 6 years ago
  33. 7783697 Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 6 years ago
  34. 4029180 net: macb: Add small delay after link establishment by Stefan Roese · 6 years ago
  35. 13c9c92 pinctrl: at91: add slewrate support for SAM9X60 by Claudiu Beznea · 6 years ago
  36. d95dae1 pinctrl: at91: add compatibles for SAM9X60 pin controller by Claudiu Beznea · 6 years ago
  37. e42e6c6 pinctrl: at91: add drive strength support for SAM9X60 by Claudiu Beznea · 6 years ago
  38. ac3bfe9 pinctrl: at91: add option to use drive strength bits by Claudiu Beznea · 6 years ago
  39. dadede5 arm: at91: Add gardena-gateway-at91sam support by Stefan Roese · 6 years ago
  40. 9be1ee8 arm: at91: at91sam9x5.dtsi: Add watchdog handle by Stefan Roese · 6 years ago
  41. 67bcbef arm: at91: siemens: Add support to generate combined SPL+U-Boot image by Stefan Roese · 6 years ago
  42. e915cbc Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary by Stefan Roese · 6 years ago
  43. 26c8ce7 Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory by Stefan Roese · 6 years ago
  44. 9e35086 arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds by Stefan Roese · 6 years ago
  45. b9998fe arm: at91: Enable watchdog support by Stefan Roese · 6 years ago
  46. 1138fc4 arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · 6 years ago
  47. d052ef8 watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start() by Stefan Roese · 6 years ago
  48. 411d75d watchdog: Handle SPL build with watchdog disabled by Stefan Roese · 6 years ago
  49. b1f3da8 serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL by Stefan Roese · 6 years ago
  50. 7937d03 arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled by Stefan Roese · 6 years ago
  51. 05dede5 arm: at91: Makefile: Compile lowlevel_init only when really necessary by Stefan Roese · 6 years ago
  52. 1c93548 board: pm9g45: Migrate to CONFIG_DM by Ilko Iliev · 6 years ago
  53. 3f77506 ARM: at91: sama5d2: Wrap cpu detection to fix macb driver by Alexander Dahl · 6 years ago
  54. 2573c85 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  55. a59fb30 mtd: ubi debug: Remove the pid print from ubi_assert by Eran Matityahu · 6 years ago
  56. d2df1d1 Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  57. bf40f2c Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  58. c4a2f10 Prepare v2019.04 by Tom Rini · 6 years ago
  59. 6d1eb7d arm: sunxi: Enable DM_MMC on required SoCs by Jagan Teki · 6 years ago
  60. ce51ffa Merge tag 'fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-staging by Tom Rini · 6 years ago
  61. 0b79b38 dts: imx8qxp-mek: Add PHY post reset delay by Andrejs Cainikovs · 6 years ago
  62. 24b6aac net: dm: fec: Support phy-reset-post-delay property by Andrejs Cainikovs · 6 years ago
  63. f3170d1 watchdog: Move watchdog_dev to data section (BSS may not be cleared) by Stefan Roese · 6 years ago
  64. 5ca381e riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure by Rick Chen · 6 years ago
  65. f8512f7 riscv: ae350: enable SMP by Rick Chen · 6 years ago
  66. 5e56cda riscv: dts: ae350 support SMP by Rick Chen · 6 years ago
  67. f71410a riscv: ax25: Andes specific cache shall only support in M-mode by Rick Chen · 6 years ago
  68. 14a1075 riscv: ax25: Add platform-specific Kconfig options by Rick Chen · 6 years ago
  69. 7376677 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 6 years ago
  70. 6df4ed0 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 6 years ago
  71. f11af61 riscv: qemu: enable SMP by Lukas Auer · 6 years ago
  72. 9112caf riscv: fu540: enable SMP by Lukas Auer · 6 years ago
  73. cddde09 riscv: hang if relocation of secondary harts fails by Lukas Auer · 6 years ago
  74. 9ebf294 riscv: do not rely on hart ID passed by previous boot stage by Lukas Auer · 6 years ago
  75. c4a6c8f riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  76. a359665 riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  77. 8de4b3e riscv: save hart ID in register tp instead of s0 by Lukas Auer · 6 years ago
  78. 01558e2 riscv: delay initialization of caches and debug UART by Lukas Auer · 6 years ago
  79. e79178b riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  80. 9c03845 riscv: import the supervisor binary interface header file by Lukas Auer · 6 years ago
  81. 83d573d riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  82. 02505e9 net: phy: implement fallback mechanism for negative phy adresses by Hannes Schmelzer · 6 years ago
  83. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · 6 years ago
  84. f1fe17e efi_loader: enable file SetInfo() by Heinrich Schuchardt · 6 years ago
  85. 34c303b efi_loader: correct file creation by Heinrich Schuchardt · 6 years ago
  86. d4fe528 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · 6 years ago
  87. b0ad905 efi_loader: boottime: export efi_[un]load_image() by AKASHI Takahiro · 6 years ago
  88. bbe13da efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 6 years ago
  89. f7fe45b efi_loader: variables PlatformLang and PlatformLangCodes by Heinrich Schuchardt · 6 years ago
  90. 706a2fe efi_loader: EFI_PRINT instead of debug for memory services by Heinrich Schuchardt · 6 years ago
  91. 55111c3 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · 6 years ago
  92. 8efe079 efi_loader: parameter checks in StartImage and Exit() by Heinrich Schuchardt · 6 years ago
  93. 2650a4d efi_loader: rearrange boottime service functions by Heinrich Schuchardt · 6 years ago
  94. b4e2ba3 efi_loader: sanity checks when freeing memory by Heinrich Schuchardt · 6 years ago
  95. f92074f efi_selftest: check image_base, image_size by Heinrich Schuchardt · 6 years ago
  96. 068879a efi_loader: set image_base and image_size to correct values by AKASHI Takahiro · 6 years ago
  97. e6577f9 efi_loader: bootmgr: support BootNext and BootCurrent variable behavior by AKASHI Takahiro · 6 years ago
  98. 47e35a9 efi_loader: release file buffer after loading image by Heinrich Schuchardt · 6 years ago
  99. 56a3161 Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  100. af9ce1f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago