1. aca2430 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  2. b9b5eaf video: consolidate splash screen alignment code by Anatolij Gustschin · 11 years ago
  3. e8f5269 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · 11 years ago
  4. 8571c6c video: lcd: Make splash_screen_prepare weak, remove config macro by Robert Winkler · 11 years ago
  5. 2a90ed0 video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO by Robert Winkler · 11 years ago
  6. e59e0ff lcd: align bmp header when uncopmressing image by Piotr Wilczek · 11 years ago
  7. c4b7d65 lcd: remove unaligned access in lcd_dt_simplefb_configure_node() by Stephen Warren · 11 years ago
  8. 011b714 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  9. 8f6e623 bootm: Disable interrupts before loading OS by Simon Glass · 11 years ago
  10. fec2717 cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling by Tom Rini · 11 years ago
  11. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  12. a7386c4 cmd_bootm: Add command line arguments to Plan 9 by Steven Stallion · 11 years ago
  13. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  14. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  15. fbabc0f image: Support signing of images by Simon Glass · 11 years ago
  16. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  17. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  18. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  19. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  20. 209a1a6 Add trace support to generic board by Simon Glass · 11 years ago
  21. a749ae0 Add a trace command by Simon Glass · 11 years ago
  22. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  23. c6736b4 bootstage: Correct printf types by Simon Glass · 11 years ago
  24. 50d9eb9 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  25. 5a3d8be pxe: add ipappend support by Rob Herring · 12 years ago
  26. 921a71d net: Fix build regression in cmd_pxe.c by Joe Hershberger · 11 years ago
  27. e26e8d6 pxe: add support for per arch and SoC default paths by Rob Herring · 12 years ago
  28. ac99583 pxe: add support for ontimeout token by Rob Herring · 12 years ago
  29. c9d1e3d pxe: simplify menu display and selection by Rob Herring · 12 years ago
  30. f0898b9 pxe: always display a menu when present by Rob Herring · 12 years ago
  31. c0356dc pxe: try bootz if bootm fails to find a valid image by Rob Herring · 12 years ago
  32. c88e1bf bootz: un-staticize do_bootz by Rob Herring · 12 years ago
  33. 58d7f43 pxe: fix handling of different localboot values by Rob Herring · 12 years ago
  34. 824901c pxe: make string parameters const by Rob Herring · 12 years ago
  35. dd248b3 pxe: Use ethact setting for pxe by Rob Herring · 12 years ago
  36. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  37. 7fdf356 nand: Don't call adjust_size_for_badblocks for erase by Scott Wood · 11 years ago
  38. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · 12 years ago
  39. 602f7d3 common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL by Ying Zhang · 12 years ago
  40. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  41. 9d0da5b image: Use ENOENT instead of ENOMEDIUM for better compatibility by Simon Glass · 11 years ago
  42. 608e2e4 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 11 years ago
  43. 24dc203 env_mmc: allow negative CONFIG_ENV_OFFSET by Stephen Warren · 11 years ago
  44. bf4e1d3 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 11 years ago
  45. 3ccad53 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 12 years ago
  46. 06a1b3f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  47. b5d59de usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 12 years ago
  48. 4e5923f usb: hub: make minimum power-on delay configurable by Kuo-Jung Su · 12 years ago
  49. 0eab998 usb: workaround non-working keyboards. by Vincent Palatin · 12 years ago
  50. 4d6839f usb: properly re-initialize the USB keyboard. by Vincent Palatin · 12 years ago
  51. 8a88e9f powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 by Scott Wood · 12 years ago
  52. 7c15c77 fdt: remove unaligned access in fdt_fixup_ethernet() by Stephen Warren · 12 years ago
  53. d158924 generic_board: reduce the redundancy of gd_t struct members by Masahiro Yamada · 12 years ago
  54. 01b542f spl_mmc: add Falcon mode support for raw variant by Peter Korsgaard · 12 years ago
  55. 15af8f5 spl_mmc: mmc_load_image_raw(): Add sector argument by Peter Korsgaard · 12 years ago
  56. 465f1f8 spl_mmc: add Falcon mode support for FAT variant by Peter Korsgaard · 12 years ago
  57. b815ba2 spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out by Peter Korsgaard · 12 years ago
  58. 5e5483d spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging by Peter Korsgaard · 12 years ago
  59. d89e676 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  60. efe6428 lcd: add functions to set up simplefb device tree by Stephen Warren · 12 years ago
  61. 1247446 fdt: allow bootdelay to be specified via device tree by Stephen Warren · 12 years ago
  62. 4b989cc common: board_f: Do not call board_postclk_init twice by Masahiro Yamada · 12 years ago
  63. e8d6a5b sandbox: image: Adjust FIT image printing to work with sandbox by Simon Glass · 12 years ago
  64. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · 12 years ago
  65. 758409c sandbox: Adjust bootm command to work with sandbox by Simon Glass · 12 years ago
  66. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  67. 65817a6 image: Use fit_image_load() to load ramdisk by Simon Glass · 12 years ago
  68. 384d86d image: Introduce fit_image_load() to load images from FITs by Simon Glass · 12 years ago
  69. e717e64 main: Add debug_bootkeys to avoid #ifdefs by Simon Glass · 12 years ago
  70. a1a16a8 main: Add debug_parser() to avoid #ifdefs by Simon Glass · 12 years ago
  71. b2b687f main: Correct header order by Simon Glass · 12 years ago
  72. e30a5f7 main: Fix typos and checkpatch warnings in command line reading by Simon Glass · 12 years ago
  73. 962cf72 main: Use get/setenv_ulong() by Simon Glass · 12 years ago
  74. de6f0c4 main: Move boot_delay code into its own function by Simon Glass · 12 years ago
  75. e71c1e6 main: Separate out the two abortboot() functions by Simon Glass · 12 years ago
  76. d1892ac net: Add prototype for update_tftp by Simon Glass · 12 years ago
  77. 7958772 cmd_sf: Add print mesgs on sf read/write commands by Jagannadha Sutradharudu Teki · 12 years ago
  78. 8c5124a cmd_sf: Add print mesg for 'sf erase' command by Jagannadha Sutradharudu Teki · 12 years ago
  79. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  80. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  81. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  82. b0f347c common: Update cmd_bdinfo for PPC by York Sun · 12 years ago
  83. 4ad7dd5 cmd_mem: fix cp command by Masahiro Yamada · 12 years ago
  84. 39e6886 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · 12 years ago
  85. 8e4ed9a fdt_support: Use CONFIG_NR_DRAM_BANKS if defined by Doug Anderson · 12 years ago
  86. 1658c11 bootm: Avoid 256-byte overflow in fixup_silent_linux() by Doug Anderson · 13 years ago
  87. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 12 years ago
  88. daee1d8 drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · 12 years ago
  89. 50ad221 arm: Refactor bootm to reduce #ifdefs by Simon Glass · 12 years ago
  90. 9ca3742 image: Add device tree setup to image library by Simon Glass · 12 years ago
  91. c6bdabb image: Split libfdt code into image-fdt.c by Simon Glass · 12 years ago
  92. 82d9453 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 12 years ago
  93. 1030f16 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 12 years ago
  94. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  95. e61aa44 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 12 years ago
  96. dc0f52c image: Export fit_conf_get_prop_node() by Simon Glass · 12 years ago
  97. 8f3aa46 image: Move error! string to common place by Simon Glass · 12 years ago
  98. f0fd511 image: Move hash checking into its own function by Simon Glass · 12 years ago
  99. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  100. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago