index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
configs
/
stm32f429-discovery.h
Age
Commit message (
Expand
)
Author
2019-11-20
env: Finish migration of common ENV options
Tom Rini
2018-08-17
Convert CONFIG_MISC_INIT_R to Kconfig
Adam Ford
2018-08-16
configs: Migrate CONFIG_NR_DRAM_BANKS
Tom Rini
2018-08-13
configs: stm32f4xx: Remove CONFIG_SYS_RAM_FREQ_DIV
Patrice Chotard
2018-08-13
configs: stm32f4xx: Enable ICACHE and DCACHE
Patrice Chotard
2018-08-13
configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CS
Patrice Chotard
2018-08-13
configs: stm32fxxx: Remove CONFIG_SYS_CLK_FREQ
Patrice Chotard
2018-08-13
board: stm32: use bi_dram[0].start instead of hardcoded value
Patrice Chotard
2018-05-26
ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at booting
Radoslaw Pietrzyk
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-09
ARM: Drop unreferenced CONFIG_* defines named after boards
Tuomas Tynkkynen
2018-02-23
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
Adam Ford
2018-02-11
configs: Migrate CONFIG_SYS_TEXT_BASE
Tom Rini
2018-02-08
configs: stm32: Enable CONFIG_ENV_VARS_UBOOT_CONFIG
Patrice Chotard
2018-01-28
configs: stm32f: Remove STM32_HSE_HZ for all STM32F series
Patrice Chotard
2018-01-10
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
Patrice Chotard
2018-01-10
board: stm32f429-disco: switch to DM STM32 serial driver
Patrice Chotard
2018-01-10
board: stm32f429-discovery: switch to DM STM32 sdram driver
Patrice Chotard
2017-09-03
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
Thomas Petazzoni
2017-09-03
include/configs: drop default definitions of CONFIG_SYS_PBSIZE
Thomas Petazzoni
2017-08-14
common: Move CONFIG_BOOTARGS to Kconfig
Sam Protsenko
2017-08-11
Kconfig: Drop CONFIG_CMD_MEM
Simon Glass
2017-07-25
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
Simon Glass
2017-04-06
Remove various unused interrupt related code
Tom Rini
2017-03-19
Kconfig: Migrate CONFIG_BAUDRATE
Philipp Tomsich
2017-03-18
arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
Tom Rini
2017-01-25
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
Simon Glass
2017-01-21
status_led: Kconfig migration
Uri Mashiach
2016-06-13
ARM: stm32: remove unused CONFIG_AUTOBOOT
Masahiro Yamada
2016-06-09
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
Heiko Schocher
2016-04-25
configs: Re-sync almost all of cmd/Kconfig
Tom Rini
2016-04-25
configs: Re-sync HUSH options
Tom Rini
2016-03-26
stm32: stm32f4: move flash driver to mtd driver location
Vikas Manocha
2016-03-14
Move CONFIG_OF_LIBFDT to Kconfig
Simon Glass
2016-01-20
stm32: move stm32 specific code to mach-stm32
Vikas Manocha
2015-12-12
stm32: Convert serial driver to DM
Kamil Lulko
2015-11-10
stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
Albert ARIBAUD
2015-10-24
arm, powerpc: select SYS_GENERIC_BOARD
Masahiro Yamada
2015-08-13
kconfig: add config option for shell prompt
Nikita Kiryanov
2015-07-27
stm32f429: use 180 MHz system clock
Antonio Borneo
2015-07-27
stm32f429: pass the device unique ID in DTB
Antonio Borneo
2015-07-27
stm32f429-discovery: Use ttyS0 as the console device
rev13@wp.pl
2015-07-08
stm32f4: fix gpio description in comment
Antonio Borneo
2015-07-08
stm32f4: fix minor typo in comment
Antonio Borneo
2015-06-25
Move defaults from config_cmd_default.h to Kconfig
Joe Hershberger
2015-05-10
stm32f4: add serial print port
kunhuahuang
2015-04-22
stm32f4: Add support for stm32f429-discovery board
rev13@wp.pl