index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
configs
/
stm32f429-discovery.h
Age
Commit message (
Expand
)
Author
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