summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch')
-rw-r--r--meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch
index 976277f9e..08b05e60b 100644
--- a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch
+++ b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0036-Re-Enable-KCS.patch
@@ -1,7 +1,7 @@
-From 6bd4135cd2b8e3a95f5c29e7edaa678e0ca6eded Mon Sep 17 00:00:00 2001
+From 6e3928154538f8935d9d6379e3db40daeb1aedcf Mon Sep 17 00:00:00 2001
From: James Feist <james.feist@linux.intel.com>
Date: Thu, 19 Sep 2019 10:15:19 -0700
-Subject: [PATCH 1/1] Re-Enable KCS
+Subject: [PATCH] Re-Enable KCS
Phosphor-isolation isolates too much and seems to
make KCS not work. This removes the lines from that
@@ -10,6 +10,7 @@ patch that seem to be of question.
Tested: AC/Cycled, cmdtool.efi 20 18 1 works
Signed-off-by: James Feist <james.feist@linux.intel.com>
+
---
board/aspeed/ast-g5/ast-g5.c | 5 -----
1 file changed, 5 deletions(-)
@@ -30,6 +31,3 @@ index ead2e1bb63..00bd92ae5f 100644
val = readl(AST_LPC_BASE + AST_LPC_HICRB);
val |= LPC_HICRB_ILPC2AHB;
writel(val, AST_LPC_BASE + AST_LPC_HICRB);
---
-2.17.1
-