summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger8-85/+25
2011-07-20Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk1-35/+54
2011-07-19Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock1-1/+1
2011-07-18Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+1
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD1-1/+1
2011-07-16Add uboot "fdt_high" enviroment variableDavid A. Long1-11/+49
2011-07-16mmc: rescan fails on empty slotMichael Jones1-2/+4
2011-07-16MMC: add erase function to both mmc and sdLei Wen1-4/+18
2011-07-16MMC: unify mmc read and write operationLei Wen1-32/+35
2011-07-15fdt: introduce fdt_create_phandle()Gerald Van Baren1-0/+40
2011-07-15fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi1-0/+67
2011-07-04armv7: rename cache related CONFIG flagsAneesh V1-1/+1
2011-07-02cmd_nand: add nand write.trimffs commandBen Gardiner1-0/+16
2011-07-02nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-1/+2
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk3-114/+0
2011-06-02common/cmd_fdt.c: fix wrong data displayed in fdt printHaojian Zhuang1-1/+1
2011-06-02sntp: avoid use of uninitialized variableLuuk Paulussen1-1/+2
2011-05-25cmd_nand: fix help of nand erase subcommandDaniel Hobi1-1/+1
2011-05-25env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi1-6/+2
2011-05-20Minor coding style cleanup.Wolfgang Denk1-1/+1
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli1-0/+17
2011-05-18mmc: enable partition switch function for emmcLei Wen1-4/+34
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-88/+110
2011-05-13cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin1-147/+149
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk1-1/+2
2011-05-11common/hush: make get_local_var visible for other usersHolger Brunck1-2/+1
2011-05-11cramfs: make cramfs usable without a NOR flashHeiko Schocher1-2/+8
2011-05-11cramfs: fix bug in using CONFIG_CRAMFS_CMDLINEHeiko Schocher1-1/+1
2011-05-01IDE: fix compiler warningsWolfgang Denk1-4/+4
2011-05-01common/cmd_mdio.c: fix compile warningAnatolij Gustschin1-2/+2
2011-05-01miiphy: miiphyutil.c: fix compile warningAnatolij Gustschin1-4/+8
2011-05-01cmd_nvedit.c: clean up with checkpatchMacpaul Lin1-75/+73
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin1-1/+28
2011-04-30Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk1-0/+1
2011-04-29mmc_spi: add mmc_init callThomas Chou1-0/+1
2011-04-28i2c: add i2c deblock sequence before and after every mux configStefan Bigler1-0/+12
2011-04-28common: add a grepenv commandKim Phillips1-3/+52
2011-04-28fix redundant environment for serial flashthomas.langer@lantiq.com1-27/+12
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+153
2011-04-27Add 'led' commandJason Kridner1-0/+153
2011-04-26Respect memreserve regions specified in the device treeGrant Likely2-1/+30
2011-04-26Fix off-by-one error in passing initrd end address via device treeGrant Likely1-1/+1
2011-04-26Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2-3/+3
2011-04-26Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-3/+19
2011-04-26Stop passing around bootmem_base value.Grant Likely2-18/+10
2011-04-26Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier1-1/+1
2011-04-21Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk3-101/+500
2011-04-21Merge branch 'misc' of git://git.denx.de/u-boot-blackfinWolfgang Denk8-102/+276
2011-04-21Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk1-1/+1
2011-04-21Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk3-1/+91