aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-09-28arm: Drop old non-generic-board codeSimon Glass3-709/+0
2015-09-28arm: Remove wireless_space boardSimon Glass1-4/+0
2015-09-28arm: Remove da830evm boardSimon Glass1-3/+0
2015-09-28ARM: hikey: hi6220: Migrate over to DM_SERIAL and use UART3 by default.Peter Griffin1-1/+1
2015-09-28ARM: hikey: Select DM, DM_GPIO from KconfigPeter Griffin1-0/+2
2015-09-28ARM: hi6220: Add UART0 and UART3 base addressesPeter Griffin1-0/+3
2015-09-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-10/+6
2015-09-24Merge git://git.denx.de/u-boot-socfpgaTom Rini1-2/+2
2015-09-25ARM: dts: uniphier: use SPDX-License-IdentifierMasahiro Yamada1-37/+1
2015-09-25ARM: uniphier: fix init page table for ProXstream2/PH1-LD6b USB bootMasahiro Yamada1-4/+2
2015-09-25ARM: uniphier: add ProXstream2 and PH1-LD6b supportMasahiro Yamada30-1/+695
2015-09-25ARM: uniphier: add PH1-Pro5 supportMasahiro Yamada24-1/+411
2015-09-25ARM: uniphier: allow to enable multiple SoCsMasahiro Yamada78-429/+1068
2015-09-25ARM: uniphier: unify low-level debug init codeMasahiro Yamada11-152/+115
2015-09-25ARM: uniphier: fix glitch signal problem for low-level debugMasahiro Yamada4-20/+20
2015-09-25ARM: uniphier: delete unneeded input enable for low-level debugMasahiro Yamada1-5/+0
2015-09-25ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*Masahiro Yamada5-15/+14
2015-09-25ARM: uniphier: allow to disable CONFIG_MICRO_SUPPORT_CARDMasahiro Yamada1-0/+4
2015-09-25ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local fileMasahiro Yamada2-7/+10
2015-09-25ARM: uniphier: refactor LED functionMasahiro Yamada9-128/+96
2015-09-25ARM: uniphier: remove useless wrapper functionsMasahiro Yamada3-17/+10
2015-09-25ARM: uniphier: remove unused header fileMasahiro Yamada1-24/+0
2015-09-25ARM: uniphier: parse device tree to determine DRAM base and sizeMasahiro Yamada2-16/+47
2015-09-25ARM: uniphier: remove ifdef CONFIG_{SOC} conditionals from sg-regs.hMasahiro Yamada11-119/+109
2015-09-25ARM: uniphier: change the external bus address mappingMasahiro Yamada4-19/+19
2015-09-25ARM: uniphier: drop DCC micro support card supportMasahiro Yamada11-293/+20
2015-09-25ARM: uniphier: drop ad-hoc input enable settingsMasahiro Yamada7-51/+7
2015-09-25ARM: uniphier: drop ad-hoc early pin-muxing settingsMasahiro Yamada6-82/+7
2015-09-25ARM: dts: uniphier: prepare device trees to use pinctrl in SPLMasahiro Yamada4-4/+60
2015-09-24imx: fix coding stylePeng Fan2-3/+2
2015-09-24imx-common: wrap boot_mode_apply with CONFIG_CMD_BMODEPeng Fan1-0/+2
2015-09-24imx: mx7: discard unused global variablePeng Fan1-2/+0
2015-09-24imx-common: consider mux_ctrl_ofs when setting mux_modePeng Fan1-4/+3
2015-09-23arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config filesDinh Nguyen1-2/+2
2015-09-20imx: mx7: drop select CPU_V7 for board targetPeng Fan1-1/+0
2015-09-20imx-common: fix iomux settingsPeng Fan1-2/+1
2015-09-17Merge git://git.denx.de/u-boot-x86Tom Rini5-67/+316
2015-09-16x86: quark: Configure MTRR to enable cacheBin Meng3-0/+111
2015-09-16x86: galileo: Add PCIe root port IRQ routingBin Meng1-0/+12
2015-09-16x86: quark: Initialize thermal sensor properlyBin Meng2-0/+54
2015-09-16x86: quark: Lock HMBOUND register before jumping to kernelBin Meng2-0/+4
2015-09-16x86: quark: Convert to use clrbits, setbits, clrsetbits macrosBin Meng1-51/+21
2015-09-16x86: quark: Add clrbits, setbits, clrsetbits macros for message port accessBin Meng1-0/+31
2015-09-16x86: quark: Add PCIe/USB static register programming after memory initBin Meng2-0/+86
2015-09-16x86: Convert to use driver model eth on quark/galileoBin Meng1-19/+0
2015-09-16ARM: tegra114: Clear IDDQ when enabling PLLCThierry Reding2-0/+8
2015-09-16ARM: tegra124: Clear IDDQ when enabling PLLCThierry Reding2-0/+8
2015-09-16ARM: tegra: Add Tegra20 SPI device nodesMirza Krak1-0/+57
2015-09-16ARM: tegra: clk_m is the architected timer source clockThierry Reding3-10/+8
2015-09-16ARM: tegra: Implement clk_mThierry Reding8-2/+31