upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
365 B
12 lines
365 B
|
|
config STM32MP1_DDR
|
|
bool "STM32MP1 DDR driver"
|
|
depends on DM && OF_CONTROL && ARCH_STM32MP
|
|
select RAM
|
|
select SPL_RAM if SPL
|
|
default y
|
|
help
|
|
activate STM32MP1 DDR controller driver for STM32MP1 soc
|
|
family: support for LPDDR2, LPDDR3 and DDR3
|
|
the SDRAM parameters for controleur and phy need to be provided
|
|
in device tree (computed by DDR tuning tools)
|
|
|