1. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  2. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  3. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  4. 31a870e bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
  5. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  6. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  7. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  8. 9acfb15 bootstage: Convert NAND progress numbers to enums by Simon Glass · 13 years ago
  9. 1b659cf bootstage: Convert IDE progress numbers to enums by Simon Glass · 13 years ago
  10. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  11. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  12. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  13. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  14. 4fa117c bootvx: Clear and disable data cache, and call vxWorks with parameter. by Reinhard Arlt · 13 years ago
  15. 84d6228 image: Support FDTs already loaded at their load address by Stephen Warren · 13 years ago
  16. a741605 cmd_cache: use cache/invalidate functions available in common.h by Stefan Kristiansson · 13 years ago
  17. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  18. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  19. e79731e Remove interleave of non-U-Boot code in hush by Simon Glass · 13 years ago
  20. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  21. 82c2132 Don't include standard parser if hush is used by Simon Glass · 13 years ago
  22. bf8c5b0 Stop using builtin_run_command() by Simon Glass · 13 years ago
  23. 8161d04 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  24. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  25. 388d223 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  26. 9bb46e0 USB: relax usbcore reset timings by Wolfgang Grandegger · 13 years ago
  27. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  28. c9d6202 USB: reevaluate iomux stdin on USB kbd detect by amartin@nvidia.com · 13 years ago
  29. 92f6a62 usb: add numeric keypad support to HID driver by Vincent Palatin · 13 years ago
  30. f3f3a5d USB: fix USB keyboard polling parameter by Vincent Palatin · 13 years ago
  31. f16090f USB: Make struct devrequest setup_packet local by Marek Vasut · 13 years ago
  32. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  33. 3a16a6a USB: Staticize internal functions by Marek Vasut · 13 years ago
  34. a0f4e47 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 13 years ago
  35. 2d2e975 cmd_nand.c: Fix 'nand dump' after latest MTD resync by Tom Rini · 13 years ago
  36. 0ca9e98 common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
  37. 25707a8 Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  38. c48ae8c cmd_eeprom: typo by Peter Meerwald · 13 years ago
  39. a7469f1 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  40. b0af633 sf command: allow default bus and chip selects by Eric Nelson · 13 years ago
  41. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  42. e795b2e common, menu: do not trigger timeout again, if a line is read by Heiko Schocher · 13 years ago
  43. b4c1df8 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined by Heiko Schocher · 13 years ago
  44. eb2296f common, menu: add statusline support by Heiko Schocher · 13 years ago
  45. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  46. a646fa6 openrisc: Add board info printout to cmd_bdinfo by Stefan Kristiansson · 13 years ago
  47. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  48. 6540db0 usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM by Kyle Moffett · 13 years ago
  49. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  50. b69b9a5 FPGA: use debug() instead of module debug printf by Stefano Babic · 13 years ago
  51. 93fa6b8 Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  52. 0ba436d Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 13 years ago
  53. 778fe69 net: Fix arguments in tftpput command by Simon Glass · 13 years ago
  54. 9cd01dd common/cmd_pxe.c: Fix GCC 4.6 build warnings by Heiko Schocher · 13 years ago
  55. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  56. f51b06c cmd_sf.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  57. 2813a21 Make printf and vprintf safe from buffer overruns by Sonny Rao · 13 years ago
  58. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  59. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  60. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · 13 years ago
  61. 186df59 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
  62. ddb90d3 usb: add help for missing start subcommand by Veli-Pekka Peltola · 13 years ago
  63. 1f47a4d cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · 13 years ago
  64. d9b34b3 USB: Drop dead code from usb_kbd.c by Marek Vasut · 13 years ago
  65. 7534a3e USB: Rework usb_kbd.c by Marek Vasut · 13 years ago
  66. 82cf9a4 USB: Add functionality to poll the USB keyboard via control EP by Marek Vasut · 13 years ago
  67. b5f7b47 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
  68. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  69. dea3a10 common/usb_kbd.c: fix bug introduced in commit 00b7d6e by Wolfgang Denk · 13 years ago
  70. b930098 USB: Squash checkpatch warnings in usb_kbd.c by Marek Vasut · 13 years ago
  71. d565d24 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  72. 1a0f81d Fix unused function in cmd_bdinfo.c by Simon Glass · 13 years ago
  73. 0bc1724 Fix SPI build errors in exports.c by Simon Glass · 13 years ago
  74. 934fcb6 Revert "mii: miiphy register address width change" by Wolfgang Denk · 13 years ago
  75. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · 13 years ago
  76. 7acba0b Add a cli command to test the TPM device. by Vadim Bendebury · 13 years ago
  77. 083b7a6 pxe: make the first label the implicit default by Jason Hobbs · 13 years ago
  78. 1a8d658 cmd_bdinfo: simplify local static funcs a bit by Mike Frysinger · 13 years ago
  79. e31edc5 mii: miiphy register address width change by Chandan Nath · 13 years ago
  80. 1cd368d env_nand: Remove DEBUG definition by Thomas Weber · 13 years ago
  81. b50e1e0 common/menu.c: Fix build warning by Anatolij Gustschin · 13 years ago
  82. 9299958 serial: constify serial_assign() by Gerlando Falauto · 13 years ago
  83. 34148d6 serial: cosmetic checkpatch compliance by Gerlando Falauto · 13 years ago
  84. 896a717 miiphy: Note that miiphy_* API is deprecated by Andy Fleming · 13 years ago
  85. 5c8929d Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  86. f66131d image: Don't detect XIP images as overlapping. by Stephen Warren · 13 years ago
  87. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  88. 19fc0d5 x86: Provide more configuration granularity by Graeme Russ · 13 years ago
  89. 9e158f9 menu.c: use puts() instead of printf() where possible by Wolfgang Denk · 13 years ago
  90. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  91. 2b48e1f Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  92. 18e73d9 common/cmd_bootm.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  93. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  94. 90f2ca8 env: clean env_nand.c checkpatch and code style by Igor Grinberg · 13 years ago
  95. 2182105 env: clean env_flash.c checkpatch and code style by Igor Grinberg · 13 years ago
  96. c3c1bed env: clean env_sf.c checkpatch and code style by Igor Grinberg · 13 years ago
  97. 13f851f env: clean env_eeprom.c checkpatch and code style by Igor Grinberg · 13 years ago
  98. 95a4e1d env: clean env_embedded.c checkpatch and code style by Igor Grinberg · 13 years ago
  99. ecbfb62 env: clean env_mmc.c checkpatch and code style by Igor Grinberg · 13 years ago
  100. 0448286 env: clean env_nvram.c checkpatch and code style by Igor Grinberg · 13 years ago