1. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  2. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  3. 2321bb0 hush: add CONFIG_HUSH_PARSER to Kconfig by Masahiro Yamada · 10 years ago
  4. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  5. 9fa901b dm: Update documentation to include CONFIG_DM... options by Simon Glass · 10 years ago
  6. 6c0be91 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  7. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  8. c8c6760 doc: fix documentation of out-of-tree build by Timo Ketola · 10 years ago
  9. 5065b71 doc: Update documentation according to the EXT SPL support patch set by Guillaume GARDET · 10 years ago
  10. 3687fe4 Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  11. 77a7384 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  12. e301fa0 kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  13. 141ed20 Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image by Stefan Roese · 10 years ago
  14. a86fd24 doc: Remove note about auto-complete not working with hush by Simon Glass · 10 years ago
  15. 7a88175 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago
  16. bb7143b fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · 10 years ago
  17. 4844742 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  18. 79a779b driver/ddr: Restruct driver to allow standalone memory space by York Sun · 10 years ago
  19. bfb9ba4 usb/gadget: fastboot: add support for flash command by Steve Rae · 10 years ago
  20. e1813c4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  21. e997f75 dm: Fix repeated comment in README by Simon Glass · 10 years ago
  22. 287314f sandbox: Update minor documentation changes by Jagannadha Sutradharudu Teki · 10 years ago
  23. 5ce62cd cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images by Tom Rini · 10 years ago
  24. c6c1ebf Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  25. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  26. 7bdb1fc Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 10 years ago
  27. 8977cda net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  28. 4b9c17c README: document CONFIG_BOARD_SIZE_LIMIT by Sascha Silbe · 11 years ago
  29. 90491f2 RTC: add support for DS1339 (using DS1307 driver) by Markus Niebel · 10 years ago
  30. 3245e42 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  31. 2666833 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 10 years ago
  32. 7ba4e57 The _config target is not present anymore, mention _defconfig instead by Holger Freyther · 10 years ago
  33. 1188892 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  34. b77c888 spi, spi_mxc: do not hang in spi_xchg_single by Heiko Schocher · 10 years ago
  35. 1f36da0 arm: Support pre-relocation malloc() by Simon Glass · 10 years ago
  36. 0cc6f5c sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  37. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  38. d73b7ec spi: add config option to enable the WP pin function on st micron flashes by Heiko Schocher · 10 years ago
  39. 2b38776 pwm, imx6: add support for pwm modul on imx6 by Heiko Schocher · 10 years ago
  40. 88919ca fit: make sha256 support optional by Dirk Eibach · 10 years ago
  41. b957743 i2c: IHS I2C master driver by Dirk Eibach · 10 years ago
  42. 76db7bf README: document CONFIG_ENV_IS_IN_SPI_FLASH by Wu, Josh · 10 years ago
  43. a7d0c87 README: document the CONFIG_ENV_IS_IN_FAT option by Wu, Josh · 10 years ago
  44. 8ff14b7 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  45. d097e59 dm: Update README to encourage conversion to driver model by Simon Glass · 10 years ago
  46. 4dc47ca Add an I/O tracing feature by Simon Glass · 10 years ago
  47. 3298501 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  48. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 11 years ago
  49. 1c4cf33 fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE by Siva Durga Prasad Paladugu · 11 years ago
  50. 683ecd8 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY by Stephen Warren · 11 years ago
  51. 7f15a6a powerpc: mpc8260ads: remove orphan board by Masahiro Yamada · 10 years ago
  52. 6345854 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  53. bcc302c eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command by Pierre Aubert · 11 years ago
  54. cabbf42 Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  55. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  56. 64c7098 fpga: Add support to load partial bitstreams by Michal Simek · 11 years ago
  57. adc11de fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK by Siva Durga Prasad Paladugu · 11 years ago
  58. 021d202 common/board_f: Initialized global data for generic board by York Sun · 11 years ago
  59. cbc0888 serial: nsl16550: add hw flow control support by Karicheri, Muralidharan · 11 years ago
  60. 22383af Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  61. 53552c9 sandbox: Update and expand the README by Simon Glass · 11 years ago
  62. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  63. 9d4471e usb/gadget: add the fastboot gadget by Sebastian Siewior · 11 years ago
  64. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
  65. b095762 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  66. 2c27f12 Makefile: Add support of CONFIG_SPL_FSL_PBL by Prabhakar Kushwaha · 11 years ago
  67. 6e2b9a3 powerpc:Add support of SPL non-relocation by Prabhakar Kushwaha · 11 years ago
  68. a7364af mpc85xx/t104x: Add deep sleep framework support by Tang Yuantian · 11 years ago
  69. 2896cb7 driver/ddr/fsl: Add DDR4 support to Freescale DDR driver by York Sun · 11 years ago
  70. 83a9084 QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR by Zhao Qiang · 11 years ago
  71. 8bcbc27 powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS by Aneesh Bansal · 11 years ago
  72. ef6ebff cosmetic: README: add some entries to Directory Hierarchy by Masahiro Yamada · 11 years ago
  73. b0df44b mips: xburst: remove remainders of dead board by Masahiro Yamada · 11 years ago
  74. c1dc61b NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 11 years ago
  75. c2b7600 README: Add CONFIG_SPL_OS_BOOT to README by Tom Rini · 11 years ago
  76. 543c9f1 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  77. d231bd9 Merge branch 'next' by Tom Rini · 11 years ago
  78. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  79. 245defa ARM: Add workaround for Cortex-A9 errata 761320 by Nitin Garg · 11 years ago
  80. 7f17aed ARM: Add workaround for Cortex-A9 errata 794072 by Nitin Garg · 11 years ago
  81. 2eb40ee new commands: uuid and guid - generate random unique identifier by Przemyslaw Marczak · 11 years ago
  82. e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  83. c4d8a1b aes: Add 'aes' command to access AES-128-CBC by Marek Vasut · 11 years ago
  84. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  85. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  86. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  87. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  88. c459ae6 driver/ddr: Add 256 byte interleaving support by York Sun · 11 years ago
  89. 3a0916d Driver/ddr: Add support of different DDR base address by York Sun · 11 years ago
  90. 29647ab driver/ddr: Change Freescale ARM DDR driver to support both big and little endian by York Sun · 11 years ago
  91. 06ab7dd fs/fdos: Remove by Tom Rini · 11 years ago
  92. ab4a66d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  93. 1f493d9 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  94. 443ca40 i2c, bootcount: add support for bootcounter on i2c devices by Heiko Schocher · 11 years ago
  95. 49dc73b doc: README: Correct file name of signature verification documentation by Detlev Zundel · 11 years ago
  96. 3d5a388 README: document CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  97. b43f269 Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  98. 7521efa ARM: IXP: Remove the IXP architecture support by Marek Vasut · 11 years ago
  99. 57d7910 Merge branch 'clk' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 11 years ago
  100. a0d2802 common: Add new clk command by Michal Simek · 11 years ago