x86: coreboot: Document the memory map
authorSimon Glass <sjg@chromium.org>
Sun, 27 Jun 2021 23:51:08 +0000 (17:51 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 15 Jul 2021 11:50:23 +0000 (19:50 +0800)
commite74d0ec80bfd4a8326008836dfc81099382a41b5
treebfeb76f12d2de5668c2f9095dacf9b16cbc743a3
parent4dfe4b44cc7f0df78d9013619ec6c411e7b60bbd
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>
doc/board/coreboot/coreboot.rst