summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch')
-rw-r--r--meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch
index cf13a17f2..e998ae42f 100644
--- a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch
+++ b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0010-Fix-timer-support.patch
@@ -1,4 +1,4 @@
-From bd4eb78dc71529342e5d0b784731c412cf747acc Mon Sep 17 00:00:00 2001
+From 97fc99c77c68ec6b71354786f94a80a26adde389 Mon Sep 17 00:00:00 2001
From: Jae Hyun Yoo <jae.hyun.yoo@intel.com>
Date: Mon, 20 Apr 2020 10:42:05 -0700
Subject: [PATCH] Fix timer support
@@ -10,8 +10,8 @@ commit adds the timer interrupt flag clearing logic.
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@intel.com>
---
- board/aspeed/ast2600_intel/ast-timer.c | 69 ++++++++++++++++++++--------------
- board/aspeed/ast2600_intel/intel.c | 13 ++++---
+ board/aspeed/ast2600_intel/ast-timer.c | 69 +++++++++++++++-----------
+ board/aspeed/ast2600_intel/intel.c | 13 ++---
2 files changed, 48 insertions(+), 34 deletions(-)
diff --git a/board/aspeed/ast2600_intel/ast-timer.c b/board/aspeed/ast2600_intel/ast-timer.c
@@ -120,10 +120,10 @@ index cf8c69aba5d3..d98ec9238e15 100644
+ AST_TIMER_BASE + TIMER_CONTROL);
}
diff --git a/board/aspeed/ast2600_intel/intel.c b/board/aspeed/ast2600_intel/intel.c
-index 47e5ad21d66d..befeaff0a953 100644
+index ebf883144418..7c005fb323e6 100644
--- a/board/aspeed/ast2600_intel/intel.c
+++ b/board/aspeed/ast2600_intel/intel.c
-@@ -219,16 +219,14 @@ void enable_onboard_tpm(void)
+@@ -249,16 +249,14 @@ void enable_onboard_tpm(void)
AST_GPIO_BASE | GPIO_000);
}
@@ -142,7 +142,7 @@ index 47e5ad21d66d..befeaff0a953 100644
arch_interrupt_init_early();
set_gpio_default_state();
-@@ -243,11 +241,9 @@ int board_early_init_f(void)
+@@ -273,11 +271,9 @@ int board_early_init_f(void)
return 0;
}
@@ -154,7 +154,7 @@ index 47e5ad21d66d..befeaff0a953 100644
enable_onboard_tpm();
-@@ -255,8 +251,13 @@ int board_early_init_r(void)
+@@ -285,8 +281,13 @@ int board_early_init_r(void)
}
extern void espi_init(void);
@@ -169,5 +169,5 @@ index 47e5ad21d66d..befeaff0a953 100644
return 0;
--
-2.7.4
+2.17.1