commit | b3f351f1bc1e8f8395deacb50b4213b451304ff1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:13 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:23:15 2023 +0800 |
tree | f7b265d83a64c1e39c9f9e9dffede6a5041fa378 | |
parent | 6ca34be8fab9e9635b89846a09d4fe95b005172a [diff] |
x86: Make sure that the LPC is active before SDRAM init Some boards need to access GPIOs to determine which SDRAM is fitted to the board, for example chromebook_link. Probe this device (if it exists) to make sure that this works as expected. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>