aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2-651/+0
2013-03-21lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2-619/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk2-5/+0
2013-03-19x86: Move PCI init before SPI initSimon Glass1-4/+4
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini132-6330/+8566
2013-03-15sparc: Fix build warnings in serial.cSimon Glass2-20/+0
2013-03-15sparc: Fix out-of-tree buildingSimon Glass2-14/+0
2013-03-15avr32: Fix cast warning in board.cSimon Glass1-2/+2
2013-03-15blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass1-1/+0
2013-03-15blackfin: Fix up board_type global dataSimon Glass2-1/+2
2013-03-15x86: Enable generic boardSimon Glass1-0/+1
2013-03-15x86: Enable generic board supportSimon Glass3-0/+17
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass6-12/+5
2013-03-15ppc: Enable generic board supportSimon Glass3-0/+12
2013-03-15arm: Enable generic board supportSimon Glass3-0/+15
2013-03-15Introduce generic post-relocation board_r.cSimon Glass1-1/+2
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass3-6/+6
2013-03-15Declare watchdog functions in watchdog.hSimon Glass3-9/+4
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass3-9/+9
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass2-4/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass15-4/+330
2013-03-15Replace __bss_end__ with __bss_endSimon Glass72-93/+93
2013-03-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD18-869/+987
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD27-2357/+2815
2013-03-14Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren2-14/+280
2013-03-14Tegra114: fdt: Move aliases from dtsi to dts file as per other TegrasTom Warren1-8/+0
2013-03-14Tegra114: Fix/update GP padcfg register structTom Warren1-8/+26
2013-03-14Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entryTom Warren1-1/+1
2013-03-14Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30Tom Warren1-6/+29
2013-03-14Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)Tom Warren1-0/+32
2013-03-14Tegra30: Cardhu: Add pad config tables/code based on pinmux codeTom Warren3-2/+261
2013-03-14Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 initTom Warren2-197/+163
2013-03-14Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)Tom Warren1-1/+18
2013-03-14ARM: tegra: implement WAR for Tegra114 CPU reset vectorStephen Warren1-4/+32
2013-03-14Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)Tom Warren1-34/+56
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2-5/+10
2013-03-14Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT filesTom Warren1-4/+12
2013-03-14Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren3-3/+3
2013-03-14Tegra114: fdt: Update DT files with I2C info for T114/DalmoreTom Warren1-0/+64
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-0/+6
2013-03-14Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to workTom Warren1-0/+1
2013-03-14tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]Lucas Stach1-19/+0
2013-03-14tegra: usb: move implementation into right directoryLucas Stach5-557/+2
2013-03-14tegra: usb: various small cleanupsLucas Stach2-15/+1
2013-03-14tegra: usb: move controller init into start_portLucas Stach1-28/+29
2013-03-14tegra: usb: remove unneeded function parameterLucas Stach1-4/+2
2013-03-14tegra: usb: make controller init functions more self containedLucas Stach1-12/+12
2013-03-14tegra: usb: set USB_PORTS_MAX to correct valueLucas Stach1-1/+1
2013-03-13ARM: implement some Cortex-A9 errata workaroundsStephen Warren1-0/+19
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD29-29/+29