summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bfin: make the CPU macro of LDR target more genenricSonic Zhang2014-11-101-0/+2
* Merge branch 'rmobile' of git://www.denx.de/git/u-boot-shTom Rini2014-11-053-9/+9
|\
| * arm: rmobile: alt: Add external RAM bootNobuhiro Iwamatsu2014-11-041-1/+1
| * arm: rmobile: koelsch: Add external RAM bootNobuhiro Iwamatsu2014-11-041-1/+1
| * arm: rmobile: lager: Add external RAM bootNobuhiro Iwamatsu2014-11-041-0/+5
| * arm: rmobile: lager: Fix change of the CPU frequencyNobuhiro Iwamatsu2014-11-041-0/+2
| * arm: rmobile: r8a7790: Update initialize L2 cacheNobuhiro Iwamatsu2014-11-041-9/+2
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-058-14/+137
|\ \
| * | imx: mx6 sabreauto: Add board support for USB EHCIYe.Li2014-11-032-0/+20
| * | imx: mx6sl: Add IOMUX setting for USDHC1-3Ye.Li2014-11-031-0/+19
| * | imx: mx6sl: Set the preclk clock source to OSC 24MhzYe.Li2014-11-031-0/+17
| * | imx: mx6: Change the get_ipg_per_clk for OSC 24Mhz sourceYe.Li2014-11-031-0/+4
| * | imx: mx6sl: Add perclk_clk_sel bit define in CCMYe.Li2014-11-031-0/+2
| * | imx: gpt: Add High frequency clock source support for GPTYe.Li2014-11-031-9/+66
| * | arm: arch-mx6: typo fixes in crm_regs.hSoeren Moch2014-10-301-4/+4
| * | arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register nameAnatolij Gustschin2014-10-301-1/+1
| * | ARM: mx6: Add support for Kosagi NovenaMarek Vasut2014-10-301-0/+4
* | | Merge git://www.denx.de/git/u-boot-sunxiTom Rini2014-11-0516-85/+1330
|\ \ \
| * | | dm: sunxi: Add support for serial using driver modelSimon Glass2014-11-051-0/+4
| * | | dm: sunxi: Add pinmux functions which take a bank parameterSimon Glass2014-11-052-12/+24
| * | | dm: sunxi: Add a new config for an FDT-based pcDuino3Simon Glass2014-11-051-0/+1
| * | | dm: sunxi: dts: Add sun7i device tree filesSimon Glass2014-11-053-0/+1250
| * | | sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-0510-49/+49
| * | | sunxi: kconfig: Add top-level ARCH_SUNXIIan Campbell2014-11-051-24/+2
* | | | ppc: Fix ppc4xx CONFIG_SYS_GENERIC_BOARDDirk Eibach2014-11-051-0/+3
|/ / /
* | | sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR definesMasahiro Yamada2014-11-041-3/+10
* | | sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mkMasahiro Yamada2014-11-043-16/+2
* | | sparc: move CONFIG_{LEON, LEON2, LEON3} to KconfigMasahiro Yamada2014-11-043-4/+16
* | | sparc: Use nicer prompt for board select menuMasahiro Yamada2014-11-041-6/+10
* | | arm926ejs: cache: use __weakJeroen Hofstee2014-11-041-4/+1
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-11-044-45/+0
|\ \ \
| * | | ppc/arm: remove remainders of dead boards in KconfigMasahiro Yamada2014-10-313-10/+0
| * | | Remove unused filesMasahiro Yamada2014-10-311-35/+0
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2014-11-042-20/+48
|\ \ \
| * | | exynos4/4x12: gpio: use gpio extra base addressesPrzemyslaw Marczak2014-10-301-20/+39
| * | | exynos4/4x12: cpu: add extra gpio base addressesPrzemyslaw Marczak2014-10-301-0/+9
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2014-11-035-44/+156
|\ \ \
| * | | MIPS: add .padding section to linker scriptDaniel Schwierzeck2014-11-012-1/+19
| * | | MIPS: refactor setting of compiler optionsDaniel Schwierzeck2014-11-013-41/+29
| * | | MIPS: kconfig: merge targets qemu_mips and qemu_mips64Daniel Schwierzeck2014-11-011-6/+2
| * | | MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPSDaniel Schwierzeck2014-11-011-0/+4
| * | | MIPS: kconfig: add options for CPU type selectDaniel Schwierzeck2014-11-011-0/+68
| * | | MIPS: kconfig: add options for endianess selectDaniel Schwierzeck2014-11-011-0/+38
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2014-11-032-1/+10
|\ \ \
| * | | ARM: UniPhier: make pinmon command optionalMasahiro Yamada2014-10-292-1/+10
* | | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-2910-84/+474
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: Correct a few progress message nitsSimon Glass2014-10-282-3/+3
| * | | x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-281-2/+8
| * | | x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-284-48/+63
| * | | x86: Add support for starting 64-bit kernelSimon Glass2014-10-284-1/+165
OpenPOWER on IntegriCloud