1. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  2. cba50df cosmetic: remove unneeded curly braces by Jason Hobbs · 13 years ago
  3. a56febb common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  4. 65febe6 common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  5. 0685d82 Add generic, reusable menu code by Jason Hobbs · 13 years ago
  6. e516622 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  7. c6d8303 fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · 13 years ago
  8. 0f46c80 fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  9. 2410348 common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  10. 6c7c558 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  11. e967dc1 CFI: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  12. fd76300 cmd_time: add time command by Che-liang Chiou · 13 years ago
  13. 6c9cbb7 common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · 13 years ago
  14. 75348da serial: uartlite: Support for SERIAL_MULTI by Michal Simek · 13 years ago
  15. 2f78b6a cmd_sf: Fix compiler warning by Kumar Gala · 13 years ago
  16. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  17. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  18. dec24a6 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 13 years ago
  19. 5c5e700 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  20. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  21. 185ce25 NAND: Make page, erase, oob size available via cmd_nand by Marek Vasut · 13 years ago
  22. a986981 NAND: Add -y option to nand scrub command by Marek Vasut · 13 years ago
  23. 357b78e NAND: Add nand read.raw and write.raw commands by Marek Vasut · 13 years ago
  24. 40c0c8b GCC4.6: Squash warning in cmd_ubi.c: by Marek Vasut · 13 years ago
  25. aed704f GCC4,6: Squash warning in cmd_nand.c by Marek Vasut · 13 years ago
  26. 7d33582 GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · 13 years ago
  27. df5d8c1 GCC4.6: Squash warnings in lcd.c by Marek Vasut · 13 years ago
  28. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · 13 years ago
  29. 4c2d899 GCC4.6: Squash warning in cmd_flash.c by Marek Vasut · 13 years ago
  30. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  31. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  32. e49757e IDE: Fix complaints about strict aliasing in cmd_ide.c by Marek Vasut · 13 years ago
  33. 8f4e6f1 Small refactor to remove duplicate serial code by Simon Glass · 13 years ago
  34. e12ce98 powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · 13 years ago
  35. 4728942 powerpc/mp: add support for discontiguous cores by Timur Tabi · 13 years ago
  36. d5fc258 fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  37. f2f1c5a fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  38. 125f7a4 cmd_sf: add "update" subcommand to do smart SPI flash update by Simon Glass · 13 years ago
  39. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  40. 397d022 utx8245: fix build breakage due to assert() by Wolfgang Denk · 13 years ago
  41. 02aa9e6 Add assert() for debug assertions by Simon Glass · 13 years ago
  42. d199bd4 YAFFS2: cmd_yaffs2.c - fix build warnings by Wolfgang Denk · 13 years ago
  43. 07a036a common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  44. 17426d0 ARM: remove broken "evb4510" board. by Wolfgang Denk · 13 years ago
  45. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · 13 years ago
  46. 466d739 stdio: Fix a possible buffer overflow by Bradley Bolen · 13 years ago
  47. 26bd918 led: Remove state-saving of led for toggle functionality and add toggle option to led command by Joel A Fernandes · 13 years ago
  48. b64bb20 led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' by Joel A Fernandes · 13 years ago
  49. 7514a7c led: correct off/on locations in structure by Jason Kridner · 14 years ago
  50. aa03189 led: added cmd_led to Makefile by Jason Kridner · 14 years ago
  51. 1f44056 Corrected LED name match finding avoiding extraneous Usage printouts by Jason Kridner · 14 years ago
  52. f62c1c4 USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · 13 years ago
  53. a34da46 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · 13 years ago
  54. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  55. 8df768c hwmon: do not init sensors on startup by Heiko Schocher · 13 years ago
  56. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  57. f8e7252 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  58. 74f9b38 fpga: constify to fix build warning by Wolfgang Denk · 13 years ago
  59. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  60. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  61. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  62. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  63. 5f4e82d cmd_mac: fix help for 'mac read' by Michael Jones · 13 years ago
  64. 2d19ffb cmd_mac: cleanup help by Michael Jones · 13 years ago
  65. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  66. fcc69ff add command fitupd to run an update from a FIT image by Andreas Pretzsch · 13 years ago
  67. e3fd7c0 automatic update from FIT image: add optional address parameter by Andreas Pretzsch · 13 years ago
  68. 078f2f1 serial: implement common uart post test by Mike Frysinger · 14 years ago
  69. ffadc82 serial: drop serial_register return value by Mike Frysinger · 14 years ago
  70. f96c042 serial: push default_serial_console to drivers by Mike Frysinger · 14 years ago
  71. 33e84d1 cmd_usage: constify by Mike Frysinger · 14 years ago
  72. 018f0c8 constify default env by Mike Frysinger · 14 years ago
  73. 63b8f12 env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  74. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  75. 94f23da Fix: watchdog timed out, if using md5 command by Jens Scharsig · 13 years ago
  76. af99283 Fix: watchdog timed out, if using sha1 command by Jens Scharsig · 13 years ago
  77. a14695e command/cmd_cache.c: Add optional flush arguments by Matthew McClintock · 14 years ago
  78. c93a754 common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · 14 years ago
  79. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  80. b69e337 miiphy: use strncpy() not sprintf() by Laurence Withers · 13 years ago
  81. 5b2e6c2 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  82. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  83. 3b403b7 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · 13 years ago
  84. 89f95a8 cosmetic, main: clean up declarations of abortboot by Jason Hobbs · 13 years ago
  85. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  86. 53c2788 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  87. dcf6fd7 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  88. 8a974fd Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  89. a960673 Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  90. d558a4e Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  91. 67a8bd8 mmc: rescan fails on empty slot by Michael Jones · 13 years ago
  92. ea52676 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  93. 64b2b1e MMC: unify mmc read and write operation by Lei Wen · 13 years ago
  94. af73788 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  95. 8ebaf20 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 14 years ago
  96. 53ba322 Blackfin: uart: add multiple serial support by Mike Frysinger · 14 years ago
  97. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  98. bc04b4d cmd_nand: add nand write.trimffs command by Ben Gardiner · 13 years ago
  99. 1caafbb nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 14 years ago
  100. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago