summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng3-34/+0
2015-12-09x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng1-11/+4
2015-12-09x86: Clean up ivybridge/chrome Kconfig optionsBin Meng1-30/+0
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng2-33/+1
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng1-0/+5
2015-12-09x86: Fix PCI UART compatible string for crownbay and galileoBin Meng2-5/+5
2015-12-08axs10x: add support of generic EHCI USB 2.0 controllerAlexey Brodkin1-0/+6
2015-12-07Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini6-14/+7
2015-12-07zynq: sdhci: Move driver to DMMichal Simek6-8/+5
2015-12-07zynq: sdhci: Remove zynq_sdhci_of_init()Michal Simek1-1/+0
2015-12-07ARM: zynq: Remove unused SERIAL macros for serial_zynqMichal Simek2-5/+0
2015-12-07net: gem: Move driver to DMMichal Simek1-0/+2
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-07am33xx: Update serial pdataTom Rini1-11/+7
2015-12-06dm: tegra: Provide serial platform data for SPLSimon Glass1-1/+1
2015-12-06rpi: get rid of BCM2835_BOARD_REV_* macrosStephen Warren1-28/+0
2015-12-06Change e-mail address of Kamil LulkoKamil Lulko20-20/+20
2015-12-06arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inlineTom Rini1-2/+2
2015-12-06arm: dts: dra7-evm: add chosen node to specify serial console deviceMugunthan V N1-0/+4
2015-12-06arm: dts: omap: add reg-shift to serial device tree nodeMugunthan V N3-0/+22
2015-12-06common: bootm: check return value of strict_strtoulPeng Fan1-1/+4
2015-12-05Merge 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