1. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  2. c2e4e7e log: Fix incorect range check in log_get_cat_name() by Simon Glass · 6 years ago
  3. b4c3fb0 gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO by Adam Ford · 6 years ago
  4. bd8a9c1 arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO by Adam Ford · 6 years ago
  5. 6fef62c block: Add SPL_BLOCK_CACHE and default n by Adam Ford · 6 years ago
  6. a1b73c1 arm: Do not clear LR on exception in SPL by Andrew F. Davis · 6 years ago
  7. 8459367 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  8. d146a7b fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  9. 28b538b .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  10. 3eb0fa4 .gitignore: sort normal pattern rules alphabetically by Masahiro Yamada · 6 years ago
  11. 8e51c0f dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  12. 92a14a4 MAINTAINERS: update ARM Snapdragon by Ramon Fried · 6 years ago
  13. 95a7730 db410c: fix alignment of dts file by Ramon Fried · 6 years ago
  14. e0212df iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  15. 501c89d cmd: iotrace: add dump trace command by Ramon Fried · 6 years ago
  16. 7e9be3e iotrace: move record definitons to header file by Ramon Fried · 6 years ago
  17. 9508ecf ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · 6 years ago
  18. 1b65c86 m68k: Remove empty #ifdef/#ifndef block by Chris Packham · 6 years ago
  19. af14d0d configs: Remove empty #ifdef/#ifndef blocks by Chris Packham · 6 years ago
  20. 6d0043a doc: avb2.0: add README about AVB2.0 integration by Igor Opaniuk · 6 years ago
  21. f96c948 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · 6 years ago
  22. e883ffe am57xx_hs: avb2.0: add support of AVB 2.0 by Igor Opaniuk · 6 years ago
  23. 5d4fd87 avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  24. 60b2f9e cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  25. 3af30e4 avb2.0: implement AVB ops by Igor Opaniuk · 6 years ago
  26. 3330584 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · 6 years ago
  27. d8f9d2a avb2.0: add Android Verified Boot 2.0 library by Igor Opaniuk · 6 years ago
  28. 378b29c Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  29. 51f957a mx6cuboxi: fix 4GB ddr memory detection by Jon Nettleton · 6 years ago
  30. 7370820 mx6cuboxi: consolidate board detection and add som revision checking by Jon Nettleton · 6 years ago
  31. 8fd05fc drivers/gpio/mxc: fix MXC GPIO name in KConfig by Hannes Schmelzer · 6 years ago
  32. 82e8ba0 board: engicam: spl: match icore-mipi fit-config by Jagan Teki · 6 years ago
  33. 76881bb config: Update defconfig for imx53 K+P boards by Lukasz Majewski · 6 years ago
  34. 61c1650 board: Remove not needed function for the K+P's imx53 board by Lukasz Majewski · 6 years ago
  35. e8d2f28 board: Silent out the console on the K+P's imx53 boards by Lukasz Majewski · 6 years ago
  36. 0b35b2d board: Add support for KEY1 status detection on K+P's HSC|DDC boards by Lukasz Majewski · 6 years ago
  37. 5ca614c board: Adjust K+P script to run misc (per board) adjustments by Lukasz Majewski · 6 years ago
  38. 642c1f5 board: imx53: Always disable display before starting kernel by Lukasz Majewski · 6 years ago
  39. faab193 pico-imx7d: Adjust the dtb name by Fabio Estevam · 6 years ago
  40. 1da1938 spl: Add default values for ARCH_MX7 by Fabio Estevam · 6 years ago
  41. 97294a4 wandboard: Remove hardcoded baudrate from "console" variable by Otavio Salvador · 6 years ago
  42. 29b921b ARM: mxs: let boards override entire dram parameter table by Mans Rullgard · 6 years ago
  43. c5437e5 imx: Enable ACTLR.SMP bit for all i.MX cortex-a7 platforms by Ye Li · 6 years ago
  44. 2c09dbf display5: Add missing environment.h include to avoid warning by Lukasz Majewski · 6 years ago
  45. 0f05512 display5: config: Add GPT verification and restoration code on SWUpdate entry by Lukasz Majewski · 6 years ago
  46. bfb504b display5: display5_defconfig: Enable support for gpt command (CMD_GPT) in production u-boot by Lukasz Majewski · 6 years ago
  47. 9fea1ca display5: config: Reduce rootfs2 (BACKUP) size from 1528M to 512M by Lukasz Majewski · 6 years ago
  48. 5d92540 display5: config: Add cma=256M to command line arguments by Lukasz Majewski · 6 years ago
  49. c451713 display5: net: Add function to read ethaddr from iMX6 fuses by Lukasz Majewski · 6 years ago
  50. ea4584d display5: ddr: Enable support for DDR3 auto calibration by Lukasz Majewski · 6 years ago
  51. b5f4543 display5: config: Update swupdate initramfs file name (now supporting ext4) by Lukasz Majewski · 6 years ago
  52. 18ccca5 display5: config: factory: Update BACKUP rootfs in factory mode by Lukasz Majewski · 6 years ago
  53. dd4ed88 display5: config: Provide 'tftp_mmc_rootfs_bkp' command to write BACKUP rootfs by Lukasz Majewski · 6 years ago
  54. 76d1d16 display5: wdt: Enable WDT support (both SPL and u-boot) by Lukasz Majewski · 6 years ago
  55. 27aede2 display5: Support for the emergency PAD pressing by Lukasz Majewski · 6 years ago
  56. cf74e0a display5: config: factory: Extend mtdparts to support LEG factory partition by Lukasz Majewski · 6 years ago
  57. 1fa328f display5: config: Update SPI-NOR partition for larger swupdate-initramfs by Lukasz Majewski · 6 years ago
  58. b78e9c4 display5: config: Remove support for Linux initramfs recovery image boot by Lukasz Majewski · 6 years ago
  59. 1bcbf48 display5: config: Reset the board when bootm fails by Lukasz Majewski · 6 years ago
  60. e087905 display5: spl: Check return code of the env_* functions by Lukasz Majewski · 6 years ago
  61. 2f4372a display5: config: Provide command to flash the whole SPI-NOR memory by Lukasz Majewski · 6 years ago
  62. 86d759e display5: config: Add "factory" (1MiB) SPI-NOR partition in u-boot by Lukasz Majewski · 6 years ago
  63. 4864ba7 display5: config: factory: Setup IP config data according to LEG production setup by Lukasz Majewski · 6 years ago
  64. 13e012f display5: factory: Add support for BOOT_FROM = FACTORY switch by Lukasz Majewski · 6 years ago
  65. 0102023 x86: efi: app: Display correct CPU info during boot by Bin Meng · 6 years ago
  66. 3ebd892 x86: Rename efi-x86 target to efi-x86_app by Bin Meng · 6 years ago
  67. d441ec8 x86: efi: payload: Add EFI framebuffer driver support by Bin Meng · 6 years ago
  68. 4a08c74 dm: video: Add an EFI framebuffer driver by Bin Meng · 6 years ago
  69. d1fe992 efi: stub: Pass EFI GOP information to U-Boot payload by Bin Meng · 6 years ago
  70. 252d41f x86: baytrail: Drop EFI-specific test logics by Bin Meng · 6 years ago
  71. 93c7b87 x86: Drop QEMU-specific EFI payload support by Bin Meng · 6 years ago
  72. 32151d4 x86: Add generic EFI payload support by Bin Meng · 6 years ago
  73. 3773c6a x86: efi: payload: Add arch_cpu_init() by Bin Meng · 6 years ago
  74. 4f1dacd x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 6 years ago
  75. 9efeb3f x86: doc: Fix reference to EFI doc in U-Boot by Bin Meng · 6 years ago
  76. 9f0b011 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · 6 years ago
  77. e3ec0d0 x86: cherryhill: Fix DTC warning by Bin Meng · 6 years ago
  78. 103c45f Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  79. a715415 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  80. 891bf67 ARM: rmobile: Disable 4k SF sectors on V3M Eagle by Marek Vasut · 6 years ago
  81. 75b573f ARM: rmobile: Enable cache command on V3M Eagle by Marek Vasut · 6 years ago
  82. c267952 ARM: rmobile: Fix CPGW address on V3M Eagle by Marek Vasut · 6 years ago
  83. 6d82ed8 ARM: dts: rmobile: Add AVB PHY reset on V3M Eagle by Marek Vasut · 6 years ago
  84. 29904b9 ARM: dts: rmobile: Add AVB pinmux on V3M Eagle by Marek Vasut · 6 years ago
  85. bc19d28 ARM: dts: rmobile: Enable SDHI on E3 Ebisu by Marek Vasut · 6 years ago
  86. ef6765c ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3 by Marek Vasut · 6 years ago
  87. 65dcc80 ARM: dts: rmobile: Add SCIF2 pinmux to E3 Ebisu by Marek Vasut · 6 years ago
  88. e183a6c ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990 by Marek Vasut · 6 years ago
  89. c599de3 ARM: rmobile: Enable RPCHF on Draak by Marek Vasut · 6 years ago
  90. b08a704 ARM: rmobile: Fix environment placement on Draak by Marek Vasut · 6 years ago
  91. f58e779 Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  92. d94e89c Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  93. 3b4410d ARC: HSDK: Add readme by Alexey Brodkin · 6 years ago
  94. 9ddcfef ARC: HSDK: Add tool and make target to generate bsp by Eugeniy Paltsev · 6 years ago
  95. b729ed0 serial: zynq: Make zynq_serial_setbrg static by Michal Simek · 6 years ago
  96. a673025 serial: zynq: Initialize uart only before relocation by Michal Simek · 6 years ago
  97. e90d265 serial: zynq: Write chars till output fifo is full by Michal Simek · 6 years ago
  98. c9a2c47 serial: zynq: Use BIT macros instead of shifts and full hex numbers by Michal Simek · 6 years ago
  99. 01fcf01 gpio: zynq_gpio: bank description should use unsigned type by Michal Simek · 6 years ago
  100. e3c26b8 arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite() by Michal Simek · 6 years ago