| Commit message (Expand) | Author | Age | Lines |
* | GCC4,6: Squash warning in cmd_nand.c | Marek Vasut | 2011-10-01 | -4/+0 |
* | GCC4.6: Squash warning in cmd_mem.c | Marek Vasut | 2011-10-01 | -4/+4 |
* | GCC4.6: Squash warnings in lcd.c | Marek Vasut | 2011-10-01 | -4/+5 |
* | GCC4.6: Squash warning in cmd_nvedit.c | Marek Vasut | 2011-10-01 | -2/+1 |
* | GCC4.6: Squash warning in cmd_flash.c | Marek Vasut | 2011-10-01 | -4/+6 |
* | GCC4.6: Convert various empty macros to inline functions | Marek Vasut | 2011-10-01 | -3/+3 |
* | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | -0/+18 |
* | IDE: Fix complaints about strict aliasing in cmd_ide.c | Marek Vasut | 2011-10-01 | -26/+25 |
* | Small refactor to remove duplicate serial code | Simon Glass | 2011-10-01 | -44/+20 |
* | cmd_sf: add "update" subcommand to do smart SPI flash update | Simon Glass | 2011-09-29 | -3/+83 |
* | led: remove camel casing of led identifiers globally | Jason Kridner | 2011-09-13 | -4/+4 |
* | utx8245: fix build breakage due to assert() | Wolfgang Denk | 2011-09-10 | -6/+0 |
* | Add assert() for debug assertions | Simon Glass | 2011-09-10 | -7/+0 |
* | YAFFS2: cmd_yaffs2.c - fix build warnings | Wolfgang Denk | 2011-09-10 | -1/+1 |
* | common: fix behavior of ROUND macro when input is already rounded | Anton Staaf | 2011-09-07 | -1/+1 |
* | ARM: remove broken "evb4510" board. | Wolfgang Denk | 2011-09-07 | -11/+0 |
* | Flush cache after the OS image is loaded into the memory. | Diana CRACIUN | 2011-09-05 | -0/+3 |
* | stdio: Fix a possible buffer overflow | Bradley Bolen | 2011-09-04 | -2/+2 |
* | led: Remove state-saving of led for toggle functionality and add toggle optio... | Joel A Fernandes | 2011-09-04 | -24/+40 |
* | led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' | Joel A Fernandes | 2011-09-04 | -1/+3 |
* | led: correct off/on locations in structure | Jason Kridner | 2011-09-04 | -2/+2 |
* | led: added cmd_led to Makefile | Jason Kridner | 2011-09-04 | -0/+1 |
* | Corrected LED name match finding avoiding extraneous Usage printouts | Jason Kridner | 2011-09-04 | -2/+3 |
* | USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() | Marek Vasut | 2011-08-08 | -1/+1 |
* | USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers | Marek Vasut | 2011-08-08 | -0/+1 |
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | -1/+1 |
* | hwmon: do not init sensors on startup | Heiko Schocher | 2011-08-04 | -2/+14 |
* | mkimage: Add OMAP boot image support | John Rigby | 2011-08-03 | -1/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2011-08-02 | -0/+3 |
|\ |
|
| * | Blackfin: uart: add multiple serial support | Mike Frysinger | 2011-07-12 | -0/+3 |
* | | fpga: constify to fix build warning | Wolfgang Denk | 2011-08-01 | -1/+1 |
* | | Constify getenv(), setenv() and hash code functions | Wolfgang Denk | 2011-07-30 | -6/+7 |
* | | cleanup: Fix typos and misspellings in various files. | Mike Williams | 2011-07-28 | -2/+2 |
* | | unify version_string | Andreas Bießmann | 2011-07-28 | -3/+3 |
* | | mkimage: add UBL header support for booting davinci cpus | Heiko Schocher | 2011-07-28 | -0/+1 |
* | | cmd_mac: fix help for 'mac read' | Michael Jones | 2011-07-28 | -1/+1 |
* | | cmd_mac: cleanup help | Michael Jones | 2011-07-28 | -1/+1 |
* | | cosmetic: spell fixes etc. | Michael Jones | 2011-07-28 | -3/+3 |
* | | add command fitupd to run an update from a FIT image | Andreas Pretzsch | 2011-07-26 | -0/+37 |
* | | automatic update from FIT image: add optional address parameter | Andreas Pretzsch | 2011-07-26 | -8/+16 |
* | | serial: implement common uart post test | Mike Frysinger | 2011-07-26 | -0/+90 |
* | | serial: drop serial_register return value | Mike Frysinger | 2011-07-26 | -3/+1 |
* | | serial: push default_serial_console to drivers | Mike Frysinger | 2011-07-26 | -68/+0 |
* | | cmd_usage: constify | Mike Frysinger | 2011-07-26 | -1/+1 |
* | | constify default env | Mike Frysinger | 2011-07-26 | -3/+3 |
* | | env: allow people to force envcrc building | Mike Frysinger | 2011-07-26 | -1/+1 |
* | | scaled down version of generic libraries for SPL | Aneesh V | 2011-07-26 | -3/+6 |
* | | Fix: watchdog timed out, if using md5 command | Jens Scharsig | 2011-07-26 | -1/+1 |
* | | Fix: watchdog timed out, if using sha1 command | Jens Scharsig | 2011-07-26 | -1/+1 |
* | | command/cmd_cache.c: Add optional flush arguments | Matthew McClintock | 2011-07-26 | -9/+28 |