1. 352ef3f flash: Add optional verify-after-write feature by Stefan Roese · 11 years ago
  2. 8960af8 cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README by Albert ARIBAUD · 11 years ago
  3. 6ebc346 ARM: fix CONFIG_SPL_MAX_SIZE semantics by Albert ARIBAUD · 11 years ago
  4. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  5. 6113d3f Makefile: Change CONFIG_SPL_PAD_TO to image offset by Benoît Thébaudeau · 11 years ago
  6. a430e91 mtd: nand: mxc_nand: Fix is_16bit_nand() by Fabio Estevam · 11 years ago
  7. 66bd184 mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT by Fabio Estevam · 11 years ago
  8. 785881f env: Add redundant env support to UBI env by Joe Hershberger · 11 years ago
  9. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  10. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  11. 70c219c ubi: ubifs: Add documentation for README by Joe Hershberger · 11 years ago
  12. c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 11 years ago
  13. ea2453d dfu: Support larger than memory transfers. by Pantelis Antoniou · 11 years ago
  14. b3ba6e9 README: Document current DFU CONFIG options by Tom Rini · 11 years ago
  15. fd2aeac omap3_beagle: Flush UART3 xmit on enable if TEMT is broken by Manfred Huber · 11 years ago
  16. 795659d README: document the requirements for CONFIG_SYS_HZ by Stephen Warren · 11 years ago
  17. 472d546 Consolidate bool type by York Sun · 11 years ago
  18. b6379e1 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  19. c5d4752 ARM: implement erratum 716044 workaround by Stephen Warren · 12 years ago
  20. fc33705 Allow AM335x MPU core clock speed to be specified in the board config file by Mark Jackson · 12 years ago
  21. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  22. 632efa7 Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · 12 years ago
  23. 5c1a7ea __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board by Simon Glass · 12 years ago
  24. 0678587 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · 12 years ago
  25. a268170 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
  26. 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  27. c088048 lcd: implement a callback for splashimage by Nikita Kiryanov · 12 years ago
  28. 581bb41 lcd: add option for board specific splash screen preparation by Nikita Kiryanov · 12 years ago
  29. d304931 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
  30. 4213fc2 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  31. 8fdf1e0 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
  32. 96dfc06 x86: Remove unused real mode code by Simon Glass · 12 years ago
  33. 588a13f x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR by Simon Glass · 12 years ago
  34. a6187dc Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
  35. 44a53b5 VIDEO: better document the correct use of CONFIG_FB_ADDR by Wolfgang Denk · 12 years ago
  36. 7a8e739 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  37. 59ee45e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  38. 7de0fe1 serial/ns16550: add an option to avoid hanging on broken platforms by Javier Martinez Canillas · 12 years ago
  39. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  40. e2e3e2b arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
  41. b2b92f5 Document the CONFIG_DISPLAY_BOARDINFO option by Simon Glass · 12 years ago
  42. 06fd853 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
  43. da77a0e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  44. 06f60ae powerpc/mpc83xx: add support for new SPL by Scott Wood · 12 years ago
  45. 74752ba spl: Change PAD_TO to CONFIG_SPL_PAD_TO by Scott Wood · 12 years ago
  46. 2400727 spi: Add SPI flash test by Simon Glass · 12 years ago
  47. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  48. d8fb710 powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR by trem · 12 years ago
  49. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  50. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  51. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  52. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  53. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  54. 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  55. bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  56. ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  57. 53fdc7e Add gettime command by Anton Staaf · 12 years ago
  58. fd4d564 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  59. 058d59b x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
  60. 40fef04 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  61. adb9d85 README: Explain how to generate the CHANGELOG file. by Robert P. J. Day · 12 years ago
  62. 5b5ece9 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
  63. b16f521 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
  64. dfe1610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  65. 10635af README: Reference nand monitor commands in U-Boot README by Karl O. Pinc · 12 years ago
  66. 7d4b795 spl/nand: config symbol documentation by Scott Wood · 12 years ago
  67. 6f2f01b spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. by Scott Wood · 12 years ago
  68. 94a45bb powerpc/mpc85xx/p1_p2_rdb_pc: new SPL support by Scott Wood · 12 years ago
  69. 4b91972 spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL by Scott Wood · 12 years ago
  70. ca2fca2 spl: introduce CONFIG_SPL_TARGET by Scott Wood · 12 years ago
  71. 2a7abdd Merge branch 'next' by Gerald Van Baren · 12 years ago
  72. 0d89efe lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
  73. 676d319 lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
  74. d95f6ec fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  75. 45d7f52 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · 12 years ago
  76. 6acc7c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  77. a42c87f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  78. 447c031 scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  79. 7e27f89 README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 12 years ago
  80. 33a35bb cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · 12 years ago
  81. 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  82. 1b0757e PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
  83. c7656ba Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  84. ffd06e0 powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1 by York Sun · 12 years ago
  85. 3bb46d2 README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 by Ashok · 12 years ago
  86. 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  87. bd23b22 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  88. 6d365ea tegra20: add USB ULPI init code by Lucas Stach · 12 years ago
  89. da83bcd Add a command to access the system timer by Joe Hershberger · 12 years ago
  90. c167cc0 Add a new "ini" command by Joe Hershberger · 12 years ago
  91. 93d7212 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
  92. 2eba38c bootstage: Add bootstage command by Simon Glass · 12 years ago
  93. 94fd131 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
  94. e53515a README: Add handy kermit primer by Karl O. Pinc · 12 years ago
  95. f2b96df common: add zip command support by Lei Wen · 12 years ago
  96. c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
  97. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  98. 861a86f omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
  99. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  100. 923c46f README: Cleanup description of supported partitions. by Karl O. Pinc · 12 years ago