1. 39f9855 pxe: add support for per arch and SoC default paths by Rob Herring · 12 years ago
  2. 8577fec pxe: add support for ontimeout token by Rob Herring · 12 years ago
  3. 32d2ffe pxe: simplify menu display and selection by Rob Herring · 12 years ago
  4. e82eeb5 pxe: always display a menu when present by Rob Herring · 12 years ago
  5. e6b6ccf pxe: try bootz if bootm fails to find a valid image by Rob Herring · 12 years ago
  6. da62022 bootz: un-staticize do_bootz by Rob Herring · 12 years ago
  7. 500f304 pxe: fix handling of different localboot values by Rob Herring · 12 years ago
  8. 23b7194 pxe: make string parameters const by Rob Herring · 12 years ago
  9. ef034c9 pxe: Use ethact setting for pxe by Rob Herring · 12 years ago
  10. 348e47f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  11. 9b80aa8 nand: Don't call adjust_size_for_badblocks for erase by Scott Wood · 11 years ago
  12. f90572d Makefile: move the common makefile line to public area by Ying Zhang · 11 years ago
  13. ba1bee4 common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL by Ying Zhang · 11 years ago
  14. 69f14dc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  15. 2f99807 image: Use ENOENT instead of ENOMEDIUM for better compatibility by Simon Glass · 11 years ago
  16. dfdb3d3 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 11 years ago
  17. 5c088ee env_mmc: allow negative CONFIG_ENV_OFFSET by Stephen Warren · 11 years ago
  18. f0df254 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 11 years ago
  19. 2a91c91 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 12 years ago
  20. b7ab8b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  21. e82a316 usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 11 years ago
  22. aa15505 usb: hub: make minimum power-on delay configurable by Kuo-Jung Su · 11 years ago
  23. 5da2dc9 usb: workaround non-working keyboards. by Vincent Palatin · 12 years ago
  24. 09defbc usb: properly re-initialize the USB keyboard. by Vincent Palatin · 12 years ago
  25. a166fbc powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 by Scott Wood · 11 years ago
  26. 064d55f fdt: remove unaligned access in fdt_fixup_ethernet() by Stephen Warren · 11 years ago
  27. a0ba279 generic_board: reduce the redundancy of gd_t struct members by Masahiro Yamada · 11 years ago
  28. 2b75b0a spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · 11 years ago
  29. 721931f spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · 11 years ago
  30. 7ad2cc7 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · 11 years ago
  31. 2fabd0b spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out by Peter Korsgaard · 11 years ago
  32. 79adb7a spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging by Peter Korsgaard · 11 years ago
  33. 47b8e52 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  34. 6a195d2 lcd: add functions to set up simplefb device tree by Stephen Warren · 11 years ago
  35. 99bd544 fdt: allow bootdelay to be specified via device tree by Stephen Warren · 11 years ago
  36. b8521b7 common: board_f: Do not call board_postclk_init twice by Masahiro Yamada · 11 years ago
  37. c6ac13b sandbox: image: Adjust FIT image printing to work with sandbox by Simon Glass · 11 years ago
  38. 4651800 image: Use fit_image_load() to load kernel by Simon Glass · 11 years ago
  39. aed161e sandbox: Adjust bootm command to work with sandbox by Simon Glass · 11 years ago
  40. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 11 years ago
  41. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 11 years ago
  42. 782cfbb image: Introduce fit_image_load() to load images from FITs by Simon Glass · 11 years ago
  43. d34d186 main: Add debug_bootkeys to avoid #ifdefs by Simon Glass · 11 years ago
  44. 3e40887 main: Add debug_parser() to avoid #ifdefs by Simon Glass · 11 years ago
  45. fbcdf32 main: Correct header order by Simon Glass · 11 years ago
  46. 4933381 main: Fix typos and checkpatch warnings in command line reading by Simon Glass · 11 years ago
  47. f2abca8 main: Use get/setenv_ulong() by Simon Glass · 11 years ago
  48. bc2b4c2 main: Move boot_delay code into its own function by Simon Glass · 11 years ago
  49. 063ae00 main: Separate out the two abortboot() functions by Simon Glass · 11 years ago
  50. ea5427e net: Add prototype for update_tftp by Simon Glass · 11 years ago
  51. 60b6614 cmd_sf: Add print mesgs on sf read/write commands by Jagannadha Sutradharudu Teki · 11 years ago
  52. 96bbf55 cmd_sf: Add print mesg for 'sf erase' command by Jagannadha Sutradharudu Teki · 11 years ago
  53. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  54. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  55. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  56. e793946 common: Update cmd_bdinfo for PPC by York Sun · 11 years ago
  57. 53237af cmd_mem: fix cp command by Masahiro Yamada · 11 years ago
  58. e834402 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · 12 years ago
  59. 5e57454 fdt_support: Use CONFIG_NR_DRAM_BANKS if defined by Doug Anderson · 12 years ago
  60. a558ad7 bootm: Avoid 256-byte overflow in fixup_silent_linux() by Doug Anderson · 13 years ago
  61. d6ed322 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 12 years ago
  62. ade8a1a drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · 12 years ago
  63. c19d13b arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  64. 13d0698 image: Add device tree setup to image library by Simon Glass · 12 years ago
  65. 44d3a30 image: Split libfdt code into image-fdt.c by Simon Glass · 12 years ago
  66. 87ebee3 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 12 years ago
  67. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 12 years ago
  68. 35e7b0f sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  69. d8b7536 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 12 years ago
  70. 003efd7 image: Export fit_conf_get_prop_node() by Simon Glass · 12 years ago
  71. e754da2 image: Move error! string to common place by Simon Glass · 12 years ago
  72. ab9efc6 image: Move hash checking into its own function by Simon Glass · 12 years ago
  73. b8da836 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  74. 604f23d image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago
  75. 53fbb7e image: Split FIT code into new image-fit.c by Simon Glass · 12 years ago
  76. 61a439a image: Export fit_check_ramdisk() by Simon Glass · 12 years ago
  77. 859e92b image: Move timestamp #ifdefs to header file by Simon Glass · 12 years ago
  78. 6f907b4 hash: Add a way to calculate a hash for any algortihm by Simon Glass · 12 years ago
  79. 9602286 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 12 years ago
  80. 805fa87 Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk53-warning-fixes by Tom Rini · 11 years ago
  81. a92181b x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined by Simon Glass · 12 years ago
  82. fb7db41 bootstage: Allow marking a particular line of code by Simon Glass · 12 years ago
  83. 158e7d0 Call bootstage_relocate() after malloc is initted by Doug Anderson · 12 years ago
  84. 150678a bootstage: Copy bootstage strings post-relocation by Doug Anderson · 12 years ago
  85. 7d861d9 blackfin: bf609: add softswitch config command by Bob Liu · 12 years ago
  86. cac423a Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  87. ec7023d Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  88. e825b10 Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  89. 4a0eb75 ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 12 years ago
  90. 5bd0bd7 cmd: fpga: Do not include net.h by Michal Simek · 12 years ago
  91. 52c2064 cmd: fpga: Move fpga_loadbitstream to fpga.c by Michal Simek · 12 years ago
  92. fc59841 cmd: fpga: Clean coding style by Michal Simek · 12 years ago
  93. 55f4b57 usb: fix: Fixing Port status and feature number constants by Vivek Gautam · 12 years ago
  94. 0bf796f usb: hub: Parallelize power-cycling of root-hub ports by Vivek Gautam · 12 years ago
  95. 6497c66 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  96. 289f3cb usb: hub: Fix enumration timeout by Vivek Gautam · 12 years ago
  97. 99c3491 usb: Update device class in usb device's descriptor by Vivek Gautam · 12 years ago
  98. 020bbcb usb: hub: Power-cycle on root-hub ports by Vivek Gautam · 12 years ago
  99. 605bd75 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 12 years ago
  100. ceb4972 usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago