aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-01-24x86: Implement a cache for Memory Reference Code parametersSimon Glass5-0/+464
2015-01-24x86: dts: Add SPI flash MRC details for chromebook_linkSimon Glass1-1/+14
2015-01-24x86: Use ipchecksum from net/Simon Glass4-97/+4
2015-01-23x86: Fix various code format issues in start16.SBin Meng1-10/+10
2015-01-23x86: Test mtrr support flag before accessing mtrr msrBin Meng3-2/+19
2015-01-23x86: Save mtrr support flag in global dataBin Meng2-6/+14
2015-01-23x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.cBin Meng1-0/+2
2015-01-23x86: Fix out of bounds irq handlers accessSebastien Ronsse1-1/+1
2015-01-23x86: Support ROMs on other archsSimon Glass1-0/+2
2015-01-23powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200Masahiro Yamada2-30/+0
2015-01-23powerpc: mpc5xxx: PM520 board supportMasahiro Yamada1-4/+0
2015-01-23powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada1-4/+0
2015-01-23powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada1-7/+0
2015-01-23powerpc: mpc85xx: remove P2020DS board supportMasahiro Yamada1-4/+0
2015-01-23powerpc: mpc85xx: remove P2020COME board supportMasahiro Yamada1-4/+0
2015-01-23powerpc: mpc85xx: remove P1_P2_RDB boardsMasahiro Yamada1-6/+0
2015-01-23powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS supportMasahiro Yamada1-8/+0
2015-01-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini14-157/+620
2015-01-22Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini10-65/+80
2015-01-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini12-1126/+128
2015-01-22Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini8-121/+206
2015-01-23ARM: UniPhier: add SG_MEMCONF macros for DDR channel 2Masahiro Yamada1-0/+44
2015-01-23ARM: UniPhier: rename SG_MEMCONF_* macros for readabilityMasahiro Yamada1-20/+20
2015-01-23ARM: UniPhier: use <linux/sizes.h> for readabilityMasahiro Yamada1-12/+13
2015-01-23ARM: UniPhier: remove non-sense inline directivesMasahiro Yamada3-6/+6
2015-01-23ARM: UniPhier: add static to local functionsMasahiro Yamada6-15/+15
2015-01-23ARM: UniPhier: fix IECTRL set code for PH1-Pro4Masahiro Yamada1-1/+1
2015-01-23ARM: UniPhier: describe init_page_table shorterMasahiro Yamada2-1069/+26
2015-01-23ARM: UniPhier: fix comments in SoC Glue init functionMasahiro Yamada2-2/+2
2015-01-23ARM: UniPhier: remove __packed that causes a problem on GCC 4.9Masahiro Yamada1-1/+1
2015-01-22Merge branch 'next' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+5
2015-01-22Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2015-01-22sunxi: Hookup OTG USB controller supportHans de Goede1-0/+2
2015-01-22sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede2-0/+120
2015-01-22sunxi: Stop differentiating between 512M and 1G variants of the same boardHans de Goede1-1/+1
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede1-2/+6
2015-01-22sun9i: Add sun9i (A80) clock setup supportHans de Goede2-0/+69
2015-01-22sun9i: Add clock_sun9i.h with ccu register layout for sun9iHans de Goede2-0/+141
2015-01-22sun9i: Add cpu_sun9i.h with iomem definesHans de Goede2-0/+112
2015-01-22sunxi: Rename cpu.h to cpu_sun4i.hHans de Goede2-145/+157
2015-01-22sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headersHans de Goede3-4/+12
2015-01-22sunxi: Drop pll6 setting from clock_init_uartHans de Goede1-4/+1
2015-01-22sunxi: display: Make lcd display clk phase configurableHans de Goede1-3/+1
2015-01-21sunxi: Restore lowlevel_init usageHans de Goede1-21/+21
2015-01-21arch/powerpc: Initialize VSC9953 L2 SwitchCodrin Ciubotariu1-0/+5
2015-01-21MIPS: add support for pre-relocation mallocDaniel Schwierzeck3-4/+46
2015-01-21MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2-2/+12
2015-01-21MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACEDaniel Schwierzeck1-0/+4
2015-01-21MIPS: replace $(CPU) with Kconfig symbolsDaniel Schwierzeck2-2/+12
2015-01-21MIPS: use common code from lib/time.cThomas Langer2-110/+8