1. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  2. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  3. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  4. 49eee6e env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  5. 9274dc0 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  6. 70e5307 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  7. 3a52910 cmd_part: add partition-related command by Stephen Warren · 12 years ago
  8. c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  9. 8d6ba05 cmd_reiser: use common get_device_and_partition function by Rob Herring · 12 years ago
  10. 153817e cmd_zfs: use common get_device_and_partition function by Rob Herring · 12 years ago
  11. ede8436 cmd_disk: use common get_device_and_partition function by Rob Herring · 12 years ago
  12. 5fc26df cmd_fat: use common get_device_and_partition function by Rob Herring · 12 years ago
  13. 752e1bd cmd_extX: use common get_device_and_partition function by Rob Herring · 12 years ago
  14. 30f7fd7 ext4: remove init_fs/deinit_fs by Rob Herring · 12 years ago
  15. a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
  16. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  17. 4bb5fa4 common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · 12 years ago
  18. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  19. 5c540b2 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · 12 years ago
  20. 9767a00 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  21. dd4f050 Revert "memsize: Fix for bug in memory sizing code" by Tom Rini · 12 years ago
  22. 835e11e usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  23. edd5f22 Merge branch 'ext4' by Tom Rini · 12 years ago
  24. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  25. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  26. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  27. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  28. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  29. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  30. 8cdea94 env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  31. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  32. 1d8af98 memsize: Fix for bug in memory sizing code by Iwo Mergler · 12 years ago
  33. f6c92cd env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  34. 292af86 dm: sparc: common: Fixup cmd_bdinfo warnings by Marek Vasut · 12 years ago
  35. b3486a5 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  36. 5376856 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  37. cccf595 nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  38. cf7acd0 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  39. aeccfee fdt: Check if the FDT address is configured by Marek Vasut · 12 years ago
  40. a12f5c7 Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 12 years ago
  41. b2749d0 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
  42. d8fe14a env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago
  43. 7d6784f cmd_nand: dump: Align data and OOB buffers by Thierry Reding · 12 years ago
  44. 31692c2 mmcinfo: Fix help message by Benoît Thébaudeau · 12 years ago
  45. 27ee0f3 env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago
  46. b457118 common lcd: simplify lcd_display_bitmap by Nikita Kiryanov · 12 years ago
  47. 2242527 common lcd: simplify core functions by Nikita Kiryanov · 12 years ago
  48. b4eb54d common lcd: simplify lcd_display by Nikita Kiryanov · 12 years ago
  49. 2b246c4 common lcd: simplify lcd_logo by Nikita Kiryanov · 12 years ago
  50. 497c32f cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  51. 38de0b6 hush: Don't parse the contents of a dereferenced var by Joe Hershberger · 12 years ago
  52. 82fea77 hush: Add default value substitution support by Joe Hershberger · 12 years ago
  53. 1150ff8 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  54. 52e4040 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  55. a1f0adb usb: Optimize USB storage read/write by Jim Shimer · 12 years ago
  56. fbf909a usb_stor_BBB_transport: Do not delay when not required by Benoît Thébaudeau · 12 years ago
  57. dfa2bcc usb_storage: Remove EHCI constraints by Benoît Thébaudeau · 12 years ago
  58. 938051f usb_storage: Restore non-EHCI support by Benoît Thébaudeau · 12 years ago
  59. 9273f4f dfu:cmd: Support for DFU u-boot command by Lukasz Majewski · 12 years ago
  60. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  61. b4611ee powerpc/corenet_ds: Slave module for boot from PCIE by Liu Gang · 12 years ago
  62. 8af6a6a cmd_spi: remove superfluous semicolon by Marek Vasut · 12 years ago
  63. a74a99a ext4fs write support by Uma Shankar · 13 years ago
  64. 71014b6 ext4fs ls load support by Uma Shankar · 13 years ago
  65. 9b4a1f9 zfs: Add ZFS filesystem support by Jorgen Lundman · 12 years ago
  66. 3796e1f u-boot: Update yaffs2 file system by Charles Manning · 13 years ago
  67. c82b4ea Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set by Dirk Eibach · 13 years ago
  68. d0eb940 Allow newlines within command environment vars by Simon Glass · 13 years ago
  69. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · 13 years ago
  70. 80bd6da env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE by David du Colombier · 12 years ago
  71. 575c037 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 12 years ago
  72. d9a028a i2c: deblock i2c bus also if accessed before realocation by Holger Brunck · 12 years ago
  73. 77f385a usb_storage: fix ehci driver max transfer size by Stefan Herbrechtsmeier · 12 years ago
  74. b7161dd usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  75. da87587 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  76. 1f82841 common lcd: minor coding style changes by Nikita Kiryanov · 13 years ago
  77. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  78. 1465d5f Add env vars describing U-Boot target board by Stephen Warren · 13 years ago
  79. 39cd355 SPL: common/Makefile: Add image.c to SPL build by Stefan Roese · 13 years ago
  80. 42a3c44 env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 13 years ago
  81. eee675f pxe: add support for parsing local syslinux files by Rob Herring · 13 years ago
  82. d8fceec pxe: parse initrd file from append string by Rob Herring · 13 years ago
  83. dc410cd pxe: support absolute paths by Rob Herring · 13 years ago
  84. c93f74a pxe: support linux entries for labels by Rob Herring · 13 years ago
  85. a6b7417 pxe: add support for label menu text by Rob Herring · 13 years ago
  86. 8e5abb0 pxe: support include files at top-level by Rob Herring · 13 years ago
  87. dd42a5a menu: only timeout when menu is displayed by Rob Herring · 13 years ago
  88. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  89. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  90. a66afbd cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · 13 years ago
  91. 62a7ea7 cmd_mem: cmp: unify size code paths by Mike Frysinger · 13 years ago
  92. 3afa803 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · 13 years ago
  93. 736d325 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · 12 years ago
  94. bf345a1 LCD: display 32bpp decompressed bitmap image by Donghwa Lee · 13 years ago
  95. 6f1378f common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef by Anatolij Gustschin · 13 years ago
  96. 81b99b8 common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs by Anatolij Gustschin · 13 years ago
  97. 218e6a0 common/lcd.c: use ARRAY_SIZE by Anatolij Gustschin · 13 years ago
  98. 7a49e6f cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · 13 years ago
  99. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  100. d476204 net: Don't write the "serverip" env var if configured not to by Joe Hershberger · 13 years ago