aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2011-04-29Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-04-29mmc_spi: add mmc_init callThomas Chou
2011-04-28i2c: add i2c deblock sequence before and after every mux configStefan Bigler
2011-04-28common: add a grepenv commandKim Phillips
2011-04-28fix redundant environment for serial flashthomas.langer@lantiq.com
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-04-27Add 'led' commandJason Kridner
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Fix off-by-one error in passing initrd end address via device treeGrant Likely
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2011-04-26Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier
2011-04-20Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-04-20Merge branch 'misc' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2011-04-20Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk
2011-04-20Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-04-20Add mdio command for new PHY infrastructureAndy Fleming
2011-04-20Create PHY Lib for U-BootAndy Fleming
2011-04-20miiphy: Fix some formatting issuesAndy Fleming
2011-04-17fdt_support: Fix buffer overflow in fdt_fixup_memory_banksKyle Moffett
2011-04-13Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2011-04-13gpio: check request resultMike Frysinger
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger
2011-04-13md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger
2011-04-13crc32: make command optionalMike Frysinger
2011-04-13make `go` optionalMike Frysinger
2011-04-13env: make import/export optionalMike Frysinger
2011-04-13mmc: show mmc capacity using print_sizeMinkyu Kang