diff options
author | Patrick Rudolph <siro@das-labor.org> | 2018-12-05 19:09:04 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 10:31:07 +0000 |
commit | f04e76bcf049764ca48f36967a039a210f910cc2 (patch) | |
tree | f8d6e1ca94f5d3f74e7c70f1ecf26cafbfcc082f /Documentation/arch/index.md | |
parent | ab5890d498c095da0d2047adfc68fc0f04ed4fbd (diff) | |
download | coreboot-f04e76bcf049764ca48f36967a039a210f910cc2.tar.xz |
Documentation: Add arch x86
Describe state and assuptions made about x86_64 support.
Change-Id: I308a09b0eac269afd30df95ed3ea195238a6cfbe
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/30056
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/arch/index.md')
-rw-r--r-- | Documentation/arch/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/arch/index.md b/Documentation/arch/index.md index c3b080e5ab..a0f1050868 100644 --- a/Documentation/arch/index.md +++ b/Documentation/arch/index.md @@ -6,3 +6,6 @@ architectures. ## RISC-V - [RISC-V documentation](riscv/index.md) + +## x86 +- [x86 documentation](x86/index.md) |