mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
doc: Chromebook Coral: fix build warnings
Use valid restructured text to avoid warnings like WARNING: Title underline too short. WARNING: Block quote ends without a blank line; unexpected unindent. when building with `make htmldocs`. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Bin Meng
parent
2fa863e9aa
commit
d88030a83b
@@ -112,7 +112,7 @@ U-Boot then shuts down CAR and jumps to its relocated version.
|
||||
|
||||
|
||||
Boot flow - U-Boot post-relocation
|
||||
---------------------------------
|
||||
----------------------------------
|
||||
|
||||
U-Boot starts up normally, running near the top of RAM. After driver model is
|
||||
running, arch_fsp_init_r() is called which loads and runs the FSP-S binary.
|
||||
@@ -142,7 +142,7 @@ Performance
|
||||
-----------
|
||||
|
||||
Bootstage is used through all phases of U-Boot to keep accurate timimgs for
|
||||
boot. Use 'bootstage report' in U-Boot to see the report, e.g.:
|
||||
boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
|
||||
|
||||
Timer summary in microseconds (16 records):
|
||||
Mark Elapsed Stage
|
||||
@@ -165,7 +165,7 @@ Accumulated time:
|
||||
239,847 fsp-s
|
||||
292,143 mmap_spi
|
||||
|
||||
CPU performance is about 3500 DMIPS:
|
||||
CPU performance is about 3500 DMIPS::
|
||||
|
||||
=> dhry
|
||||
1000000 iterations in 161 ms: 6211180/s, 3535 DMIPS
|
||||
@@ -174,6 +174,8 @@ CPU performance is about 3500 DMIPS:
|
||||
Partial memory map
|
||||
------------------
|
||||
|
||||
::
|
||||
|
||||
ffffffff Top of ROM (and last byte of 32-bit address space)
|
||||
ffff8000 TPL loaded here (from IFWI)
|
||||
ff000000 Bottom of ROM
|
||||
|
Reference in New Issue
Block a user