summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2023-08-21 21:39:37 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-08-21 20:13:33 +0000
commit08f97328158fa9b444e66a40acbfc2894ffea82a (patch)
tree98eee2ebf6453f2492fb4b438cffe44dce98a72a /Documentation
parentcab460f0a44e76f0eb92060704bdb107ed7adb7d (diff)
downloadcoreboot-08f97328158fa9b444e66a40acbfc2894ffea82a.tar.gz
coreboot-08f97328158fa9b444e66a40acbfc2894ffea82a.tar.bz2
coreboot-08f97328158fa9b444e66a40acbfc2894ffea82a.zip
doc/soc/amd/psp: Fix indentation in rst table
The indentation resulted in the following error: …/Documentation/soc/amd/psp_integration.md:22: ERROR: Unexpected indentation. Alas, the line number refers to the embedded rst. Change-Id: I9526d023af5207602c4a4cea7704b547ef1b7bf0 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77364 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/soc/amd/psp_integration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/soc/amd/psp_integration.md b/Documentation/soc/amd/psp_integration.md
index ec5e0616fd1d..8e27f5942f56 100644
--- a/Documentation/soc/amd/psp_integration.md
+++ b/Documentation/soc/amd/psp_integration.md
@@ -127,11 +127,11 @@ implementations currently use combo tables.
+--------------+---------------+------------------+----------------------------+
| Address Mode | 0x0F[7:6] | 2 | 00: x86 Physical address |
| | | | 01: offset from start of |
-| | | | BIOS (flash offset) |
+| | | | BIOS (flash offset) |
| | | | 02: offset from start of |
-| | | | directory header |
+| | | | directory header |
| | | | 03: offset from start of |
-| | | | partition |
+| | | | partition |
+--------------+---------------+------------------+----------------------------+
```