aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2015-04-16ARM: cpu: Add ARMv7 barrier operations supportValentine Barshak1-7/+7
2015-04-14ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I1-0/+12
2015-04-14ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I2-5/+19
2015-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+27
2015-04-11arm: armada-xp: Fix SPL for AXP by using save_boot_params_retStefan Roese1-1/+1
2015-04-10lpc32xx: add support for board work_92105Albert ARIBAUD \(3ADEV\)5-0/+159
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)1-0/+14
2015-04-10lpc32xx: add GPIO supportAlbert ARIBAUD \(3ADEV\)1-0/+5
2015-04-10lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)1-0/+11
2015-04-10lpc32xx: mtd: nand: add MLC NAND controllerAlbert ARIBAUD \(3ADEV\)1-0/+6
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)2-0/+16
2015-04-10Merge branch 'u-boot/master'Albert ARIBAUD20-557/+136
2015-04-09ARM: mx5: add support for USB armory boardAndrej Rosano1-0/+11
2015-04-09ARM: mx5: move to a standard arch/board approachAndrej Rosano1-0/+16
2015-04-07am33xx/ddr.c: Fix regression on DDR2 platformsTom Rini1-1/+1
2015-04-06Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panelsAjay Kumar1-2/+2
2015-04-06arm: exynos: add display clocks for Exynos5800Ajay Kumar1-3/+62
2015-04-06Exynos: Clock: Fix exynos5_get_periph_rate for I2C.Guillaume GARDET1-2/+2
2015-04-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-195/+0
2015-03-31Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-0/+42
2015-03-30ARM: tegra: pinctrl: move Tegra210 code to the correct dirStephen Warren1-195/+0
2015-03-29sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clockIain Paton1-1/+1
2015-03-29sunxi: sun4i: improve cpu clock selection methodIain Paton1-16/+19
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+7
2015-03-28ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada10-325/+0
2015-03-28malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada2-6/+0
2015-03-28malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LENMasahiro Yamada2-6/+0
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada10-69/+0
2015-03-24remove unnecessary version.h includesRob Herring20-20/+0
2015-03-23board/seco: Add mx6q-uq7 basic board supportBoris BREZILLON1-0/+11
2015-03-23ARM: mx6: move to a standard arch/board approachBoris BREZILLON1-0/+31
2015-03-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+18
2015-03-13ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon1-25/+20
2015-03-13ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon1-21/+10
2015-03-13ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configurationNishanth Menon1-0/+16
2015-03-13ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870Praveen Rao1-0/+7
2015-03-13ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1Nishanth Menon4-16/+5
2015-03-13ARM: OMAP: Change set_pl310_ctrl_reg to be genericNishanth Menon2-9/+13
2015-03-13ARM: Introduce erratum workaround for 621766Nishanth Menon1-0/+13
2015-03-13ARM: Introduce erratum workaround for 430973Nishanth Menon1-0/+13
2015-03-13ARM: Introduce erratum workaround for 454179Nishanth Menon2-0/+19
2015-03-13ARM: Introduce erratum workaround for 798870Nishanth Menon3-2/+48
2015-03-13mx6: soc: Switch to cold resetDirk Behme1-0/+18
2015-03-13imx:mx6 remove duplicated includesPeng Fan1-1/+0
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini4-1/+309
2015-03-09armv8/vexpress64: make multientry conditionalLinus Walleij2-4/+21
2015-03-09ARM: PSCI: Rework the DT handler slightlyTom Rini1-1/+3
2015-03-05omap: gpmc: 'nandecc sw' can use HAM1 or BCH8Ash Charles1-1/+10
2015-03-05omap3: add support for QUIPOS Cairo board.Albert ARIBAUD \(3ADEV\)1-0/+5
2015-03-05Merge branch 'master' of git://git.denx.de/u-bootStefano Babic76-3648/+1610