]> Git Repo - u-boot.git/commit
x86: Make sure that the LPC is active before SDRAM init
authorSimon Glass <[email protected]>
Sun, 16 Jul 2023 03:39:13 +0000 (21:39 -0600)
committerBin Meng <[email protected]>
Mon, 17 Jul 2023 09:23:15 +0000 (17:23 +0800)
commitdac1fa5c197ae30a60b2ce7489051359b9c8ebea
treef7b265d83a64c1e39c9f9e9dffede6a5041fa378
parentdf1bb2cb0b57be734cfc70f5ab7e4712a32ee83f
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/x86/lib/spl.c
This page took 0.03309 seconds and 4 git commands to generate.