summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-08-29-26/+2265
|\
| * mx6sxsabresd: Add Ethernet supportFabio Estevam2014-08-20-0/+11
| * mx6sx: Adjust enable_fec_anatop_clock() for mx6soloxFabio Estevam2014-08-20-0/+21
| * mx6sxsabresd: Convert to the new Kconfig styleFabio Estevam2014-08-20-0/+4
| * ARM: mx6: Handle the MMDCx_MDCTL COL field capricesMarek Vasut2014-08-20-1/+7
| * ARM: mx6: Prevent overflow in DRAM size detectionMarek Vasut2014-08-20-0/+5
| * ARM: mx5: Fix CHSCCDR nameMarek Vasut2014-08-20-1/+1
| * mx6: add support of multi-processor commandGabriel Huau2014-08-20-0/+108
| * Update aristainetos board to KconfigStefano Babic2014-08-13-0/+4
| * Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-08-11-721/+3393
| |\
| * | mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADEDFabio Estevam2014-08-08-1/+1
| * | mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definitionFabio Estevam2014-08-08-1/+1
| * | mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offsetFabio Estevam2014-08-08-2/+2
| * | mx6: imx-regs: Remove unused 'omux' field from iomux structFabio Estevam2014-08-08-2/+0
| * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-08-08-873/+3341
| |\ \
| * | | i.MX6: add enable_spi_clk()Heiko Schocher2014-07-23-0/+20
| * | | i.MX6: define struct pwm_regs and PWMCR_* definesHeiko Schocher2014-07-23-0/+16
| * | | imx6: add gpr2 usb_otg_id iomux select control defineHeiko Schocher2014-07-23-0/+2
| * | | mx6: Adjust the GPR offset for mx6soloxFabio Estevam2014-07-23-0/+3
| * | | mx6: Remove duplication of iomuxc structureFabio Estevam2014-07-23-11/+1
| * | | mx6: soc: Do not apply the PFD erratum for mx6soloxFabio Estevam2014-07-23-0/+4
| * | | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2014-07-16-1082/+5049
| |\ \ \
| * | | | mx6: clock: Do not enable sata and ipu clocksFabio Estevam2014-07-10-0/+8
| * | | | mx6sx: Add pin definitionsFabio Estevam2014-07-10-0/+1677
| * | | | mx6: Add support for the mx6solox variantFabio Estevam2014-07-10-7/+369
* | | | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-08-29-284/+351
|\ \ \ \ \
| * | | | | sunxi: dram: Autodetect DDR3 bus width and densitySiarhei Siamashka2014-08-12-5/+47
| * | | | | sunxi: dram: Derive write recovery delay from DRAM clock speedSiarhei Siamashka2014-08-12-1/+16
| * | | | | sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memorySiarhei Siamashka2014-08-12-22/+19
| * | | | | sunxi: dram: Configurable DQS gating window mode and delaySiarhei Siamashka2014-08-12-1/+56
| * | | | | sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'Siarhei Siamashka2014-08-12-14/+16
| * | | | | sunxi: dram: Improve DQS gate data training error handlingSiarhei Siamashka2014-08-12-3/+3
| * | | | | sunxi: dram: Use divisor P=1 for PLL5Siarhei Siamashka2014-08-12-17/+11
| * | | | | sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)Siarhei Siamashka2014-08-12-14/+39
| * | | | | sunxi: dram: Re-introduce the impedance calibration ond ODTSiarhei Siamashka2014-08-12-0/+60
| * | | | | sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functionsSiarhei Siamashka2014-08-12-6/+22
| * | | | | sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7iSiarhei Siamashka2014-08-12-11/+0
| * | | | | sunxi: dram: Remove broken impedance and ODT configuration codeSiarhei Siamashka2014-08-12-27/+0
| * | | | | sunxi: dram: Fix CKE delay handling for sun4i/sun5iSiarhei Siamashka2014-08-12-7/+50
| * | | | | sunxi: dram: Respect the DDR3 reset timing requirementsSiarhei Siamashka2014-08-12-2/+7
| * | | | | sunxi: dram: Remove broken super-standby remnantsSiarhei Siamashka2014-08-12-46/+20
| * | | | | sunxi: dram: Remove useless 'dramc_scan_dll_para()' functionSiarhei Siamashka2014-08-12-124/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-08-28-4/+185
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-08-09-4/+185
| |\ \ \ \
| | * | | | sunxi: HYP/non-sec: add sun7i PSCI backendMarc Zyngier2014-07-31-0/+165
| | * | | | sunxi: Add CONFIG_MACPWR optionHans de Goede2014-07-31-0/+5
| | * | | | sunxi: add defines to control USB Host clocks/resetsRoman Byshko2014-07-31-0/+4
| | * | | | ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell2014-07-31-4/+11
* | | | | | nios2: remove EPCS driverThomas Chou2014-08-24-718/+1
* | | | | | nios2: add generic board supportThomas Chou2014-08-24-162/+49