aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-12Refactor linker-generated arraysAlbert ARIBAUD29-29/+29
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD4-6/+58
2013-03-12Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD5-16/+160
2013-03-12arm: omap: map u_boot_lists section to .sramAlbert ARIBAUD1-1/+1
2013-03-12Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2-21/+15
2013-03-12ARM: sam9x5: fix ethernet pins in MII modeJesse Gilles1-8/+8
2013-03-12ARM: at91sam9x5: Using CPU string directlyBo Shen2-13/+7
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini62-431/+3187
2013-03-11arm: dra7xx: Add silicon id support for DRA752 socLokesh Vutla4-2/+14
2013-03-11arm: dra7xx: Add board files for DRA7XX socsLokesh Vutla3-9/+349
2013-03-11arm: dra7xx: Add DDR related data for DRA752 ES1.0Lokesh Vutla5-6/+42
2013-03-11arm: dra7xx: Add control module changesLokesh Vutla3-2/+85
2013-03-11arm: dra7xx: clock: Add the dplls dataLokesh Vutla4-8/+94
2013-03-11arm: dra7xx: clock: Add the prcm changesLokesh Vutla6-8/+252
2013-03-11ARM: OMAP5: srcomp: enable slew rate compensation cells after powerupLokesh Vutla7-1/+152
2013-03-11ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCsLokesh Vutla4-2/+94
2013-03-11ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendumSRICHARAN R5-189/+254
2013-03-11ARM: OMAP5: clock: Add the prcm register changes required for ES2.0SRICHARAN R3-0/+292
2013-03-11ARM: OMAP5: Add silicon id support for ES2.0 revision.SRICHARAN R4-11/+21
2013-03-11ARM: OMAP5: Clean up iosettings codeLokesh Vutla4-44/+78
2013-03-11ARM: OMAP4+: Make control module register structure genericLokesh Vutla10-191/+259
2013-03-11ARM: OMAP4+: Cleanup emif specific filesLokesh Vutla4-85/+108
2013-03-11ARM: OMAP4+: Clean up the pmic codeSRICHARAN R12-260/+198
2013-03-11ARM: OMAP4+: Cleanup the clocks layerSRICHARAN R10-895/+869
2013-03-11ARM: OMAP4+: Change the PRCM structure prototype common for all SocsSRICHARAN R19-1205/+1312
2013-03-11ARM: OMAP4+: emif: Detect SDRAM from SDRAM config registerLokesh Vutla5-7/+28
2013-03-11Allow AM33xx boards to setup GPMC chipselects.Mark Jackson1-0/+2
2013-03-11OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.Enric Balletbo i Serra1-1/+1
2013-03-08SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra5-5/+5
2013-03-08omap3: allow dynamic selection of gfx_formatNikita Kiryanov1-0/+1
2013-03-08omap3: add useful dss definesNikita Kiryanov1-0/+30
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov4-7/+8
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov4-7/+7
2013-03-08omap: consolidate common mmc definitionsNikita Kiryanov5-551/+175
2013-03-08am33xx: Update DDR3 EMIF configuration sequenceTom Rini1-3/+9
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass1-2/+18
2013-03-04x86: Support relocation of FDT on start-upSimon Glass7-2/+46
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass1-7/+12
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass3-1/+4
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass4-18/+16