1. a867f15 arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS by Masahiro Yamada · 8 years ago
  2. 90313a9 dtoc: Correct the type widening code in fdt_fallback by Simon Glass · 8 years ago
  3. f970ccb hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · 8 years ago
  4. bb10e9b part_efi: Fix compiler warning on 32-bit sandbox by Simon Glass · 8 years ago
  5. 345fd88 lzmadec: Use the same type as the lzma call by Simon Glass · 8 years ago
  6. 97a7370 sandbox: Add instructions about building on 32-bit machines by Simon Glass · 8 years ago
  7. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  8. f2095a4 ARM: am33xx: Always inhibit init/refresh during DDR phy init by Russ Dill · 8 years ago
  9. c61bc0b ARM: am33xx: Fix DDR init delay placement by Russ Dill · 8 years ago
  10. 45e437d efi_loader: Make exposed image loader path absolute by Alexander Graf · 8 years ago
  11. a82eeaf common: fit: Allow U-Boot images to be booted by mario.six@gdsys.cc · 8 years ago
  12. a201a37 keystone: k2h/e/l: Fix DMA coherency for QM PDSP by Karicheri, Muralidharan · 8 years ago
  13. ae2eba6 cmd: misc: Add support for fractions in sleep by mario.six@gdsys.cc · 8 years ago
  14. 85ab607 ARM: uniphier: add clock/reset settings for xHCI of ProXstream2 by Masahiro Yamada · 8 years ago
  15. 78ead63 ARM: uniphier: add PH1-LD21 board data by Masahiro Yamada · 8 years ago
  16. fcdbbec ARM: uniphier: introduce flags to uniphier_board_data structure by Masahiro Yamada · 8 years ago
  17. a7c901f ARM: uniphier: rename outer-cache register macros by Masahiro Yamada · 8 years ago
  18. e5e1360 ARM: uniphier: clear notification flag before L2 operation by Masahiro Yamada · 8 years ago
  19. fa1f73f ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  20. eb239d6 ARM: uniphier: fix doubled tftpboot commands by Masahiro Yamada · 8 years ago
  21. c267581 ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLE by Masahiro Yamada · 8 years ago
  22. 4c34fc4 ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boards by Masahiro Yamada · 8 years ago
  23. 6e035ab test/py: vboot can be run only at Sandbox by Michal Simek · 8 years ago
  24. 725adf3 arm: omap5: fix build dependency for secure devices by Andreas Dannenberg · 8 years ago
  25. 28c6b02 arm: am4x: fix build dependency for secure devices by Andreas Dannenberg · 8 years ago
  26. 7a20368 fixing typo error in README file. CPU15 -> CP15 by yeongjun Kim · 8 years ago
  27. f0531a6 spl: fit: Fix the number of bytes read in raw mode by Lokesh Vutla · 8 years ago
  28. 99fc6ea rsa: Fix return value and masked error by mario.six@gdsys.cc · 8 years ago
  29. d019e15 tools: Fix return code of fit_image_process_sig() by mario.six@gdsys.cc · 8 years ago
  30. 7047d95 test/py: use absolute dts path in vboot test by Stephen Warren · 8 years ago
  31. 6402f72 armv8: spl: Call board_init_r from crt0_64 in SPL by Jeremy Hunt · 8 years ago
  32. 102f8bd efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · 8 years ago
  33. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  34. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  35. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  36. 98003f8 gdsys: Drop print_fpga_state function by Tom Rini · 8 years ago
  37. b21e602 tools/env: allow negative offsets by Stefan Agner · 8 years ago
  38. 21dbd6a tools/env: complete environment device config early by Stefan Agner · 8 years ago
  39. 1f09d00 iso: Fix part info command by Alexander Graf · 8 years ago
  40. ac87036 igep00x0: Falcon mode by Ladislav Michl · 8 years ago
  41. c44e29f igep00x0: generate default mtdparts according NAND chip used by Ladislav Michl · 8 years ago
  42. 43a6062 igep00x0: UBIize by Ladislav Michl · 8 years ago
  43. 3e34928 igep00x0: runtime flash detection by Ladislav Michl · 8 years ago
  44. aa0ab8f igep00x0: remove unused empty function omap_rev_string() by Ladislav Michl · 8 years ago
  45. 9c81436 igep00x0: remove useless setup_net_chip declaration by Ladislav Michl · 8 years ago
  46. 11279dc igep00x0: reorder lan9221 code to remove ifdefs by Ladislav Michl · 8 years ago
  47. dafe885 igep00x0: move sysinfo into C file by Ladislav Michl · 8 years ago
  48. 207350b cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · 8 years ago
  49. a91260e cmd: mtdparts: use defaults by default by Ladislav Michl · 8 years ago
  50. 02c2d6a cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · 8 years ago
  51. 760042a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · 8 years ago
  52. 07fdfb5 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · 8 years ago
  53. 7dbad5c mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · 8 years ago
  54. 1173271 mtd: OneNAND: allow board init function fail by Ladislav Michl · 8 years ago
  55. 243af2f mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · 8 years ago
  56. fe4bc3d armv7: simplify identify_nand_chip by Ladislav Michl · 8 years ago
  57. 446e94a armv7: armv7: introduce set_gpmc_cs0 by Ladislav Michl · 8 years ago
  58. d5b1c27 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  59. 4852b35 armv7: add reset timeout to identify_nand_chip by Ladislav Michl · 8 years ago
  60. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  61. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  62. 820d24d spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · 8 years ago
  63. dcd7ed3 onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
  64. daec8a4 nand_spl_simple: Add a simple NAND read function by Thomas Gleixner · 8 years ago
  65. 4a7234b mtd: Sort subsystem directories aplhabeticaly in Makefile by Ladislav Michl · 8 years ago
  66. 7559ac4 i2c_eeprom: Add reading support by mario.six@gdsys.cc · 8 years ago
  67. dcca7a9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  68. dcd660f zynq: defconfig: Remove unnecessary board specific config files by Siva Durga Prasad Paladugu · 8 years ago
  69. 5d22adb zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig by Siva Durga Prasad Paladugu · 8 years ago
  70. 0b15e30 Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  71. 052b85f usb: zynq: Define config USB_STORAGE through defconfig by Siva Durga Prasad Paladugu · 8 years ago
  72. 42fcc18 usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ by Siva Durga Prasad Paladugu · 8 years ago
  73. 44e6136 ARM64: zynqmp: Enable AHCI on EP platform by Alexander Graf · 8 years ago
  74. 11bc252 microblaze: Remove empty ifdef around caches by Michal Simek · 8 years ago
  75. 30d40b3 dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  76. 1b72f21 ARM64: zynqmp: Remove get_uart_clk() by Michal Simek · 8 years ago
  77. eea9d96 serial: zynq: Read information about clock from DT by Michal Simek · 8 years ago
  78. 4c1f7f8 ARM64: zynqmp: Enable SPL for all zynqmp boards by Michal Simek · 8 years ago
  79. 6f88c70 ARM64: zynqmp: Enable CLK and SPL_CLK by default by Michal Simek · 8 years ago
  80. a0dfb84 spl: Fix compilation warnings for arm64 by Michal Simek · 9 years ago
  81. 2da5125 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 9 years ago
  82. a552092 api: Disable api_net when DM is used by Michal Simek · 8 years ago
  83. 56f95ee ARM: zynq/zynqmp: Use the default CONFIG_BOOTDELAY=2 by Michal Simek · 8 years ago
  84. fcdfeed Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  85. e8c7b96 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  86. 22866944 Revert "stm32: Change USART port to USART6 for stm32f746 discovery board" by Tom Rini · 8 years ago
  87. b7f4b85 powerpc/85xx: Increase fdt address by Scott Wood · 8 years ago
  88. ae20944 doc: SPL: Add README for secure boot support by Sumit Garg · 8 years ago
  89. afaca2a powerpc/mpc85xx: T104x: Add nand secure boot target by Sumit Garg · 8 years ago
  90. f6d96cb powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL by Sumit Garg · 8 years ago
  91. 9c74796 mpc83xx: make it bootable with the latest kernel by Kevin Hao · 8 years ago
  92. 349a015 mpc83xx: fix the corruption of u-boot when saveenv by Kevin Hao · 8 years ago
  93. c5f510f ARM: tegra: pick up actual memory size by Stephen Warren · 8 years ago
  94. 100a479 ARM: Add save_boot_params for ARMv8 by Stephen Warren · 8 years ago
  95. b0cd500 ARM: tegra: p2371-2180: A03 board PMIC config update by Stephen Warren · 8 years ago
  96. adf3abd ARM: tegra: add IVC protocol implementation by Stephen Warren · 8 years ago
  97. 9ec4d9b ARM: tegra: unify Tegra186 Makefile a bit by Stephen Warren · 8 years ago
  98. 30fc105 ARM: tegra: split p2771-0000 build by Stephen Warren · 8 years ago
  99. 0a6002f ARM: tegra: fix Tegra186 DT GPIO binding header by Stephen Warren · 8 years ago
  100. 166829f image: fix IH_ARCH_... values for uImage compatibility by Masahiro Yamada · 8 years ago