summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada2015-03-286-1/+1
* ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada2015-03-2813-40/+46
* malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada2015-03-284-12/+0
* malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LENMasahiro Yamada2015-03-283-9/+0
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-281-3/+0
* remove unnecessary version.h includesRob Herring2015-03-2421-21/+0
* ARM: UniPhier: remove unnecessary ifdef conditionalMasahiro Yamada2015-03-241-2/+0
* ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot properMasahiro Yamada2015-03-242-17/+5
* ARM: UniPhier: optimize kicking secondary CPUs codeMasahiro Yamada2015-03-244-72/+38
* ARM: UniPhier: fix typos in commentsMasahiro Yamada2015-03-242-12/+13
* ARM: UniPhier: add empty lowlevel_init to U-boot properMasahiro Yamada2015-03-242-0/+13
* ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointerMasahiro Yamada2015-03-242-4/+13
* ARM: UniPhier: enable Driver Model and UART on SPLMasahiro Yamada2015-03-241-3/+10
* ARM: UniPhier: move UART pin settings to SPLMasahiro Yamada2015-03-249-49/+96
* ARM: UniPhier: move platform devices to SPLMasahiro Yamada2015-03-242-2/+2
* ARM: UniPhier: include PH1-LD4 Makefile from PH1-sLD8Masahiro Yamada2015-03-241-16/+1
* ARM: UniPhier: remove unnecessary CONFIG_SYS_SOCMasahiro Yamada2015-03-241-3/+0
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-03-203-0/+26
|\
| * ARM: atmel: sama5d4: set non-secured for peripheralsBo Shen2015-03-181-0/+9
| * ARM: atmel: armv7: move spl lds to armv7 directoryBo Shen2015-03-181-0/+0
| * ARM: at91: at91sam9rlek: add mci supportWu, Josh2015-03-181-0/+17
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-181-1/+18
|\ \ | |/ |/|
| * mx6: soc: Switch to cold resetDirk Behme2015-03-131-0/+18
| * imx:mx6 remove duplicated includesPeng Fan2015-03-131-1/+0
| * Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-05121-602/+2524
| |\
* | \ Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-03-159-68/+77
|\ \ \
| * | | ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-159-68/+77
* | | | ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon2015-03-132-25/+21
* | | | ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon2015-03-131-21/+10
* | | | ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configurationNishanth Menon2015-03-131-0/+16
* | | | ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870Praveen Rao2015-03-132-0/+10
* | | | ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1Nishanth Menon2015-03-135-17/+5
* | | | ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCsNishanth Menon2015-03-131-0/+0
* | | | ARM: OMAP: Change set_pl310_ctrl_reg to be genericNishanth Menon2015-03-134-10/+18
* | | | ARM: Introduce erratum workaround for 621766Nishanth Menon2015-03-131-0/+13
* | | | ARM: Introduce erratum workaround for 430973Nishanth Menon2015-03-131-0/+13
* | | | ARM: Introduce erratum workaround for 454179Nishanth Menon2015-03-133-0/+21
* | | | ARM: Introduce erratum workaround for 798870Nishanth Menon2015-03-134-2/+51
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-1023-88/+1158
|\ \ \
| * | | apalis/colibri_t30: fix MMC/SD card detect GPIOsMarcel Ziswiler2015-03-042-3/+10
| * | | dm: tegra: dts: add aliases for spi on apalis_t30Marcel Ziswiler2015-03-041-0/+4
| * | | ARM: tegra: pinmux: add Tegra210 supportStephen Warren2015-03-042-0/+611
| * | | ARM: tegra: pinmux: support Tegra210's e_io_hv pin optionStephen Warren2015-03-042-0/+47
| * | | ARM: tegra: pinmux: account for different drivegroup base registersStephen Warren2015-03-045-1/+5
| * | | ARM: tegra: pinmux: support hsm/schmitt on pinsStephen Warren2015-03-042-4/+72
| * | | ARM: tegra: pinmux: partially handle varying register layoutsStephen Warren2015-03-041-0/+12
| * | | ARM: tegra: pinmux: move some type definitionsStephen Warren2015-03-042-44/+44
| * | | ARM: tegra: pinmux: handle feature removal on newer SoCsStephen Warren2015-03-045-0/+45
| * | | ARM: tegra: pinmux: simplify some definesStephen Warren2015-03-045-32/+73
| * | | ARM: tegra: pinmux: add note re: drive group field definesStephen Warren2015-03-041-0/+15
OpenPOWER on IntegriCloud