diff options
| author | Tom Rini <trini@konsulko.com> | 2024-12-17 10:22:15 -0600 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-01-14 14:47:03 -0600 | 
| commit | 5c72a2afbfedeffefe48d1b67c7effb379f90669 (patch) | |
| tree | 13c83f14a02e0fcf56d567cd4b931df803e8ae7e /doc/board/google | |
| parent | 079214e4beea2deac88f3ceaeda56b6914190aec (diff) | |
chromebook_coral: Move CONFIG_BLOBLIST_ADDR to CAR
Reading doc/board/google/chromebook_coral.rst we can see that at some
point it was intended to put the bloblist in CAR, rather than DRAM, at
some point during development. This is fine for TPL/SPL stages where we
have very minimal information stored in the bloblist and so we can set
the limit there to 4KiB and then expand it to 196KiB in U-Boot proper so
there's room for ACPI tables and so forth. We also update the
documentation to use the same location for CONFIG_BLOBLIST_ADDR in both
references.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/board/google')
| -rw-r--r-- | doc/board/google/chromebook_coral.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/board/google/chromebook_coral.rst b/doc/board/google/chromebook_coral.rst index 1eda769c752..b48afb27938 100644 --- a/doc/board/google/chromebook_coral.rst +++ b/doc/board/google/chromebook_coral.rst @@ -243,7 +243,7 @@ board_init_r(), as per the rules, and DRAM is available then.  SPL sets up a bloblist and passes the SPL hand-off information to U-Boot proper.  This includes a pointer to the HOB list as well as DRAM information. See  struct arch_spl_handoff. The bloblist address is set by CONFIG_BLOBLIST_ADDR, -normally 100000. +normally fef10000.  SPL uses SPI flash to update the MRC caches in ROM. This speeds up subsequent  boots. Be warned that SPL can take 30 seconds without this cache! This is a | 
