summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-02-09arc: add selection of endianess in KconfigAlexey Brodkin2-4/+9
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin3-8/+25
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2-5/+5
2015-02-09arc: add more flavours of ARC700 series CPUAlexey Brodkin4-0/+52
2015-02-09arc: memcmp - fix zero-delay loop utilizationIgor Guryanov1-0/+2
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini10-47/+227
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini7-7/+39
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede2-5/+10
2015-02-02sunxi: rsb: Add sun9i (A80 support)Hans de Goede4-2/+25
2015-02-02sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig optionHans de Goede2-0/+4
2015-01-31Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini2-4/+22
2015-01-30sandbox: Add a -D option to use a default device treeSimon Glass1-0/+20
2015-01-30sandbox: Correct cros-ec keyboard definitionSimon Glass1-4/+2
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini26-912/+270
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini40-165/+215
2015-01-30ARM: armv7 fix spelling of SCTRLPeng Fan2-4/+4
2015-01-30vexpress64: support the Juno Development PlatformLinus Walleij1-0/+4
2015-01-30vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij1-1/+13
2015-01-30MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck12-389/+13
2015-01-30MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck10-10/+8
2015-01-30MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton1-1/+3
2015-01-30MIPS: handle mips64 relocs in mips32 start.SPaul Burton1-2/+17
2015-01-30MIPS: use asm.h macros in mips32 start.SPaul Burton1-55/+61
2015-01-29dm: exynos: dts: Set the offset length for cros_ecSimon Glass1-0/+1
2015-01-29odroid u3: dts: add missing i2c aliasesPrzemyslaw Marczak1-0/+7
2015-01-29exynos5: pinmux: check flag for i2c configPrzemyslaw Marczak2-8/+22
2015-01-29arndale: dts: add missing i2c aliasesPrzemyslaw Marczak1-0/+8
2015-01-29exynos4: dts: add missing i2c propertiesPrzemyslaw Marczak1-8/+16
2015-01-29Export redesignMartin Dorwig1-1/+2
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-1/+1
2015-01-29dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass12-39/+30
2015-01-29dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass18-85/+109
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2-3/+4
2015-01-29dm: zynq: Remove inline gpio functionsSimon Glass1-15/+0
2015-01-29dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass1-4/+5
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass1-1/+10
2015-01-29davinci: Do not duplicate setting of gdTom Rini1-16/+1
2015-01-29omap3: add some MUX definitions for upcoming cairoAlbert ARIBAUD \(3ADEV\)1-2/+49
2015-01-29omap3: mmc: add 1.8v bias setting for MMC1Albert ARIBAUD \(3ADEV\)1-0/+1
2015-01-29omap3: add SDRC settings for Samsung K4X51163PGAlbert ARIBAUD \(3ADEV\)1-0/+43
2015-01-29omap3: make SDRC SHARING setting configurableAlbert ARIBAUD \(3ADEV\)2-1/+6
2015-01-29omap3: enable GP9 timer and UART2Albert ARIBAUD \(3ADEV\)1-0/+9
2015-01-29ARM: OMAP5: DRA7xx: Add support for power rail groupingLubomir Popov3-28/+118
2015-01-29malta: IDE supportPaul Burton1-0/+5
2015-01-29MIPS: clear TagLo select 2 during cache initPaul Burton1-2/+8
2015-01-29MIPS: allow systems to skip loads during cache initPaul Burton2-6/+19
2015-01-29MIPS: inline mips_init_[id]cache functionsPaul Burton1-58/+28
2015-01-29MIPS: refactor cache loops to a macroPaul Burton1-17/+13
2015-01-29MIPS: refactor L1 cache config reads to a macroPaul Burton1-56/+41
2015-01-29MIPS: unify cache initialization codePaul Burton5-224/+15