aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-09-23PXE: look for usbethaddr if no ethaddrJohn Rigby
2011-09-23Add pxe commandJason Hobbs
2011-09-23Replace space and tab checks with isblankJason Hobbs
2011-09-23cosmetic: remove unneeded curly bracesJason Hobbs
2011-09-23common: add run_command2 for running simple or hush commandsJason Hobbs
2011-09-23common, menu: use abortboot for menu timeoutJason Hobbs
2011-09-23Add generic, reusable menu codeJason Hobbs
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk
2011-09-10Add assert() for debug assertionsSimon Glass
2011-09-10YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN
2011-09-04stdio: Fix a possible buffer overflowBradley Bolen
2011-09-04led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes
2011-09-04led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes
2011-09-04led: correct off/on locations in structureJason Kridner
2011-09-04led: added cmd_led to MakefileJason Kridner
2011-09-04Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner
2011-08-08USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut
2011-08-08USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-08-04hwmon: do not init sensors on startupHeiko Schocher
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby
2011-08-02Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2011-08-01fpga: constify to fix build warningWolfgang Denk
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2011-07-28unify version_stringAndreas Bießmann
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher
2011-07-28cmd_mac: fix help for 'mac read'Michael Jones
2011-07-28cmd_mac: cleanup helpMichael Jones
2011-07-28cosmetic: spell fixes etc.Michael Jones
2011-07-26add command fitupd to run an update from a FIT imageAndreas Pretzsch
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch
2011-07-26serial: implement common uart post testMike Frysinger
2011-07-26serial: drop serial_register return valueMike Frysinger
2011-07-26serial: push default_serial_console to driversMike Frysinger
2011-07-26cmd_usage: constifyMike Frysinger
2011-07-26constify default envMike Frysinger
2011-07-26env: allow people to force envcrc buildingMike Frysinger
2011-07-26scaled down version of generic libraries for SPLAneesh V
2011-07-26Fix: watchdog timed out, if using md5 commandJens Scharsig
2011-07-26Fix: watchdog timed out, if using sha1 commandJens Scharsig
2011-07-26command/cmd_cache.c: Add optional flush argumentsMatthew McClintock
2011-07-26common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock
2011-07-26disk/part.c: Make features optionalMatthew McClintock
2011-07-26miiphy: use strncpy() not sprintf()Laurence Withers
2011-07-26Fix: if using crc32 command watchdog timed outJens Scharsig