summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mmc: rescan fails on empty slotMichael Jones2011-07-151-2/+4
| * MMC: add erase function to both mmc and sdLei Wen2011-07-151-4/+18
| * MMC: unify mmc read and write operationLei Wen2011-07-151-32/+35
* | Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock2011-07-191-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-07-181-1/+1
|\ \
| * | Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD2011-07-171-1/+1
| |/
* | Add uboot "fdt_high" enviroment variableDavid A. Long2011-07-161-11/+49
* | fdt: introduce fdt_create_phandle()Gerald Van Baren2011-07-141-0/+40
* | fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi2011-07-141-0/+67
|/
* armv7: rename cache related CONFIG flagsAneesh V2011-07-041-1/+1
* cmd_nand: add nand write.trimffs commandBen Gardiner2011-07-011-0/+16
* nand_util: convert nand_write_skip_bad() to flagsBen Gardiner2011-07-011-1/+2
* ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-223-114/+0
* common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang2011-06-011-1/+1
* sntp: avoid use of uninitialized variableLuuk Paulussen2011-06-011-1/+2
* cmd_nand: fix help of nand erase subcommandDaniel Hobi2011-05-241-1/+1
* env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi2011-05-241-6/+2
* Minor coding style cleanup.Wolfgang Denk2011-05-191-1/+1
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-191-0/+17
* mmc: enable partition switch function for emmcLei Wen2011-05-181-4/+34
* cmd_mmc: eliminate device num in the mmc commandLei Wen2011-05-181-88/+110
* cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin2011-05-121-147/+149
* cmd_nvedit.c: make error message more helpfulWolfgang Denk2011-05-121-1/+2
* common/hush: make get_local_var visible for other usersHolger Brunck2011-05-101-2/+1
* cramfs: make cramfs usable without a NOR flashHeiko Schocher2011-05-101-2/+8
* cramfs: fix bug in using CONFIG_CRAMFS_CMDLINEHeiko Schocher2011-05-101-1/+1
* IDE: fix compiler warningsWolfgang Denk2011-04-301-4/+4
* common/cmd_mdio.c: fix compile warningAnatolij Gustschin2011-04-301-2/+2
* miiphy: miiphyutil.c: fix compile warningAnatolij Gustschin2011-04-301-4/+8
OpenPOWER on IntegriCloud