aboutsummaryrefslogtreecommitdiff
path: root/include/configs/socfpga_common.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-22arm: socfpga: Enable DFU MMC support only if DM_MMC is enabledMarek Vasut1-0/+2
2015-12-22arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabledMarek Vasut1-0/+4
2015-12-22arm: socfpga: Enable ubi and ubifs supportChin Liang See1-0/+8
2015-12-22arm: socfpga: Enabling MTD default partitionsChin Liang See1-1/+24
2015-12-22arm: socfpga: Consolidate SDMMC environmentChin Liang See1-0/+6
2015-12-22net: eth_designware: select PHYLIB in KconfigThomas Chou1-1/+0
2015-12-20arm: socfpga: fix trivial header preprocessor for socfpga_common.hDinh Nguyen1-3/+3
2015-12-20arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDRDinh Nguyen1-7/+0
2015-12-20arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARDMarek Vasut1-0/+4
2015-12-20arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDORMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut1-1/+1
2015-11-30mmc: socfpga_dw_mmc: Move drvsel and smplsel to dtsChin Liang See1-2/+0
2015-11-25sf: Move SPI flash drivers to defconfigBin Meng1-3/+0
2015-11-25spi: Move SPI drivers to defconfigBin Meng1-2/+0
2015-11-21ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou1-1/+0
2015-10-24arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada1-1/+0
2015-09-24arm: socfpga: Enable saveenv for SD/MMCDinh Nguyen1-1/+0
2015-09-23arm: socfpga: Fix cache configurationStefan Roese1-1/+0
2015-09-04arm: socfpga: Zap OF_CONTROL checks, it's always enabledMarek Vasut1-4/+3
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-08-08arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD usefulMarek Vasut1-0/+4
2015-08-08arm: socfpga: config: Enable CONFIG_SPI_FLASH_BARMarek Vasut1-0/+1
2015-08-08arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL buildMarek Vasut1-0/+2
2015-08-08arm: socfpga: config: Zap incorrect config optionsMarek Vasut1-7/+2
2015-08-08arm: socfpga: config: Move SPL GD and malloc to RAMMarek Vasut1-6/+8
2015-08-08arm: socfpga: misc: Export bootmode into environment variableMarek Vasut1-0/+1
2015-08-08arm: socfpga: spl: Add support for booting from QSPIMarek Vasut1-0/+9
2015-08-08arm: socfpga: spl: Add support for booting from SD/MMCMarek Vasut1-0/+14
2015-08-08arm: socfpga: spl: Remove custom linker scriptMarek Vasut1-3/+0
2015-08-08arm: socfpga: spl: Merge spl_board_init() into board_init_f()Marek Vasut1-1/+0
2015-08-08arm: socfpga: enable the Altera SDRAM controller driverDinh Nguyen1-0/+5
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski1-3/+3
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger1-2/+0
2015-06-02configs: remove CONFIG_NET_MULTILars Poeschel1-1/+0
2015-05-07ARM: socfpga: abolish CONFIG_SOCFPGAMasahiro Yamada1-2/+0
2015-05-07ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada1-1/+1
2015-04-21arm: socfpga: spl: Adjust the SYS_INIT_RAM_SIZE to have room for the spl mallocDinh Nguyen1-1/+1
2015-04-21arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.hDinh Nguyen1-0/+5
2015-04-21arm: socfpga: spl: Add CONFIG_SPL_MAX_SIZE to be 64KBDinh Nguyen1-0/+1
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass1-1/+0
2015-03-04arm: socfpga: Zap board_early_init_f()Marek Vasut1-1/+0
2015-03-04arm: socfpga: Zap checkboard()Marek Vasut1-1/+1
2015-02-12dm: socfpga: Move driver model CONFIGs to KconfigSimon Glass1-7/+0
2014-12-21arm: socfpga: Change watchdog timeoutStefan Roese1-1/+1
2014-12-06arm: socfpga: DW_SPI: Remove clock info from config headerStefan Roese1-4/+0
2014-12-06arm: socfpga: Add Designware (DW) SPI support to config headerStefan Roese1-0/+12
2014-12-06arm: socfpga: Add Cadence QSPI support to config headerStefan Roese1-1/+24
2014-11-20ARM: remove CONFIG_ARMV7 definesMasahiro Yamada1-1/+0
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+46
2014-11-07arm: socfpga: Add example UDC configMarek Vasut1-1/+29