commit | f3a2c5a0e0abf91fec5a0da18364e9bef2ef2d25 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 24 08:13:27 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 08:13:27 2019 -0400 |
tree | e9e7f1255f290783c4f748983debbf832495764e | |
parent | 831d47e9616c69f699f2a9ff165c3cb9f0492700 [diff] | |
parent | 2f91e614acc151a820d31753b1ddc9d1417ef8bd [diff] |
Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot - Add various STM32MP1 fixes for serial, env, clk, board, i2c ... - Add STM32MP1 DDR driver update: These update introduce the DDR interactive mode described in: https://wiki.st.com/stm32mpu/index.php/U-Boot_SPL:_DDR_interactive_mode This mode is used by the CubeMX: DDR tuning tool. https://wiki.st.com/stm32mpu/index.php/STM32CubeMX The DDR interactive mode is NOT activated by default because it increase the SPL size and slow down the boot time (200ms wait added).