aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-12-07arm: socfpga: Remove cpu_mmc_init()Marek Vasut1-11/+0
2015-12-07arm: socfpga: Add SoCFPGA SR1500 boardStefan Roese3-1/+110
2015-12-06am33xx: Update serial pdataTom Rini1-11/+7
2015-12-05dm: tegra: Provide serial platform data for SPLSimon Glass1-1/+1
2015-12-05rpi: get rid of BCM2835_BOARD_REV_* macrosStephen Warren1-28/+0
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko20-20/+20
2015-12-05arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inlineTom Rini1-2/+2
2015-12-05arm: dts: dra7-evm: add chosen node to specify serial console deviceMugunthan V N1-0/+4
2015-12-05arm: dts: omap: add reg-shift to serial device tree nodeMugunthan V N3-0/+22
2015-12-05common: bootm: check return value of strict_strtoulPeng Fan1-1/+4
2015-12-04Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini26-964/+551
2015-12-04Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-3/+18
2015-12-03sparc: Remove non-generic board init files: board.c, time.cFrancois Retief9-662/+7
2015-12-03sparc: leon3: Added busy wait function, made wait_ms() work when IRQ is disabledDaniel Hellstrom1-2/+30
2015-12-03sparc: leon3: Added CPU count and frequency detection.Daniel Hellstrom2-1/+58
2015-12-03sparc: Removed USB stop from linux bootm, arch-independent bootm stop USBDaniel Hellstrom1-8/+0
2015-12-03sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boardsFrancois Retief2-0/+20
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief4-28/+32
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief5-74/+104
2015-12-03sparc: leon2: Updates for generic board initializationFrancois Retief2-75/+107
2015-12-03sparc: leon3: Updates for generic board initializationFrancois Retief2-116/+143
2015-12-03sparc: leon3: Clear all unused GPTIMER registers.Daniel Hellstrom1-1/+9
2015-12-03sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() functionFrancois Retief2-5/+6
2015-12-03sparc: leon3: Move snoop detection from startup.S to arch_cpu_init()Francois Retief4-21/+21
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief8-25/+41
2015-12-03sparc: Fix whitespace in cpu/leon2/cpu_init.cFrancois Retief1-5/+5
2015-12-03sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEXFrancois Retief1-0/+5
2015-12-03sparc: Serial baud rate register support multiple buses with different frequencyDaniel Hellstrom3-4/+16
2015-12-03sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failureFrancois Retief1-0/+1
2015-12-03sparc: Added function that checks if IRQ is on or offDaniel Hellstrom2-0/+10
2015-12-03sparc: Remove version_string variable from start.S fileFrancois Retief2-21/+6
2015-12-03sparc: Move SYS_SPARC_NWINDOWS to KconfigFrancois Retief2-0/+14
2015-12-01Revert "rockchip: Reconfigure the malloc based to point to system memory"Sjoerd Simons1-7/+0
2015-12-01rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip KconfigAriel D'Alessandro1-0/+3
2015-12-01rockchip: Add max spl size & spl header configsJeffy Chen3-0/+27
2015-12-01rockchip: Add basic support for evb-rk3036 boardhuang lin3-1/+62
2015-12-01rockchip: rk3036: Add core Soc start-up codehuang lin7-2/+104
2015-12-01rockchip: add rk3036 sdram driverhuang lin3-0/+1107
2015-12-01rockchip: add early uart driverhuang lin3-0/+108
2015-12-01rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin1-0/+1
2015-12-01rockchip: rk3036: Add a simple syscon driverhuang lin2-1/+22
2015-12-01rockchip: rk3036: Add Soc reset driverhuang lin2-0/+55
2015-12-01rockchip: rk3036: Add header files for GRFhuang lin1-0/+493
2015-12-01rockchip: rk3036: Add clock driverhuang lin1-0/+168
2015-12-01rockchip: Bring in RK3036 device tree file includes and bindingshuang lin1-0/+427
2015-12-01rockchip: add config decide whether to build common.chuang lin1-1/+1
2015-12-01rockchip: rename board-spl.c to rk3288-board-spl.chuang lin2-1/+1
2015-12-01rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfighuang lin2-3/+3
2015-12-01rockchip: add timer driverhuang lin4-19/+73
2015-12-01ARM: mxs: fix VDDD brownout settingMichael Heimpold1-2/+2