summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Remove calls to set_timer outside arch/Graeme Russ3-12/+18
2011-07-26spl: add support for omap-common librariesDaniel Schwierzeck1-0/+7
2011-07-26spl: Add support for common libraries and driversDaniel Schwierzeck1-0/+11
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V22-70/+70
2011-07-26scaled down version of generic libraries for SPLAneesh V5-8/+23
2011-07-26arm: adjust PLATFORM_LIBS for SPLAneesh V1-3/+10
2011-07-26Hook SPL build-system into toplevel MakefileDaniel Schwierzeck1-0/+5
2011-07-26Extend build-system for SPL frameworkDaniel Schwierzeck2-2/+35
2011-07-26spl: add initial support for a generic SPL frameworkDaniel Schwierzeck4-0/+205
2011-07-26Use ALL-y style instead of ifeq blocks for better readabilityDaniel Schwierzeck7-20/+12
2011-07-26Fix: watchdog timed out, if using md5 commandJens Scharsig1-1/+1
2011-07-26Fix: watchdog timed out, if using sha1 commandJens Scharsig1-1/+1
2011-07-26command/cmd_cache.c: Add optional flush argumentsMatthew McClintock1-9/+28
2011-07-26common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock1-0/+2
2011-07-26disk/part.c: Make features optionalMatthew McClintock10-4/+33
2011-07-26miiphy: use strncpy() not sprintf()Laurence Withers1-10/+4
2011-07-26powerpc: Fix device tree padding associated with ramdiskKumar Gala1-1/+3
2011-07-26Revert "post, memory test: add memory_post_test() to include file"Wolfgang Denk1-1/+0
2011-07-26Fix: if using crc32 command watchdog timed outJens Scharsig1-2/+2
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser1-0/+6
2011-07-26scsi/ahci: add support for non-PCI controllersRob Herring4-10/+70
2011-07-26scsi/ahci: ata id little endian fixRob Herring1-1/+1
2011-07-26post, memory test: add memory_post_test() to include fileHeiko Schocher1-0/+1
2011-07-26andes_spi: add andes_spi interfaceMacpaul Lin3-0/+431
2011-07-26cosmetic, main: correct indentation/spacing issuesJason Hobbs1-6/+6
2011-07-26cosmetic, main: clean up declarations of abortbootJason Hobbs1-6/+2
2011-07-26net: designware: fix uninitialized phy_addr usageMike Frysinger1-0/+2
2011-07-26net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger1-1/+3
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger9-85/+33
2011-07-22board/tqm85xx: Create and tear down TLB for get_ram_size()Becky Bruce2-0/+13
2011-07-22powerpc/mpc85xx: Add clear_ddr_tlbs functionBecky Bruce3-11/+33
2011-07-22fman: insert the Fman firmware into the device treeTimur Tabi2-6/+143
2011-07-22powerpc/85xx: add support the ePAPR "phandle" propertyTimur Tabi1-2/+4
2011-07-20Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk22-41/+2606
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 Denk99-360/+1242
2011-07-18Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk13-2/+1544
2011-07-18ARM: MX5: Fix broken leftover TO-2 errata workaroundDavid Jander1-1/+5
2011-07-18MX31: Cleanup clock functionStefano Babic3-5/+29
2011-07-18scb9328: Add ARM relocation supportTorsten Koschorrek3-25/+14
2011-07-18am3517evm: change console device from ttyS2 to ttyO2Yegor Yefremov1-1/+1
2011-07-17powerpc/p2041rdb: Add p2041rdb board supportMingkai Hu11-0/+1543
2011-07-17powerpc/85xx: Fix detection of P1017EKumar Gala1-1/+1
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD27-35/+35
2011-07-17TI: TNETV107X Fix Build ErrorChan-Taek Park1-0/+6
2011-07-17ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7Rob Herring1-0/+2
2011-07-17arm: add CONFIG_MACH_TYPE setting and documentationIgor Grinberg2-0/+14
2011-07-16Add uboot "fdt_high" enviroment variableDavid A. Long2-11/+58
2011-07-16arm: add __ilog2 functionRob Herring1-0/+5
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ32-174/+187