summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-02-2114-3/+938
|\
| * imx: mx7d: isolate resources to domain 0 for A7 corePeng Fan2016-02-211-0/+64
| * imx: mx7: implement functions to boot auxiliary corePeng Fan2016-02-212-0/+41
| * imx: mx6: implement functions to boot auxiliary corePeng Fan2016-02-212-0/+43
| * imx: imx-common: introduce boot auxiliary corePeng Fan2016-02-213-0/+79
| * imx: mx7d: clock support for RDCPeng Fan2016-02-211-0/+6
| * imx: mx7d: Add RDC supportPeng Fan2016-02-213-0/+182
| * imx: mx6sx Add RDC mappings of masters and peripheralsPeng Fan2016-02-212-0/+159
| * imx: imx-common: introduce Resource Domain Controller supportPeng Fan2016-02-215-0/+304
| * imx: mx6: introduce rdc regsPeng Fan2016-02-211-0/+24
| * imx: mx6: Implement mmc_get_env_partSoeren Moch2016-02-211-3/+33
| * imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7Ulises Cardenas2016-02-211-0/+3
* | x86: Add Intel Cougar Canyon 2 boardBin Meng2016-02-213-0/+109
* | x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2016-02-212-1/+5
* | x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2016-02-212-0/+43
* | x86: ivybridge: Add FSP supportBin Meng2016-02-216-0/+131
* | x86: fix memalign() parameter orderStephen Warren2016-02-211-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-02-2031-254/+307
|\ \
| * | ARM: Add Support for the VInCo platformGregory CLEMENT2016-02-191-0/+6
| * | ARM: at91: sama5d2: configure the L2 cache memorySamuel Mescoff2016-02-184-0/+13
| * | arm: at91: Add support for DENX MA5D4 SoM and EVKMarek Vasut2016-02-181-0/+6
| * | ARM: at91: clean up the PMC_PLLICPR init codeWenyou Yang2016-02-181-4/+1
| * | ARM: at91: clock: add PMC_PLLICPR init functionWenyou Yang2016-02-183-0/+15
| * | ARM: at91: clock: add PLLB enable/disable functionsWenyou Yang2016-02-183-0/+78
| * | ARM: at91: armv7: clean up UTMI PLL handle codeWenyou Yang2016-02-183-12/+3
| * | ARM: at91: clock: add UTMI PLL enable/disable functionWenyou Yang2016-02-182-0/+51
| * | ARM: cpu: at91: clean up peripheral clock codeWenyou Yang2016-02-1815-203/+67
| * | ARM: at91: clock: add a new file to handle clockWenyou Yang2016-02-185-33/+69
| * | ARM: at91: asm/at91_pmc.h: fix trival register offsetWenyou Yang2016-02-181-6/+2
* | | arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-202-8/+58
* | | arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-203-54/+89
* | | ARM: tegra: enable USB device mode port on DalmoreStephen Warren2016-02-181-1/+8
* | | video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCDSimon Glass2016-02-171-1/+1
* | | tegra: video: Clean up the old LCD/PWM driver codeSimon Glass2016-02-164-147/+2
* | | tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2016-02-168-0/+29
* | | tegra: video: Move LCD enums into the driverSimon Glass2016-02-161-22/+0
* | | tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass2016-02-163-26/+6
* | | tegra: video: Merge the two config structures togetherSimon Glass2016-02-161-39/+0
* | | tegra: video: Merge the display driver into one fileSimon Glass2016-02-163-401/+0
* | | tegra: dts: Sync tegra20.dtsi with Linux v4.4Simon Glass2016-02-1612-271/+560
* | | tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20Simon Glass2016-02-161-1/+1
* | | tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCDSimon Glass2016-02-161-2/+6
* | | tegra: Allow driver model to be used for the PWMSimon Glass2016-02-161-1/+2
* | | tegra: lcd: Merge tegra124-lcd.c into display.cSimon Glass2016-02-161-5/+0
* | | tegra: pwm: Add a driver for the tegra PWMSimon Glass2016-02-161-0/+2
* | | tegra: dts: Sync up nyan-big files with LinuxSimon Glass2016-02-162-356/+2038
* | | tegra: dts: Sync up the tegra124 device tree files with LinuxSimon Glass2016-02-163-136/+584
|/ /
* | arm: build some file(s) as ARM mode onlyDavid Müller (ELSOFT AG)2016-02-151-0/+6
* | arm: the ARM920T is THUMB capable, so select the appropriate ISADavid Müller (ELSOFT AG)2016-02-151-1/+1
* | arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)2016-02-151-1/+5
OpenPOWER on IntegriCloud