aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini10-7/+364
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini2-4/+11
2014-11-25sun6i: Drop some "unknown magic" from dram initHans de Goede1-3/+0
2014-11-25sun6i: Add gmac support for sun6i boardsHans de Goede3-0/+13
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+2
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen1-0/+185
2014-11-25sunxi: Add video pll clock functionsHans de Goede5-1/+161
2014-11-25sun4i: Rename dram_clk_cfg to dram_clk_gateHans de Goede2-3/+3
2014-11-24Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-5/+66
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini18-73/+277
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini6-2/+46
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini57-175/+6391
2014-11-24arm: imx: stop sata on bootNikita Kiryanov1-2/+6
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov1-0/+5
2014-11-24arm: mx6: introduce disable_sata_clockNikita Kiryanov2-0/+9
2014-11-24ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede2-5/+37
2014-11-24ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt optionsHans de Goede3-0/+29
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2-10/+11
2014-11-23tegra: do not descend into empty directoriesMasahiro Yamada4-54/+0
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada10-14/+60
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2-7/+7
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada11-0/+22
2014-11-23ARM: bcm: Enable five Cygnus boardsSteve Rae1-6/+6
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada13-27/+37
2014-11-21mx6: thermal: Check cpu temperature via thermal sensorYe.Li2-0/+36
2014-11-21mx6: clock: Add thermal clock enable functionNitin Garg2-0/+31
2014-11-21dm: arm: spl: Make driver model linker lists availableSimon Glass1-0/+7
2014-11-21dm: arm: spl: Allow simple malloc() in SPLSimon Glass1-1/+1
2014-11-21dm: at91: Add driver model support for the serial driverSimon Glass1-0/+15
2014-11-21dm: at91: Add platform data for GPIO on at91sam9260-based boardsSimon Glass2-1/+17
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass1-0/+6
2014-11-21x86: Rename chromebook-x86 to corebootSimon Glass1-1/+1
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass19-5/+1861
2014-11-21x86: ivybridge: Add LAPIC supportSimon Glass3-0/+163
2014-11-21x86: Make show_boot_progress() commonSimon Glass2-24/+24
2014-11-21x86: chromebook_link: Enable GPIO supportSimon Glass1-0/+3
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass4-6/+158
2014-11-21x86: ivybridge: Add early init for PCH devicesSimon Glass7-1/+524
2014-11-21x86: dts: Add microcode updates for ivybridge CPUSimon Glass3-0/+1382
2014-11-21x86: ivybridge: Perform Intel microcode update on bootSimon Glass4-0/+177
2014-11-21x86: ivybridge: Check BIST value on bootSimon Glass1-0/+16
2014-11-21x86: ivybridge: Perform initial CPU setupSimon Glass4-0/+274
2014-11-21x86: Add msr read/write functions that use a structureSimon Glass1-0/+19
2014-11-21x86: Add clr/setbits functionsSimon Glass1-0/+49
2014-11-21x86: Tidy up coreboot header usageSimon Glass3-6/+6
2014-11-21x86: ivybridge: Add early LPC init so that serial worksSimon Glass5-0/+110
2014-11-21x86: pci: Allow configuration before relocationSimon Glass2-0/+63
2014-11-21x86: ivybridge: Enable PCI in early initSimon Glass3-0/+67
2014-11-21x86: Support use of PCI before relocationSimon Glass3-0/+31
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass4-15/+46