summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass2011-09-291-3/+83
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-131-4/+4
* utx8245: fix build breakage due to assert()Wolfgang Denk2011-09-101-6/+0
* Add assert() for debug assertionsSimon Glass2011-09-101-7/+0
* YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk2011-09-101-1/+1
* common: fix behavior of ROUND macro when input is already roundedAnton Staaf2011-09-071-1/+1
* ARM: remove broken "evb4510" board.Wolfgang Denk2011-09-071-11/+0
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-051-0/+3
* stdio: Fix a possible buffer overflowBradley Bolen2011-09-041-2/+2
* led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes2011-09-041-24/+40
* led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes2011-09-041-1/+3
* led: correct off/on locations in structureJason Kridner2011-09-041-2/+2
* led: added cmd_led to MakefileJason Kridner2011-09-041-0/+1
* Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner2011-09-041-2/+3
* USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut2011-08-081-1/+1
* USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut2011-08-081-0/+1
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* hwmon: do not init sensors on startupHeiko Schocher2011-08-041-2/+14
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-1/+5
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-08-021-0/+3
|\
| * Blackfin: uart: add multiple serial supportMike Frysinger2011-07-121-0/+3
* | fpga: constify to fix build warningWolfgang Denk2011-08-011-1/+1
* | Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-6/+7
* | cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-282-2/+2
* | unify version_stringAndreas Bießmann2011-07-282-3/+3
* | mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+1
* | cmd_mac: fix help for 'mac read'Michael Jones2011-07-281-1/+1
* | cmd_mac: cleanup helpMichael Jones2011-07-281-1/+1
* | cosmetic: spell fixes etc.Michael Jones2011-07-282-3/+3
* | add command fitupd to run an update from a FIT imageAndreas Pretzsch2011-07-262-0/+37
* | automatic update from FIT image: add optional address parameterAndreas Pretzsch2011-07-262-8/+16
* | serial: implement common uart post testMike Frysinger2011-07-261-0/+90
* | serial: drop serial_register return valueMike Frysinger2011-07-261-3/+1
* | serial: push default_serial_console to driversMike Frysinger2011-07-261-68/+0
* | cmd_usage: constifyMike Frysinger2011-07-261-1/+1
* | constify default envMike Frysinger2011-07-262-3/+3
* | env: allow people to force envcrc buildingMike Frysinger2011-07-261-1/+1
* | scaled down version of generic libraries for SPLAneesh V2011-07-261-3/+6
* | Fix: watchdog timed out, if using md5 commandJens Scharsig2011-07-261-1/+1
* | Fix: watchdog timed out, if using sha1 commandJens Scharsig2011-07-261-1/+1
* | command/cmd_cache.c: Add optional flush argumentsMatthew McClintock2011-07-261-9/+28
* | common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock2011-07-261-0/+2
* | disk/part.c: Make features optionalMatthew McClintock2011-07-264-2/+8
* | miiphy: use strncpy() not sprintf()Laurence Withers2011-07-261-10/+4
* | Fix: if using crc32 command watchdog timed outJens Scharsig2011-07-261-2/+2
* | scsi/ahci: add support for non-PCI controllersRob Herring2011-07-261-2/+3
* | cosmetic, main: correct indentation/spacing issuesJason Hobbs2011-07-251-6/+6
* | cosmetic, main: clean up declarations of abortbootJason Hobbs2011-07-251-6/+2
* | autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-258-85/+25
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk2011-07-191-35/+54
|\ \
OpenPOWER on IntegriCloud