summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada55-99/+74
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada23-32/+17
2015-08-18fdtdec: fix OF_CONTROL switchMasahiro Yamada1-1/+1
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada7-16/+13
2015-08-18led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entriesMasahiro Yamada1-2/+1
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada2-2/+2
2015-08-18ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entriesMasahiro Yamada1-2/+1
2015-08-18ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada2-2/+2
2015-08-18clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entriesMasahiro Yamada1-2/+1
2015-08-18clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLKMasahiro Yamada2-2/+2
2015-08-18dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entriesMasahiro Yamada1-2/+2
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada3-31/+39
2015-08-18linux/kconfig.h: add CPP macros useful for per-image config optionsMasahiro Yamada2-0/+74
2015-08-18kbuild: add a makefile macro useful with per-image config optionsMasahiro Yamada1-0/+6
2015-08-18kbuild: fixdep: optimize code slightlyMasahiro Yamada1-3/+4
2015-08-18fs-test.sh: minor fixesStephen Warren1-3/+3
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11
2015-08-18lpc32xx: add common USB OHCI defines for all LPC32xx boardsVladimir Zapolskiy1-0/+9
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux5-0/+251
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux1-3/+17
2015-08-18nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux1-1/+17
2015-08-18nand: lpc32xx: add hardware ECC supportSylvain Lemieux1-4/+409
2015-08-18lpc32xx: move common SLC NAND defines to arch/config.hVladimir Zapolskiy2-11/+32
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux6-0/+226
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini18-10/+349
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini57-8/+6
2015-08-18Prepare v2015.10-rc2Tom Rini1-1/+1
2015-08-18Merge git://git.denx.de/u-boot-marvellTom Rini19-56/+855
2015-08-18Revert "Align global_data to a 16-byte boundary"Simon Glass2-3/+1
2015-08-17ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspiVignesh R2-0/+7
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R1-0/+25
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R2-0/+80
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini2-1/+10
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-17env: use cache line aligned memory for flash readRavi Babu1-5/+6
2015-08-17sf: allocate cache aligned buffers to copy from flashRavi Babu1-3/+3
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com1-1/+1
2015-08-17arm: mvebu: db-88f6820-gp: Enable PCI supportStefan Roese2-0/+15
2015-08-17arm: mvebu: db-mv784mp-gp: Enable PCI supportStefan Roese2-0/+15
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert3-8/+424
2015-08-17arm: mvebu: Add complete SDRAM ECC scrubbingStefan Roese4-8/+141
2015-08-17arm: mvebu: dram.c: Rework dram_init() and dram_init_banksize()Stefan Roese1-9/+21
2015-08-17arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiBStefan Roese3-3/+18
2015-08-17arm: mvebu: Display ECC enabled / disabled upon bootupStefan Roese1-0/+19
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert2-8/+12
2015-08-17arm: mvebu: db-mv785mp-gp: Add USB/EHCI supportStefan Roese1-0/+7
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese3-1/+52