Simon Glass
a5d67547dd
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
...
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
Signed-off-by: Simon Glass <sjg@chromium.org >
2017-01-25 17:38:32 -05:00
Toshifumi NISHINAGA
25c1b1353c
stm32: Add SDRAM support for stm32f746 discovery board
...
This patch adds SDRAM support for stm32f746 discovery board.
This patch depends on previous patch.
This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com >
2016-07-14 18:22:43 -04:00
Toshifumi NISHINAGA
ba0a3c16e0
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
...
This patch adds 200MHz clock configuration for stm32f746 discovery board.
This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com >
2016-07-14 18:22:41 -04:00
Heiko Schocher
bb597c0eeb
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
...
move CONFIG_BOOTDELAY into a Kconfig option. Used for this
purpose the moveconfig.py tool in tools.
Signed-off-by: Heiko Schocher <hs@denx.de >
Reviewed-by: Tom Rini <trini@konsulko.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Igor Grinberg <grinberg@compulab.co.il >
2016-06-09 13:53:05 -04:00
Tom Rini
78d1e1d0a1
configs: Re-sync almost all of cmd/Kconfig
...
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-25 15:09:40 -04:00
Tom Rini
adad96e60d
configs: Re-sync HUSH options
...
Move all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Remove
all cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-25 14:22:43 -04:00
Michal Simek
5375389fe3
kconfig: Move CONFIG_OF_LIBFDT to Kconfig
...
This patch follows work done by:
"Move CONFIG_OF_LIBFDT to Kconfig"
(sha1: 69e173eb57
)
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
[trini: Add xpress* to the patch]
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-18 17:11:17 -04:00
Vikas Manocha
adcc90b401
stm32f746-disco: enable flash support
...
This patch enables embedded flash for stm32f746 discovery board.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com >
2016-03-26 18:49:28 -04:00
Vikas Manocha
e66c49fa93
stm32: add support for stm32f7 & stm32f746 discovery board
...
This patch adds support for stm32f7 family & stm32f746 board.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com >
2016-02-24 18:43:57 -05:00