summaryrefslogtreecommitdiffstats
path: root/board/st/stv0991
Commit message (Collapse)AuthorAgeFilesLines
* stv0991: configure clock & pad muxing for qspiVikas Manocha2015-07-031-0/+8
| | | | | | | | stv0991 has cadence qspi controller for flash interfacing, this patch configures the device pads & clock for the controller. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Jagannadh Teki <jteki@openedev.com>
* stv0991: use fdt for serial port platform dataVikas Manocha2015-05-101-0/+2
| | | | | | | | This patch ignores the serial port static platform data at compilation time in case of device tree control. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass2015-04-181-1/+1
| | | | | | | | | | Move this to Kconfig and clean up board config files that use it. Also rename it to CONFIG_ETH_DESIGNWARE to fit with the naming that exists in drivers/net/Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org> Version 1: Acked-by: Joe Hershberger <joe.hershberger@ni.com>
* ARM: remove redudant information from Kconfig filesMasahiro Yamada2015-01-121-8/+0
| | | | | | | | | - "string" type for SYS_* is defined in arch/Kconfig - SYS_CPU "armv7" has been replaced with "select CPU_V7" - SYS_SOC "tegra124" is already defined in tegra124/Kconfig Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Bo Shen <voice.shen@atmel.com>
* stv0991: record defconfig ownership in MAINTAINERSMasahiro Yamada2015-01-121-0/+1
| | | | | | | | This commit fixes warnings reported by tools/genboardscfg.py. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Vikas Manocha <vikas.manocha@st.com> Acked-by: Vikas Manocha <vikas.manocha@st.com>
* dm: stv0991: Move serial to driver modelVikas Manocha2014-12-091-0/+13
| | | | Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* stv0991: enable ethernet supportVikas Manocha2014-12-091-0/+37
| | | | Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* stv0991: Add basic stv0991 architecture supportVikas Manocha2014-12-094-0/+90
stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha <vikas.manocha@st.com> [trini: Add arch/arm/cpu/armv7/Makefile hunk] Signed-off-by: Tom Rini <trini@ti.com>
OpenPOWER on IntegriCloud