summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
...
| * | | imx6sx: Fix i.MX6SX HAB api function table offsetNitin Garg2014-10-01-5/+11
| * | | usb: ehci-mx6: Rename the USB register base addressYe.Li2014-09-29-7/+2
| * | | imx: mx6: Checking PLL2 PFD0 and PFD2 for periph_clk before PFD resetYe.Li2014-09-29-8/+16
| * | | arm: mxs: Wait for DRAM to startMarek Vasut2014-09-29-1/+7
| * | | arm: mxs: Wait when disabling VDDMEM current limiterMarek Vasut2014-09-29-0/+5
| * | | imx: Support i.MX6 High Assurance Boot authenticationNitin Garg2014-09-22-1/+211
| * | | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-09-22-117/+1873
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-09-16-8/+41
| |\ \ \ \
| * | | | | arm: mx35: use common timer functionsAndrew Ruder2014-09-16-83/+12
| * | | | | arm: mx31: use common timer functionsAndrew Ruder2014-09-16-102/+12
* | | | | | vf610twr: Tune DDR initialization settingsAnthony Felice2014-10-07-28/+67
| |_|_|/ / |/| | | |
* | | | | ARM: UniPhier: add Kconfig and defconfigMasahiro Yamada2014-10-05-0/+37
* | | | | ARM: UniPhier: add UniPhier SoC support codeMasahiro Yamada2014-10-05-0/+4504
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-09-26-92/+527
|\ \ \ \
| * | | | board/ls1021aqds: Add DDR4 supportYork Sun2014-09-25-0/+5
| * | | | armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot PageYork Sun2014-09-25-89/+518
| * | | | ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory blockYork Sun2014-09-25-1/+2
| * | | | driver/ddr: Restruct driver to allow standalone memory spaceYork Sun2014-09-25-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-09-26-16/+10
|\ \ \ \
| * | | | powerpc: add --bss-plt to LDFLAGSChris Packham2014-09-25-0/+1
| * | | | powerpc/mpc85xx: Serdes protocol "00" is supportedEbony Zhu2014-09-24-5/+0
| * | | | powerpc/8xxx: Fix in USB device-tree fixupramneek mehresh2014-09-24-11/+9
| |/ / /
* | | | kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada2014-09-25-0/+10
* | | | cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-24-23/+23
* | | | mpc8xx: move common linker scripts into the CPU directoryMasahiro Yamada2014-09-24-0/+82
* | | | arm: kirkwood: spi.h: Add some missing parenthesisStefan Roese2014-09-24-4/+4
|/ / /
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-21-0/+78
|\ \ \
| * | | ARM: keystone: ddr3: workaround for ddr3a/3b memory issueMurali Karicheri2014-09-17-0/+78
* | | | ARM: atmel: add pcr related definitionBo Shen2014-09-19-1/+2
* | | | ARM: atmel: use pcr to enable or disable peripheral clockBo Shen2014-09-19-4/+25
* | | | ARM: atmel: sama5d3: add timings registerBo Shen2014-09-19-1/+2
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-17-165/+313
|\ \ \ \ | |/ / /
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-17-165/+313
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * imx: Fix build of mx6sxsabresdStefano Babic2014-09-11-1/+1
| | * pcie_imx: Add mx6solox supportFabio Estevam2014-09-09-4/+22
| | * mx6: imx-regs: Provide a structure for GPC registersFabio Estevam2014-09-09-0/+13
| | * mx6qsabreauto: Remove imx6q-sabreauto.dtsFabio Estevam2014-09-09-14/+0
| | * mx6: Fix ECSPI typo in soc_boot_modesNikolay Dimitrov2014-09-09-4/+4
| | * iMX6: Disable the L2 before chaning the PL310 latencyYe.Li2014-09-09-0/+3
| | * arm: mx6: add support for Compulab cm-fx6 CoMNikita Kiryanov2014-09-09-0/+4
| | * arm: mx6: add get_cpu_type()Nikita Kiryanov2014-09-09-2/+3
| | * arm: mx6: ddr: fix cs0_end calculationNikita Kiryanov2014-09-09-3/+1
| | * arm: mx6: ddr: configure MMDC for slow_pdNikita Kiryanov2014-09-09-0/+1
| | * arm: mx6: ddr: do not write into reserved bitNikita Kiryanov2014-09-09-1/+1
| | * arm: mx6: ddr: cleanupNikita Kiryanov2014-09-09-141/+137
| | * i2c: imx: add macros to setup pads for multiple SoC typesNikita Kiryanov2014-09-09-0/+33
| | * mx6: add clock enabling functionsNikita Kiryanov2014-09-09-0/+95
* | | Revert "ARM: SPL: do not set gd again"Tom Rini2014-09-16-0/+3
* | | kconfig: armv8: move CONFIG_ARM64 to KconfigMasahiro Yamada2014-09-16-0/+14
* | | vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMIMasahiro Yamada2014-09-16-3/+0