1. e3f7c4f configs: Update Meson GX configs by Neil Armstrong · 6 years ago
  2. 2e668af meson: use the clock driver by Beniamino Galvani · 6 years ago
  3. c0fc1e2 clk: add Amlogic meson clock driver by Beniamino Galvani · 6 years ago
  4. 0ba089b config: meson-gx-common: Enable USB boot by Neil Armstrong · 6 years ago
  5. 0421c98 adc: meson-saradc: fix regmap_init_mem call by Neil Armstrong · 6 years ago
  6. 018e863 configs: dragonboard410c: remove env partition offset by Ramon Fried · 6 years ago
  7. b53777d configs: db410c: Set eMMC env partition to BOOT2 by Ramon Fried · 6 years ago
  8. 20b016a common: Fix cpu nr type which is always unsigned type by Michal Simek · 6 years ago
  9. 487b5fa bootm: Handle kernel_noload on arm64 by Marek Vasut · 6 years ago
  10. 7f13b37 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  11. fe996ec sandbox: swap_case: Increase number of base address regs by Simon Glass · 6 years ago
  12. fb95283 spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() by Simon Glass · 6 years ago
  13. 8a682e0 rsa: Fix missing memory leak on error in fdt_add_bignum() by Simon Glass · 6 years ago
  14. dd0ee9e fdtgrep: Separate out checking of two allocations by Simon Glass · 6 years ago
  15. e178db1 fdtgrep: Fix logic of free() in do_fdtgrep() by Simon Glass · 6 years ago
  16. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  17. c2e4e7e log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  18. b4c3fb0 gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO by Adam Ford · 6 years ago
  19. bd8a9c1 arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO by Adam Ford · 6 years ago
  20. 6fef62c block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
  21. a1b73c1 arm: Do not clear LR on exception in SPL by Andrew F. Davis · 6 years ago
  22. 8459367 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  23. d146a7b fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  24. 28b538b .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  25. 3eb0fa4 .gitignore: sort normal pattern rules alphabetically by Masahiro Yamada · 6 years ago
  26. 8e51c0f dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  27. 92a14a4 MAINTAINERS: update ARM Snapdragon by Ramon Fried · 6 years ago
  28. 95a7730 db410c: fix alignment of dts file by Ramon Fried · 6 years ago
  29. e0212df iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  30. 501c89d cmd: iotrace: add dump trace command by Ramon Fried · 6 years ago
  31. 7e9be3e iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  32. 9508ecf ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · 6 years ago
  33. 1b65c86 m68k: Remove empty #ifdef/#ifndef block by Chris Packham · 6 years ago
  34. af14d0d configs: Remove empty #ifdef/#ifndef blocks by Chris Packham · 6 years ago
  35. 6d0043a doc: avb2.0: add README about AVB2.0 integration by Igor Opaniuk · 6 years ago
  36. f96c948 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · 6 years ago
  37. e883ffe am57xx_hs: avb2.0: add support of AVB 2.0 by Igor Opaniuk · 6 years ago
  38. 5d4fd87 avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  39. 60b2f9e cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  40. 3af30e4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  41. 3330584 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · 6 years ago
  42. d8f9d2a avb2.0: add Android Verified Boot 2.0 library by Igor Opaniuk · 6 years ago
  43. 378b29c Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  44. 0102023 x86: efi: app: Display correct CPU info during boot by Bin Meng · 6 years ago
  45. 3ebd892 x86: Rename efi-x86 target to efi-x86_app by Bin Meng · 6 years ago
  46. d441ec8 x86: efi: payload: Add EFI framebuffer driver support by Bin Meng · 6 years ago
  47. 4a08c74 dm: video: Add an EFI framebuffer driver by Bin Meng · 6 years ago
  48. d1fe992 efi: stub: Pass EFI GOP information to U-Boot payload by Bin Meng · 6 years ago
  49. 252d41f x86: baytrail: Drop EFI-specific test logics by Bin Meng · 6 years ago
  50. 93c7b87 x86: Drop QEMU-specific EFI payload support by Bin Meng · 6 years ago
  51. 32151d4 x86: Add generic EFI payload support by Bin Meng · 6 years ago
  52. 3773c6a x86: efi: payload: Add arch_cpu_init() by Bin Meng · 6 years ago
  53. 4f1dacd x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 6 years ago
  54. 9efeb3f x86: doc: Fix reference to EFI doc in U-Boot by Bin Meng · 6 years ago
  55. 9f0b011 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · 6 years ago
  56. e3ec0d0 x86: cherryhill: Fix DTC warning by Bin Meng · 6 years ago
  57. 103c45f Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  58. a715415 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  59. 891bf67 ARM: rmobile: Disable 4k SF sectors on V3M Eagle by Marek Vasut · 6 years ago
  60. 75b573f ARM: rmobile: Enable cache command on V3M Eagle by Marek Vasut · 6 years ago
  61. c267952 ARM: rmobile: Fix CPGW address on V3M Eagle by Marek Vasut · 6 years ago
  62. 6d82ed8 ARM: dts: rmobile: Add AVB PHY reset on V3M Eagle by Marek Vasut · 6 years ago
  63. 29904b9 ARM: dts: rmobile: Add AVB pinmux on V3M Eagle by Marek Vasut · 6 years ago
  64. bc19d28 ARM: dts: rmobile: Enable SDHI on E3 Ebisu by Marek Vasut · 6 years ago
  65. ef6765c ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3 by Marek Vasut · 6 years ago
  66. 65dcc80 ARM: dts: rmobile: Add SCIF2 pinmux to E3 Ebisu by Marek Vasut · 6 years ago
  67. e183a6c ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990 by Marek Vasut · 6 years ago
  68. c599de3 ARM: rmobile: Enable RPCHF on Draak by Marek Vasut · 6 years ago
  69. b08a704 ARM: rmobile: Fix environment placement on Draak by Marek Vasut · 6 years ago
  70. f58e779 Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  71. d94e89c Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  72. 3b4410d ARC: HSDK: Add readme by Alexey Brodkin · 6 years ago
  73. 9ddcfef ARC: HSDK: Add tool and make target to generate bsp by Eugeniy Paltsev · 6 years ago
  74. b729ed0 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago
  75. a673025 serial: zynq: Initialize uart only before relocation by Michal Simek · 6 years ago
  76. e90d265 serial: zynq: Write chars till output fifo is full by Michal Simek · 6 years ago
  77. c9a2c47 serial: zynq: Use BIT macros instead of shifts and full hex numbers by Michal Simek · 6 years ago
  78. 01fcf01 gpio: zynq_gpio: bank description should use unsigned type by Michal Simek · 6 years ago
  79. e3c26b8 arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite() by Michal Simek · 6 years ago
  80. 1e3e68f arm64: zynqmp: Check return value from calloc by Michal Simek · 6 years ago
  81. b691178 mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning() by Michal Simek · 6 years ago
  82. 1471fad gpio: zynq: Do not check unsigned type that is >= 0 by Michal Simek · 6 years ago
  83. 1a7414f mmc: sdhci: Fix MMC HS200 tuning command failures by Siva Durga Prasad Paladugu · 6 years ago
  84. c7df098 arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE by Luca Ceresoli · 6 years ago
  85. 343671e arm64: zynqmp: Enable SPD ddr support for zcu102 targets by Michal Simek · 6 years ago
  86. 56c0e64 timer: cadence: Implement timer_get_boot_us by Michal Simek · 6 years ago
  87. 3c1eaec arm: zynq: Drop #address-cells and #size-cells from gpio-keys by Michal Simek · 6 years ago
  88. bc0f4ed arm64: zynqmp: Split emmc configuration into emmc0 and emmc1 by Siva Durga Prasad Paladugu · 6 years ago
  89. 0ecd14e arm: zynq: Add missing watchdog header by Michal Simek · 6 years ago
  90. 4b334b6 ARM: rmobile: Point load address to more sane area on Gen3 by Marek Vasut · 6 years ago
  91. 910db6c ARM: rmobile: Point load address to more sane area on Gen2 by Marek Vasut · 6 years ago
  92. c29d2a2 ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable by Marek Vasut · 6 years ago
  93. 2519a29 ARM: rmobile: Sync Gen3 DTS with Linux v4.17 by Marek Vasut · 6 years ago
  94. 252c8b4 ARM: rmobile: Sync Gen2 DTS with Linux v4.17 by Marek Vasut · 6 years ago
  95. bf8d2da pinctrl: renesas: Sync Gen3 PFC tables with Linux v4.17 by Marek Vasut · 6 years ago
  96. 9d0dc69 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  97. 2e975d8 pinctrl: renesas: Sync Gen2 PFC tables with Linux v4.17 by Marek Vasut · 6 years ago
  98. 6995fc3 clk: rmobile: Add R8A77995 RPC clock by Marek Vasut · 6 years ago
  99. 0f4ab20 clk: rmobile: Add R8A77990 RPC clock by Marek Vasut · 6 years ago
  100. e1ccb2c dts: gpio: Sync header with Linux 4.17 by Marek Vasut · 6 years ago