summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2-3/+15
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass1-28/+13
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng3-4/+1
2015-08-14x86: baytrail: Configure FSP UPD from device treeAndrew Bradford3-30/+226
2015-08-14sun6i: clock: Add support for the mipi pllHans de Goede3-0/+70
2015-08-14sunxi: clock: Add clock_get_pll3() helper functionHans de Goede4-0/+29
2015-08-14sunxi: Fix gmac not working on the Colombus boardHans de Goede1-0/+12
2015-08-14sunxi: Add support for the Auxtek-T003 HDMI stickHans de Goede2-0/+160
2015-08-14sunxi: dts: Sync with kernelHans de Goede32-39/+910
2015-08-14sunxi: display: Fix composite video out on sun5iHans de Goede2-1/+16
2015-08-13ARM: tegra: represent RAM in 1 or 2 banksStephen Warren1-14/+106
2015-08-13ARM: tegra: query_sdram_size() cleanupStephen Warren1-4/+10
2015-08-13tegra: Correct logic for reading pll_misc in clock_start_pll()Simon Glass3-13/+31