From 42814e93262533dd2cdbf9fec1d0fd6d6b27f32b Mon Sep 17 00:00:00 2001
From: Nicholas Chin <nic.c3.14@gmail.com>
Date: Fri, 20 Oct 2023 18:50:23 -0600
Subject: [PATCH] docs/hardware: List GRUB as FAIL for E6400 and E6430

Due to the way the keyboard controller is implemented in the EC and the
somewhat unique way GRUB does keyboard init GRUB payloads do not work
properly on these systems.

Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
---
 site/docs/hardware/e6400.md | 4 ++--
 site/docs/hardware/e6430.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/docs/hardware/e6400.md b/site/docs/hardware/e6400.md
index 7ab8dd6..b51166d 100644
--- a/site/docs/hardware/e6400.md
+++ b/site/docs/hardware/e6400.md
@@ -48,9 +48,9 @@ P*: Partially works with blobs
 
 | ***Payloads supported***  |           |
 |---------------------------|-----------|
-| **GRUB**                  | Works     |
+| **GRUB**                  | FAIL      |
 | **SeaBIOS**               | Works     |
-| **SeaBIOS with GRUB**     | Works     |
+| **SeaBIOS with GRUB**     | FAIL      |
 </div>
 Introduction
 ============
diff --git a/site/docs/hardware/e6430.md b/site/docs/hardware/e6430.md
index f1fcdc8..3bafc1e 100644
--- a/site/docs/hardware/e6430.md
+++ b/site/docs/hardware/e6430.md
@@ -47,9 +47,9 @@ P*: Partially works with blobs
 
 | ***Payloads supported***  |           |
 |---------------------------|-----------|
-| **GRUB**                  | FAIL     |
+| **GRUB**                  | FAIL      |
 | **SeaBIOS**               | Works     |
-| **SeaBIOS with GRUB**     | Works    |
+| **SeaBIOS with GRUB**     | FAIL      |
 </div>
 Introduction
 ============
-- 
GitLab