summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-12-05mpc5200: Add SPL supportStefan Roese6-0/+201
2012-12-05SPL: Port SPL framework to powerpcStefan Roese2-0/+46
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese3-7/+6
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini15-77/+235
2012-12-01x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-12-01x86: Fix typo in pcat_timer.cStefan Reinauer1-1/+1
2012-12-01x86: Include types.h explicitly in the i386 version of io.hGabe Black1-0/+2
2012-12-01x86: Add a dummy implementation for timer_get_usGabe Black2-1/+18
2012-12-01x86: Add a default implementation for cleanup_before_linux()Gabe Black2-0/+6
2012-12-01x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-12-01x86: Allow compiling out realmode/bios codeGabe Black3-5/+10
2012-12-01x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass3-29/+188
2012-12-01x86: coreboot: Drop sysinfo.cStefan Reinauer3-40/+8
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda1-1/+1
2012-11-29Merge branch 'master' of git://www.denx.de/git/u-boot-x86Tom Rini16-61/+247
2012-11-28x86: coreboot: Implement recursively scanning PCI bussesGabe Black1-3/+23
2012-11-28x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black2-1/+16
2012-11-28x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer3-0/+119
2012-11-28x86: Add some missing includesGabe Black2-0/+5
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black2-2/+6
2012-11-28x86: Add initial memory barrier macrosSimon Glass1-0/+8
2012-11-28x86: Add ilog2 to bitopsGraeme Russ1-0/+5
2012-11-28x86: Remove duplicate PCI initGraeme Russ1-3/+0
2012-11-28x86: Put global data on the stackGraeme Russ7-52/+63
2012-11-28x86: Forward declare gd_tGraeme Russ3-5/+7
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini16-81/+236
2012-11-28Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-2/+0
2012-11-28powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLEYork Sun1-2/+2
2012-11-28powerpc/85xx: update the work-around for P4080 erratum SERDES-9Timur Tabi2-7/+16
2012-11-28powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen2-0/+4
2012-11-28powerpc/corenet_ds: move SATA config to board configurationZang Roy-R619111-7/+0
2012-11-28powerpc/85xx: implement check for erratum A-004580 work-aroundTimur Tabi3-1/+50
2012-11-28powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack listKim Phillips1-3/+3
2012-11-28powerpc/mpc85xx: Temporary fix for spin table backward compatibilityYork Sun3-1/+52
2012-11-28powerpc/85xx: implement check for erratum A-004849 work-aroundTimur Tabi2-0/+66
2012-11-28powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECCTimur Tabi1-1/+1
2012-11-288xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming10-61/+44
2012-11-28EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung1-0/+36
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini11-82/+573
2012-11-27spl/85xx: new SPL supportScott Wood5-9/+98
2012-11-27spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood4-15/+70
2012-11-27powerpc/mpc85xx: consistently use COBJS-yScott Wood1-9/+10
2012-11-27spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood1-0/+0
2012-11-27spl/mpc85xx: move udelay to cpu codeScott Wood1-0/+17
2012-11-27powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-0/+334
2012-11-27powerpc/mpc85xx: fix TLB alignmentScott Wood1-4/+4
2012-11-27powerpc: change .fixup test to a GCC version testScott Wood2-6/+5
2012-11-27powerpc/mpc85xx: add comma before "already enabled"Scott Wood1-1/+1
2012-11-27powerpc/mpc85xx: move debug tlb entry after TLB is in known stateScott Wood1-44/+40
2012-11-26MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2-2/+0