summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-10UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk1-1/+1
2011-09-10Fix warning: "assert" redefinedWolfgang Denk1-2/+0
2011-09-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk3-15/+13
2011-09-10CM4000: fix broken flash base for OpenGear boardsGreg Ungerer2-2/+2
2011-09-10CM4000: fix missing RAM definitions for OpenGear boardsGreg Ungerer2-0/+6
2011-09-10KS8695: move TIMER_ definitions before code useGreg Ungerer1-8/+8
2011-09-10phylib: remove a couple of redundant code linesVladimir Zapolskiy1-5/+2
2011-09-10phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy1-1/+2
2011-09-10UBIFS: Change ubifsload to set the filesize variableBastian Ruppert1-1/+5
2011-09-10Add assert() for debug assertionsSimon Glass5-20/+29
2011-09-10MAKEALL: drop boards listed in boards.cfgWolfgang Denk1-46/+4
2011-09-10MAKEALL: drop non-existent "versatile" configurationWolfgang Denk1-1/+0
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-9/+10
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-3/+3
2011-09-10YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warningsWolfgang Denk2-2/+2
2011-09-10YAFFS2: fs/yaffs2/Makefile - fix build warningsWolfgang Denk1-1/+1
2011-09-10YAFFS2: fs/yaffs2/yaffscfg.c - fix build warningsWolfgang Denk1-2/+2
2011-09-10YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk1-1/+1
2011-09-10net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger1-0/+2
2011-09-10smc911x: Fix build warningsWolfgang Denk1-2/+2
2011-09-09powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hoseZhao Chenhui1-6/+5
2011-09-09powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hoseZhao Chenhui1-3/+3
2011-09-09powerpc/mpc8568mds: set pci1_hose.config_table after fsl_setup_hoseZhao Chenhui1-6/+5
2011-09-08MX31: mx31pdk: make use of GPIO frameworkStefano Babic1-0/+1
2011-09-08PXA: FIX: Deep-sleep return address in stored in PSPRMarek Vasut1-1/+1
2011-09-08smc911x MII made availableHelmut Raiger1-6/+30
2011-09-08common: fix behavior of ROUND macro when input is already roundedAnton Staaf2-2/+2
2011-09-08Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk4-1/+915
2011-09-08Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-1/+0
2011-09-08I2C: mxc: fix compilation for MX31Stefano Babic1-4/+1
2011-09-08MX31: fix missing mxc_get_clk() callStefano Babic2-0/+2
2011-09-08arm: tegra2: fix out-of-tree buildChe-liang Chiou2-0/+8
2011-09-08omap24xx: fix 'reset_timer_masked' declaration errorWolfgang Denk1-11/+9
2011-09-08da8xxevm: Fix warning: unused variable 'val'Wolfgang Denk1-1/+3
2011-09-08ARM: PXA: remove broken "zylonite" board.Wolfgang Denk9-1743/+1
2011-09-07ARM: remove broken "shannon" board.Wolfgang Denk10-968/+1
2011-09-07ARM: remove broken "modnet50" board.Wolfgang Denk12-1148/+1
2011-09-07ARM: remove broken "lpc2292sodimm" board.Wolfgang Denk9-638/+1
2011-09-07ARM: remove broken "lart" board.Wolfgang Denk10-1062/+1
2011-09-07ARM: remove broken "impa7" board.Wolfgang Denk14-878/+6
2011-09-07ARM: remove broken "gcplus" board.Wolfgang Denk9-853/+1
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk11-1032/+1
2011-09-07ARM: remove broken "ep7312" board.Wolfgang Denk14-775/+9
2011-09-07ARM: remove broken "dnp1110" board.Wolfgang Denk9-856/+1
2011-09-07ARM: remove broken "SMN42" board.Wolfgang Denk9-939/+1
2011-09-07doc/README.scrapyard: Update commit IDs or board removalsWolfgang Denk1-25/+25
2011-09-07Makefile : fix generation of cpu related asm-offsets.hStefano Babic13-27/+25
2011-09-06VIDEO: mb86r0xgdc.c: fix warning: unused variable 'i'Wolfgang Denk1-1/+0
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN2-14/+9
2011-09-05Correct call to eth_write_hwaddr()Simon Glass1-1/+1