aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-20ARM: davinci: remove support for cam_enc_4xxMasahiro Yamada1-5/+0
2015-08-19Merge git://git.denx.de/u-boot-usbTom Rini2-0/+6
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese2-0/+6
2015-08-19ARM: dts: Rename memory@0 to memoryMichal Simek4-4/+4
2015-08-19zynqmp: usb: Add usb dwc3 driver support for zynqmpSiva Durga Prasad Paladugu2-0/+6
2015-08-19ARM: zynq: drop "optional" from board select in favor of ZC702Masahiro Yamada1-1/+1
2015-08-19ARM: zynqmp: Add platform specific arch_get_page_tableMichal Simek1-0/+5
2015-08-19zynqmp: Enable U-Boot run in EL3Michal Simek2-0/+8
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada9-17/+11
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada4-14/+0
2015-08-18lpc32xx: add common USB OHCI defines for all LPC32xx boardsVladimir Zapolskiy1-0/+9
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux3-0/+19
2015-08-18lpc32xx: move common SLC NAND defines to arch/config.hVladimir Zapolskiy1-0/+29
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux4-0/+78
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini9-0/+205
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini56-7/+5
2015-08-17ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspiVignesh R1-0/+5
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R1-0/+2
2015-08-17ARM: AM43XX: Add functions to enable and disable EDMA3 clocksVignesh R1-0/+36
2015-08-17ARM: OMAP5: Add functions to enable and disable EDMA3 clocksVignesh R3-0/+52
2015-08-17ARM: OMAP5: Add support for disabling clocks in ubootKishon Vijay Abraham I2-0/+57
2015-08-17ARM: AM43xx: Add support for disabling clocks in ubootKishon Vijay Abraham I2-0/+53
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert1-8/+0
2015-08-17arm: mvebu: Add complete SDRAM ECC scrubbingStefan Roese2-6/+139
2015-08-17arm: mvebu: dram.c: Rework dram_init() and dram_init_banksize()Stefan Roese1-9/+21
2015-08-17arm: mvebu: Display ECC enabled / disabled upon bootupStefan Roese1-0/+19
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese2-0/+44
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese4-2/+40
2015-08-17arm: mvebu: Disable MBUS error propagationStefan Roese2-0/+6
2015-08-17arm: mvebu: Flush caches and disable MMU only on A38xStefan Roese1-7/+19
2015-08-17arm: mvebu: Setup the MBUS bridge registersStefan Roese2-0/+58
2015-08-17arm: mvebu: Change MBUS base addresses and sizesStefan Roese2-10/+16
2015-08-17arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INITStefan Roese2-4/+0
2015-08-17arm: lpc32xx: gpio macro for pin mappingSylvain Lemieux1-0/+40
2015-08-17lpc32xx: cpu: add support for soft resetSylvain Lemieux1-6/+17
2015-08-17arm: lpc32xx: mux: add missing registersSylvain Lemieux2-1/+18
2015-08-17ARM: exynos: fix regression for Origen4210Thomas Abraham2-4/+2
2015-08-17ARM: exynos: move SoC sources to mach-exynosThomas Abraham56-3/+3
2015-08-14Merge git://git.denx.de/u-boot-x86Tom Rini22-189/+386
2015-08-14x86: minnowmax: Define and enable interrupt setupSimon Glass1-3/+66
2015-08-14x86: Return -1 when reading a PCI config register failsSimon Glass1-3/+6
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass2-12/+1
2015-08-14x86: Set APs' req_seq to the reg number from device treeBin Meng1-0/+7
2015-08-14x86: Show the un-relocated IP address in exceptionsSimon Glass1-0/+2
2015-08-14x86: Switch to using generic global_data setupSimon Glass2-83/+16
2015-08-14x86: Move the GDT into global_dataSimon Glass2-5/+8
2015-08-14x86: Remove init_gd() functionSimon Glass1-1/+0
2015-08-14x86: baytrail: Support running as an EFI payloadSimon Glass1-0/+2
2015-08-14x86: baytrail: Tidy up interrupt and FSP initSimon Glass1-1/+8
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass6-19/+18