aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-04-27OMAP3: BeagleBoard: Enable pullups on i2c2.Steve Kipisz1-0/+14
2011-04-27MX31: drop warnings in get_cpu_revStefano Babic1-1/+1
2011-04-27MX5: factor out boot cause funciton to common codeJason Liu1-0/+28
2011-04-27ARM: MX31: Fix file name labelFabio Estevam1-3/+3
2011-04-27MX31: Introduce get_reset_cause()Fabio Estevam1-1/+28
2011-04-27ARM: mx31: Print the silicon versionFabio Estevam2-2/+53
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic5-7/+7
2011-04-27mx25: Make the UART port number explicit in its setup functionFabio Estevam1-1/+1
2011-04-27MX31: add support for MX31 watchdogStefano Babic2-1/+47
2011-04-20Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk3-35/+24
2011-04-20Merge branch 'misc' of git://git.denx.de/u-boot-blackfinWolfgang Denk3-119/+53
2011-04-20Revert "PowerPC: Add support for -msingle-pic-base"Wolfgang Denk13-127/+12
2011-04-20fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming2-35/+5
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming2-0/+19
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger3-119/+53
2011-04-13sc520: Move reset to stand-alone fileGraeme Russ3-10/+41
2011-04-13x86: Rename i386 to x86Graeme Russ64-12/+12
2011-04-13x86: Code cleanupGraeme Russ27-176/+166
2011-04-13eNET: Remove config.mkGraeme Russ1-2/+3
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk10-15/+13
2011-04-12Fix misc spelling errors found by lintianLoïc Minier3-5/+5
2011-04-11PowerPC: Add support for -msingle-pic-baseJoakim Tjernlund13-12/+127
2011-04-11PowerPC: Move -fPIC flag to common placeJoakim Tjernlund13-13/+13
2011-04-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk8-80/+147
2011-04-10powerpc/85xx: Removed clearing of L2-as-SRAMFabian Cenedese1-7/+0
2011-04-10fsl_esdhc: Deal with watermark level register related changesPriyanka Jain1-0/+2
2011-04-10powerpc/85xx: Add PBL boot from SPI flash support on P4080DSShaohui Xie1-0/+19
2011-04-10powerpc/85xx: Add support usb2/etsec and tdm/audio pin multiplex on P1022DSJiang Yutang1-0/+10
2011-04-10p4080ds: remove rev1-specific code for the SERDES8 erratumTimur Tabi1-59/+47
2011-04-08powerpc/85xx: rename NAND prefixes to CONFIG_SYSMatthew McClintock1-4/+4
2011-04-08Blackfin: replace "bfin_reset_or_hang()" with "panic()"Kyle Moffett3-19/+2
2011-04-08Blackfin: bootrom.h: sync with toolchainMike Frysinger1-27/+59
2011-04-08Blackfin: default to L1 bank A when L1 bank B does not existMike Frysinger1-3/+7
2011-04-08Blackfin: turn off caches when self initializingMike Frysinger1-12/+33
2011-04-08Blackfin: only check for os log when we have external memoryMike Frysinger1-1/+1
2011-04-08Blackfin: BF537: unify duplicated headersMike Frysinger4-2446/+2419
2011-04-08Blackfin: BF52x: unify duplicated headersMike Frysinger8-2068/+1481
2011-04-08Blackfin: drop duplicate system mmr and L1 scratch definesMike Frysinger7-42/+1
2011-04-08Blackfin: BF50x: new processor portMike Frysinger14-17/+3193
2011-04-08Blackfin: fix bd_t handlingMike Frysinger2-9/+6
2011-04-08Blackfin: bf537: fix L1 data definesMike Frysinger1-1/+1
2011-04-08Blackfin: serial: clean up muxing a bitMike Frysinger1-31/+20
2011-04-08Blackfin: move CONFIG_BFIN_CPU back to board config.hMike Frysinger3-2/+13
2011-04-08Blackfin: unify bootmode based LDR_FLAGS setupMike Frysinger1-0/+3
2011-04-08Blackfin: drop CONFIG_SYS_TEXT_BASE from boardsMike Frysinger1-0/+4
2011-04-08Blackfin: skip RAM display for 0 mem systemsMike Frysinger1-2/+5
2011-04-05powerpc/85xx: Add some defines & registers in immap_85xx.hZhao Chenhui1-1/+6
2011-04-05powerpc/85xx: Add P1021 specific QE and UEC supportHaiying Wang3-10/+48
2011-04-05powerpc/85xx: don't init SDRAM when CONFIG_SYS_RAMBOOTZhao Chenhui2-0/+12
2011-04-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk34-191/+1699