Age | Commit message (Expand) | Author |
2011-09-04 | stdio: Fix a possible buffer overflow | Bradley Bolen |
2011-09-04 | led: Remove state-saving of led for toggle functionality and add toggle optio... | Joel A Fernandes |
2011-09-04 | led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' | Joel A Fernandes |
2011-09-04 | led: correct off/on locations in structure | Jason Kridner |
2011-09-04 | led: added cmd_led to Makefile | Jason Kridner |
2011-09-04 | Corrected LED name match finding avoiding extraneous Usage printouts | Jason Kridner |
2011-08-08 | USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() | Marek Vasut |
2011-08-08 | USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers | Marek Vasut |
2011-08-04 | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD |
2011-08-04 | hwmon: do not init sensors on startup | Heiko Schocher |
2011-08-03 | mkimage: Add OMAP boot image support | John Rigby |
2011-08-02 | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk |
2011-08-01 | fpga: constify to fix build warning | Wolfgang Denk |
2011-07-30 | Constify getenv(), setenv() and hash code functions | Wolfgang Denk |
2011-07-28 | cleanup: Fix typos and misspellings in various files. | Mike Williams |
2011-07-28 | unify version_string | Andreas Bießmann |
2011-07-28 | mkimage: add UBL header support for booting davinci cpus | Heiko Schocher |
2011-07-28 | cmd_mac: fix help for 'mac read' | Michael Jones |
2011-07-28 | cmd_mac: cleanup help | Michael Jones |
2011-07-28 | cosmetic: spell fixes etc. | Michael Jones |
2011-07-26 | add command fitupd to run an update from a FIT image | Andreas Pretzsch |
2011-07-26 | automatic update from FIT image: add optional address parameter | Andreas Pretzsch |
2011-07-26 | serial: implement common uart post test | Mike Frysinger |
2011-07-26 | serial: drop serial_register return value | Mike Frysinger |
2011-07-26 | serial: push default_serial_console to drivers | Mike Frysinger |
2011-07-26 | cmd_usage: constify | Mike Frysinger |
2011-07-26 | constify default env | Mike Frysinger |
2011-07-26 | env: allow people to force envcrc building | Mike Frysinger |
2011-07-26 | scaled down version of generic libraries for SPL | Aneesh V |
2011-07-26 | Fix: watchdog timed out, if using md5 command | Jens Scharsig |
2011-07-26 | Fix: watchdog timed out, if using sha1 command | Jens Scharsig |
2011-07-26 | command/cmd_cache.c: Add optional flush arguments | Matthew McClintock |
2011-07-26 | common/cmd_ximg.c: add ifdef protection for gzip uncompression | Matthew McClintock |
2011-07-26 | disk/part.c: Make features optional | Matthew McClintock |
2011-07-26 | miiphy: use strncpy() not sprintf() | Laurence Withers |
2011-07-26 | Fix: if using crc32 command watchdog timed out | Jens Scharsig |
2011-07-26 | scsi/ahci: add support for non-PCI controllers | Rob Herring |
2011-07-25 | cosmetic, main: correct indentation/spacing issues | Jason Hobbs |
2011-07-25 | cosmetic, main: clean up declarations of abortboot | Jason Hobbs |
2011-07-25 | autostart: unify duplicated logic into the bootm code | Mike Frysinger |
2011-07-19 | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Wolfgang Denk |
2011-07-19 | Fix typo from 'mb_alloc' -> 'lmb_alloc' | Matthew McClintock |
2011-07-18 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk |
2011-07-17 | Remove volatile qualifier in get_ram_size() calls | Albert ARIBAUD |
2011-07-16 | Add uboot "fdt_high" enviroment variable | David A. Long |
2011-07-15 | mmc: rescan fails on empty slot | Michael Jones |
2011-07-15 | MMC: add erase function to both mmc and sd | Lei Wen |
2011-07-15 | MMC: unify mmc read and write operation | Lei Wen |
2011-07-14 | fdt: introduce fdt_create_phandle() | Gerald Van Baren |
2011-07-14 | fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() | Timur Tabi |