summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-12-03arm: omap5: Add OPTEE node to fdtAndrew F. Davis1-1/+34
2016-12-03arm: omap5: Add TEE loading supportHarinarayan Bhatta2-0/+114
2016-12-03arm: omap5: Add function to make an SMC call on cpu1Harinarayan Bhatta3-0/+125
2016-12-03davinci: omapl138_lcdk: configure ddr2Fabien Parent1-0/+1
2016-12-03davinci: omapl138_lcdk: configure pll0Fabien Parent1-0/+1
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to KconfigFabien Parent1-0/+7
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to KconfigFabien Parent1-0/+7
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon5-8/+8
2016-12-03ARM: K2G: DDR3: Fix up priv ID for MPUNishanth Menon1-4/+19
2016-12-03sh: generate position independent code for all platformsVladimir Zapolskiy2-1/+2
2016-12-03sh: share the correct version of start.S among all cpusVladimir Zapolskiy8-135/+9
2016-12-03sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy1-12/+11
2016-12-03sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy4-18/+18
2016-12-03sh: add common dram_init() function for all boardsVladimir Zapolskiy2-1/+18
2016-12-03sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy1-16/+16
2016-12-03sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2-6/+1
2016-12-03sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy1-1/+1
2016-12-03sh4: use single u-boot linker script for all boardsVladimir Zapolskiy1-0/+4
2016-12-03sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy1-10/+0
2016-12-03sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy3-39/+36
2016-12-03sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy1-5/+3
2016-12-03sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy1-37/+2
2016-12-03sh3: remove unused cache.c file from being builtVladimir Zapolskiy2-97/+1
2016-12-03sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy1-1/+1
2016-12-03sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy1-1/+1
2016-12-02ARM: zynq: Enable SD1 and qspi for picozed boardSiva Durga Prasad Paladugu1-0/+12
2016-12-02ARM64: zynqmp: List secondary software boot modesMichal Simek3-0/+15
2016-12-02ARM64: zynqmp: Force certain bootmode for SPLMichal Simek1-1/+1
2016-12-01arm: mvebu: move SYS_MVEBU_PLL_CLOCK to KconfigChris Packham2-3/+6
2016-12-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini16-63/+582
2016-11-30MIPS: Fix map_physmem for cached mappingsPaul Burton1-1/+1
2016-11-30MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton1-1/+1
2016-11-30mips: Let cache.h be included from assembly sourceMarek Vasut1-0/+2
2016-11-30MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck5-0/+344
2016-11-30MIPS: reserve space for exception vectorsDaniel Schwierzeck2-0/+20
2016-11-30MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck2-0/+66
2016-11-30MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck2-0/+18
2016-11-30MIPS: factor out code for initial stack and global dataDaniel Schwierzeck1-26/+30
2016-11-30MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck2-24/+51
2016-11-30MIPS: fix ROM exception vectorsDaniel Schwierzeck1-10/+19
2016-11-30MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck4-3/+32
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini11-54/+174
2016-11-30imx6: clock: Enable External Memory Interface [EIM] clock (eim_slow_clock)Lukasz Majewski2-0/+15
2016-11-30mx6sx: Add initial support for Samtec VIN|ING 2000 boardChristoph Fritz1-0/+7
2016-11-30Merge git://git.denx.de/u-boot-mpc85xxTom Rini30-381/+545
2016-11-29mx6sx: Add initial support for UDOO Neo BoardBreno Lima1-0/+5
2016-11-29ARM: ts4600: add basic board supportSebastien Bourdelin1-0/+6
2016-11-29ARM: mx6: ddr: use Kconfig for inclusion of DDR calibration routinesEric Nelson3-3/+10
2016-11-29mx6: ddr: add routine to return DDR calibration dataEric Nelson2-0/+25
2016-11-29mx6: ddr: pass mx6_ddr_sysinfo to calibration routinesEric Nelson2-44/+58