1. e7657a9 Makefile: Ensure we build with -std=gnu11 by Tom Rini · 6 years ago
  2. 077de24 Prepare v2018.07-rc2 by Tom Rini · 6 years ago
  3. 6c03ea1 test_avb: Add pymark.buildconfigspec information for the AVB tests by Tom Rini · 6 years ago
  4. 421a5d0 libavb: Update SPDX tag style by Tom Rini · 6 years ago
  5. 7302d5e configs: Update Meson GX configs by Neil Armstrong · 6 years ago
  6. 6c9c980 meson: use the clock driver by Beniamino Galvani · 6 years ago
  7. b67bfaf clk: add Amlogic meson clock driver by Beniamino Galvani · 6 years ago
  8. 42fe74e config: meson-gx-common: Enable USB boot by Neil Armstrong · 6 years ago
  9. 934f582 adc: meson-saradc: fix regmap_init_mem call by Neil Armstrong · 6 years ago
  10. b2f1396 configs: dragonboard410c: remove env partition offset by Ramon Fried · 6 years ago
  11. 92a87b3 configs: db410c: Set eMMC env partition to BOOT2 by Ramon Fried · 6 years ago
  12. 1669e18 common: Fix cpu nr type which is always unsigned type by Michal Simek · 6 years ago
  13. 2142579 bootm: Handle kernel_noload on arm64 by Marek Vasut · 6 years ago
  14. 85ed289 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  15. ff7dd58 sandbox: swap_case: Increase number of base address regs by Simon Glass · 6 years ago
  16. 18790eb spi: sandbox: Fix memory leak in sandbox_sf_bind_emul() by Simon Glass · 6 years ago
  17. 198b80c rsa: Fix missing memory leak on error in fdt_add_bignum() by Simon Glass · 6 years ago
  18. cea3b9e fdtgrep: Separate out checking of two allocations by Simon Glass · 6 years ago
  19. a95f014 fdtgrep: Fix logic of free() in do_fdtgrep() by Simon Glass · 6 years ago
  20. 18fc706 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  21. 8909656 log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  22. 22f2e93 gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO by Adam Ford · 6 years ago
  23. 5913a32 arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO by Adam Ford · 6 years ago
  24. d693fb9 block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
  25. df1f7e2 arm: Do not clear LR on exception in SPL by Andrew F. Davis · 6 years ago
  26. 72d8046 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  27. 0a4b93f fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  28. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  29. 6cd0f71 .gitignore: sort normal pattern rules alphabetically by Masahiro Yamada · 6 years ago
  30. 9c286a7 dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  31. 96e9e75 MAINTAINERS: update ARM Snapdragon by Ramon Fried · 6 years ago
  32. 1385217 db410c: fix alignment of dts file by Ramon Fried · 6 years ago
  33. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  34. f015eb5 cmd: iotrace: add dump trace command by Ramon Fried · 6 years ago
  35. d03cc69 iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  36. 194d1a1 ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · 6 years ago
  37. fddb776 m68k: Remove empty #ifdef/#ifndef block by Chris Packham · 6 years ago
  38. cf4e55f configs: Remove empty #ifdef/#ifndef blocks by Chris Packham · 6 years ago
  39. 523788b doc: avb2.0: add README about AVB2.0 integration by Igor Opaniuk · 6 years ago
  40. a284632 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · 6 years ago
  41. b81b3b6 am57xx_hs: avb2.0: add support of AVB 2.0 by Igor Opaniuk · 6 years ago
  42. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  43. 6029119 cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  44. bb4aac4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  45. 525d1d8 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · 6 years ago
  46. 8b23ae2 avb2.0: add Android Verified Boot 2.0 library by Igor Opaniuk · 6 years ago
  47. aca88d7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  48. 90e565e x86: efi: app: Display correct CPU info during boot by Bin Meng · 6 years ago
  49. 6582074 x86: Rename efi-x86 target to efi-x86_app by Bin Meng · 6 years ago
  50. 5d69a5c x86: efi: payload: Add EFI framebuffer driver support by Bin Meng · 6 years ago
  51. 0f862b9 dm: video: Add an EFI framebuffer driver by Bin Meng · 6 years ago
  52. cb787cb efi: stub: Pass EFI GOP information to U-Boot payload by Bin Meng · 6 years ago
  53. 7676370 x86: baytrail: Drop EFI-specific test logics by Bin Meng · 6 years ago
  54. 740aa42 x86: Drop QEMU-specific EFI payload support by Bin Meng · 6 years ago
  55. 858429b x86: Add generic EFI payload support by Bin Meng · 6 years ago
  56. 6bd4109 x86: efi: payload: Add arch_cpu_init() by Bin Meng · 6 years ago
  57. 525c861 x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 6 years ago
  58. 706db82 x86: doc: Fix reference to EFI doc in U-Boot by Bin Meng · 6 years ago
  59. 4123662 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · 6 years ago
  60. c9697d7 x86: cherryhill: Fix DTC warning by Bin Meng · 6 years ago
  61. 58a6ec7 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  62. f4baf3b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  63. 1725781 ARM: rmobile: Disable 4k SF sectors on V3M Eagle by Marek Vasut · 6 years ago
  64. b1d36c7 ARM: rmobile: Enable cache command on V3M Eagle by Marek Vasut · 6 years ago
  65. f20ea91 ARM: rmobile: Fix CPGW address on V3M Eagle by Marek Vasut · 6 years ago
  66. e4484d7 ARM: dts: rmobile: Add AVB PHY reset on V3M Eagle by Marek Vasut · 6 years ago
  67. 5e19680 ARM: dts: rmobile: Add AVB pinmux on V3M Eagle by Marek Vasut · 6 years ago
  68. be3a2e2 ARM: dts: rmobile: Enable SDHI on E3 Ebisu by Marek Vasut · 6 years ago
  69. 66cc560 ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3 by Marek Vasut · 6 years ago
  70. 84ba9eb ARM: dts: rmobile: Add SCIF2 pinmux to E3 Ebisu by Marek Vasut · 6 years ago
  71. 5b82854 ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990 by Marek Vasut · 6 years ago
  72. fcb05fa ARM: rmobile: Enable RPCHF on Draak by Marek Vasut · 6 years ago
  73. 0090ae6 ARM: rmobile: Fix environment placement on Draak by Marek Vasut · 6 years ago
  74. 18772c2 Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  75. 579e430 Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  76. 8a96b3d ARC: HSDK: Add readme by Alexey Brodkin · 6 years ago
  77. 5545759 ARC: HSDK: Add tool and make target to generate bsp by Eugeniy Paltsev · 6 years ago
  78. 8d5f843 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago
  79. e68f4ab serial: zynq: Initialize uart only before relocation by Michal Simek · 6 years ago
  80. 6b8dcec serial: zynq: Write chars till output fifo is full by Michal Simek · 6 years ago
  81. 5e3c4c7 serial: zynq: Use BIT macros instead of shifts and full hex numbers by Michal Simek · 6 years ago
  82. 615900b gpio: zynq_gpio: bank description should use unsigned type by Michal Simek · 6 years ago
  83. faac0ce arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite() by Michal Simek · 6 years ago
  84. 089b84d arm64: zynqmp: Check return value from calloc by Michal Simek · 6 years ago
  85. 91e95ff mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning() by Michal Simek · 6 years ago
  86. b6f9cbb gpio: zynq: Do not check unsigned type that is >= 0 by Michal Simek · 6 years ago
  87. b97e99f mmc: sdhci: Fix MMC HS200 tuning command failures by Siva Durga Prasad Paladugu · 6 years ago
  88. 8394f8b arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE by Luca Ceresoli · 6 years ago
  89. e6e4e12 arm64: zynqmp: Enable SPD ddr support for zcu102 targets by Michal Simek · 6 years ago
  90. 8e434fc timer: cadence: Implement timer_get_boot_us by Michal Simek · 7 years ago
  91. 57f100f arm: zynq: Drop #address-cells and #size-cells from gpio-keys by Michal Simek · 6 years ago
  92. 0599d24 arm64: zynqmp: Split emmc configuration into emmc0 and emmc1 by Siva Durga Prasad Paladugu · 6 years ago
  93. c07b225 arm: zynq: Add missing watchdog header by Michal Simek · 6 years ago
  94. 566faef ARM: rmobile: Point load address to more sane area on Gen3 by Marek Vasut · 6 years ago
  95. 0e60f74 ARM: rmobile: Point load address to more sane area on Gen2 by Marek Vasut · 6 years ago
  96. cf05e16 ARM: rmobile: Zap CONFIG_SYS_CLK_FREQ where applicable by Marek Vasut · 6 years ago
  97. 051a526 ARM: rmobile: Sync Gen3 DTS with Linux v4.17 by Marek Vasut · 6 years ago
  98. 047b194 ARM: rmobile: Sync Gen2 DTS with Linux v4.17 by Marek Vasut · 6 years ago
  99. eb13e0f pinctrl: renesas: Sync Gen3 PFC tables with Linux v4.17 by Marek Vasut · 6 years ago
  100. d56c3f6 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago