
10 May
2021
10 May
'21
7:49 a.m.
On Sat, Apr 24, 2021 at 12:57 PM Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Convert table to reST format
doc/board/coreboot/coreboot.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com