summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch')
-rw-r--r--meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch
index 3e7727c32..bd612e691 100644
--- a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch
+++ b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0033-Reboot-into-UBOOT-on-Watchdog-Failures.patch
@@ -1,4 +1,4 @@
-From 655a30e879704b72e1934bdc8e47d93166978c38 Mon Sep 17 00:00:00 2001
+From 8fe68fe9b30d1da027281b5468492aa45ca0b052 Mon Sep 17 00:00:00 2001
From: James Feist <james.feist@linux.intel.com>
Date: Wed, 31 Jul 2019 16:01:49 -0700
Subject: [PATCH] Reboot into UBOOT on Watchdog Failures
@@ -30,7 +30,7 @@ index a88521a1b3c7..64f4ed17bfd5 100644
#endif
diff --git a/board/aspeed/ast-g5/ast-g5-intel.c b/board/aspeed/ast-g5/ast-g5-intel.c
-index d05de5c4a274..9b546cffee77 100644
+index 5196a1a41299..6b8395754f00 100644
--- a/board/aspeed/ast-g5/ast-g5-intel.c
+++ b/board/aspeed/ast-g5/ast-g5-intel.c
@@ -114,7 +114,23 @@ static const GPIOValue gpio_table[] = {
@@ -69,7 +69,7 @@ index d05de5c4a274..9b546cffee77 100644
void arch_preboot_os(void)
{
// last second before booting... set the LEDs
-@@ -438,6 +459,7 @@ void ast_g5_intel_late_init(void)
+@@ -452,6 +473,7 @@ void ast_g5_intel_late_init(void)
{
char value[32];
u32 reset_reason = 0;
@@ -77,7 +77,7 @@ index d05de5c4a274..9b546cffee77 100644
/* By default host serail A and B use normal speed */
uint32_t host_serial_cfg = 0;
-@@ -482,6 +504,13 @@ void ast_g5_intel_late_init(void)
+@@ -496,6 +518,13 @@ void ast_g5_intel_late_init(void)
update_bootargs_cmd("resetreason", value);