aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2011-07-26scsi/ahci: add support for non-PCI controllersRob Herring
2011-07-25cosmetic, main: correct indentation/spacing issuesJason Hobbs
2011-07-25cosmetic, main: clean up declarations of abortbootJason Hobbs
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger
2011-07-19Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-07-19Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock
2011-07-18Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD
2011-07-16Add uboot "fdt_high" enviroment variableDavid A. Long
2011-07-15mmc: rescan fails on empty slotMichael Jones
2011-07-15MMC: add erase function to both mmc and sdLei Wen
2011-07-15MMC: unify mmc read and write operationLei Wen
2011-07-14fdt: introduce fdt_create_phandle()Gerald Van Baren
2011-07-14fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi
2011-07-04armv7: rename cache related CONFIG flagsAneesh V
2011-07-01cmd_nand: add nand write.trimffs commandBen Gardiner
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
2011-06-01common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang
2011-06-01sntp: avoid use of uninitialized variableLuuk Paulussen
2011-05-24cmd_nand: fix help of nand erase subcommandDaniel Hobi
2011-05-24env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli
2011-05-18mmc: enable partition switch function for emmcLei Wen
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen
2011-05-12cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk
2011-05-10common/hush: make get_local_var visible for other usersHolger Brunck
2011-05-10cramfs: make cramfs usable without a NOR flashHeiko Schocher
2011-05-10cramfs: fix bug in using CONFIG_CRAMFS_CMDLINEHeiko Schocher
2011-04-30IDE: fix compiler warningsWolfgang Denk
2011-04-30common/cmd_mdio.c: fix compile warningAnatolij Gustschin
2011-04-30miiphy: miiphyutil.c: fix compile warningAnatolij Gustschin
2011-04-30cmd_nvedit.c: clean up with checkpatchMacpaul Lin
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin