aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Update aristainetos board to KconfigStefano Babic1-0/+4
2014-08-12Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini11-489/+338
2014-08-12powerpc/t104xrdb: support deep sleep in SPI/SD bootTang Yuantian1-0/+15
2014-08-12powerpc/mpc85xx: Make boot flag effectiveTang Yuantian1-0/+2
2014-08-12sunxi: dram: Autodetect DDR3 bus width and densitySiarhei Siamashka1-5/+47
2014-08-12sunxi: dram: Derive write recovery delay from DRAM clock speedSiarhei Siamashka1-1/+16
2014-08-12sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memorySiarhei Siamashka1-22/+19
2014-08-12sunxi: dram: Configurable DQS gating window mode and delaySiarhei Siamashka2-1/+56
2014-08-12sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'Siarhei Siamashka2-14/+16
2014-08-12sunxi: dram: Improve DQS gate data training error handlingSiarhei Siamashka2-3/+3
2014-08-12sunxi: dram: Use divisor P=1 for PLL5Siarhei Siamashka1-17/+11
2014-08-12sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)Siarhei Siamashka2-14/+39
2014-08-12sunxi: dram: Re-introduce the impedance calibration ond ODTSiarhei Siamashka2-0/+60
2014-08-12sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functionsSiarhei Siamashka1-6/+22
2014-08-12sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7iSiarhei Siamashka1-11/+0
2014-08-12sunxi: dram: Remove broken impedance and ODT configuration codeSiarhei Siamashka1-27/+0
2014-08-12sunxi: dram: Fix CKE delay handling for sun4i/sun5iSiarhei Siamashka1-7/+50
2014-08-12sunxi: dram: Respect the DDR3 reset timing requirementsSiarhei Siamashka1-2/+7
2014-08-12sunxi: dram: Remove broken super-standby remnantsSiarhei Siamashka1-46/+20
2014-08-12sunxi: dram: Remove useless 'dramc_scan_dll_para()' functionSiarhei Siamashka1-124/+1
2014-08-11Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic82-721/+3393
2014-08-09emif.h: remove duplicated argument to |maxin.john@enea.com1-3/+0
2014-08-09Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD5-4/+185
2014-08-08zynq: spl: Add vectors section to linker scriptPeter Crosthwaite1-0/+1
2014-08-08mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADEDFabio Estevam1-1/+1
2014-08-08mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definitionFabio Estevam1-1/+1
2014-08-08mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offsetFabio Estevam1-2/+2
2014-08-08mx6: imx-regs: Remove unused 'omux' field from iomux structFabio Estevam1-2/+0
2014-08-08Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic76-873/+3341
2014-08-07blackfin: convert blackfin board_f and board_r to use generic board init func...Sonic Zhang9-488/+335
2014-08-07blackfin: spi clock is in sysclk1 domain instead of sysclk0Scott Jiang1-1/+1
2014-08-07bfin: add register define required by core B on dual core BF609 processorAaron Wu1-0/+2
2014-08-06Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini4-1/+17
2014-08-04Merge http://git.denx.de/u-boot-dmTom Rini2-0/+14
2014-08-04arm: Support pre-relocation malloc()Simon Glass1-1/+4
2014-08-04arm: Set up global data before board_init_f()Simon Glass2-0/+11
2014-08-01powerpc: mpc85xx watchdog init added to init_funcBoschung, Rainer1-0/+3
2014-08-01mpc85xx: watchdog initialisation addedBoschung, Rainer1-0/+8
2014-08-01powerpc: macros for e500mc timer regs addedBoschung, Rainer1-0/+5
2014-08-01mpc85xx: fix interrupt init to not affect watchdogBoschung, Rainer1-1/+1
2014-08-01mmc: s3c: Add SD driverMarek Vasut1-0/+6
2014-08-01arm: s3c: Unify the S3C24xx SDI structureMarek Vasut3-11/+10
2014-08-01ARM: kirkwood: add mvsdio driverDrEagle2-0/+10
2014-07-31sunxi: HYP/non-sec: add sun7i PSCI backendMarc Zyngier2-0/+165
2014-07-31sunxi: Add CONFIG_MACPWR optionHans de Goede1-0/+5
2014-07-31sunxi: add defines to control USB Host clocks/resetsRoman Byshko1-0/+4
2014-07-31ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell2-4/+11
2014-07-30powerpc: remove redundant CPU definitionMasahiro Yamada11-12/+11
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada13-13/+11
2014-07-30kconfig: switch to KconfigMasahiro Yamada4-15/+15