diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-06-11 09:51:12 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-06-13 18:03:28 +0000 |
commit | a2455b2967ad3ab7e95785820e49f600b06477f6 (patch) | |
tree | da1eb7d027db8bd5e0289d103449b476527f9b33 /Documentation/soc/index.md | |
parent | 24f73d4f535157452ba767410290cfdc484ca61c (diff) |
Documentation/soc/amd: Add Family 17h
Begin a directory for AMD soc devices and add an explanation of
how Family 17h works. Newer AMD systems use a unique paradign
for initializing the x86 processors.
Change-Id: I7bd8649996add80747f6a60b9dfd35a94a560be1
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33399
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/soc/index.md')
-rw-r--r-- | Documentation/soc/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/soc/index.md b/Documentation/soc/index.md index 04e2b2f2eb..fccddbd025 100644 --- a/Documentation/soc/index.md +++ b/Documentation/soc/index.md @@ -4,5 +4,6 @@ This section contains documentation about coreboot on specific SOCs. ## Vendor +- [AMD](amd/index.md) - [Cavium](cavium/index.md) - [Intel](intel/index.md) |