commit | e74d0ec80bfd4a8326008836dfc81099382a41b5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 27 17:51:08 2021 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 15 19:50:23 2021 +0800 |
tree | bfeb76f12d2de5668c2f9095dacf9b16cbc743a3 | |
parent | 4dfe4b44cc7f0df78d9013619ec6c411e7b60bbd [diff] |
x86: coreboot: Document the memory map Add information about memory usage when U-Boot is started from coreboot. This is useful when debugging. Also, since coreboot takes a chunk of memory in the middle of SDRAM for use by PCI devices, it can help avoid overwriting this with a loaded kernel by accident. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>