aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-21Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini14-3/+938
2016-02-21imx: mx7d: isolate resources to domain 0 for A7 corePeng Fan1-0/+64
2016-02-21imx: mx7: implement functions to boot auxiliary corePeng Fan2-0/+41
2016-02-21imx: mx6: implement functions to boot auxiliary corePeng Fan2-0/+43
2016-02-21imx: imx-common: introduce boot auxiliary corePeng Fan3-0/+79
2016-02-21imx: mx7d: clock support for RDCPeng Fan1-0/+6
2016-02-21imx: mx7d: Add RDC supportPeng Fan3-0/+182
2016-02-21imx: mx6sx Add RDC mappings of masters and peripheralsPeng Fan2-0/+159
2016-02-21imx: imx-common: introduce Resource Domain Controller supportPeng Fan5-0/+304
2016-02-21imx: mx6: introduce rdc regsPeng Fan1-0/+24
2016-02-21imx: mx6: Implement mmc_get_env_partSoeren Moch1-3/+33
2016-02-21imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7Ulises Cardenas1-0/+3
2016-02-21x86: Add Intel Cougar Canyon 2 boardBin Meng3-0/+109
2016-02-21x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2-1/+5
2016-02-21x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2-0/+43
2016-02-21x86: ivybridge: Add FSP supportBin Meng6-0/+131
2016-02-21x86: fix memalign() parameter orderStephen Warren1-1/+1
2016-02-20Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini31-254/+307
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2-8/+58
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin3-54/+89
2016-02-19ARM: Add Support for the VInCo platformGregory CLEMENT1-0/+6
2016-02-18ARM: at91: sama5d2: configure the L2 cache memorySamuel Mescoff4-0/+13
2016-02-18arm: at91: Add support for DENX MA5D4 SoM and EVKMarek Vasut1-0/+6
2016-02-18ARM: at91: clean up the PMC_PLLICPR init codeWenyou Yang1-4/+1
2016-02-18ARM: at91: clock: add PMC_PLLICPR init functionWenyou Yang3-0/+15
2016-02-18ARM: at91: clock: add PLLB enable/disable functionsWenyou Yang3-0/+78
2016-02-18ARM: at91: armv7: clean up UTMI PLL handle codeWenyou Yang3-12/+3
2016-02-18ARM: at91: clock: add UTMI PLL enable/disable functionWenyou Yang2-0/+51
2016-02-18ARM: cpu: at91: clean up peripheral clock codeWenyou Yang15-203/+67
2016-02-18ARM: at91: clock: add a new file to handle clockWenyou Yang5-33/+69
2016-02-18ARM: at91: asm/at91_pmc.h: fix trival register offsetWenyou Yang1-6/+2
2016-02-18ARM: tegra: enable USB device mode port on DalmoreStephen Warren1-1/+8
2016-02-17video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCDSimon Glass1-1/+1
2016-02-16tegra: video: Clean up the old LCD/PWM driver codeSimon Glass4-147/+2
2016-02-16tegra: video: Move LCD driver to use the DM PWM driverSimon Glass8-0/+29
2016-02-16tegra: video: Move LCD enums into the driverSimon Glass1-22/+0
2016-02-16tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass3-26/+6
2016-02-16tegra: video: Merge the two config structures togetherSimon Glass1-39/+0
2016-02-16tegra: video: Merge the display driver into one fileSimon Glass3-401/+0
2016-02-16tegra: dts: Sync tegra20.dtsi with Linux v4.4Simon Glass12-271/+560
2016-02-16tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass1-1/+1
2016-02-16tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCDSimon Glass1-2/+6
2016-02-16tegra: Allow driver model to be used for the PWMSimon Glass1-1/+2
2016-02-16tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass1-5/+0
2016-02-16tegra: pwm: Add a driver for the tegra PWMSimon Glass1-0/+2
2016-02-16tegra: dts: Sync up nyan-big files with LinuxSimon Glass2-356/+2038
2016-02-16tegra: dts: Sync up the tegra124 device tree files with LinuxSimon Glass3-136/+584
2016-02-15arm: build some file(s) as ARM mode onlyDavid Müller (ELSOFT AG)1-0/+6
2016-02-15arm: the ARM920T is THUMB capable, so select the appropriate ISADavid Müller (ELSOFT AG)1-1/+1
2016-02-15arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)1-1/+5