summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2022-07-08 09:09:52 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-07-12 14:59:53 +0300
commit3bc5e33d46ae5b8487fd0fd9e2371f20d393f83b (patch)
tree34edcb022ab60b8eba83e7d93cc18769a63b5d5d /meta-openpower
parentd4a139f4720f6ae2dc8498b53fade24fdfb6cf80 (diff)
downloadopenbmc-3bc5e33d46ae5b8487fd0fd9e2371f20d393f83b.tar.xz
openpower: srcrev bump ekb ..184be and libekb ..6ec7b
This is to fix build dependency. ekb: srcrev bump 79f40fbad5..184be55ec Updated to latest version pub-ekb. libekb: srcrev bump 9a8b5a419f..6ec7b49e43 Jayanth Othayoth (12): PLAT: Added new constant for pub-ekb compile makefile: added odyssey specific include headers ekb: Update EKB to ..3bc4cc5af7 ekb: Update EKB to ..0229cf8e94 tools: enable hex format display support in scom ffdc userdata libekb: enable code format using clang-format libekb: Added FFDC type FFDC_TYPE_SPARE_CLOCK_INFO plat: Added clock redundant mode check helper function plat: redundant mode clock error handling helper function updates plat: Enabled redundant mode clock failure callout support. ekb: Update EKB to ..184be55ec plat: remove attribute_info.H dependency rajerpp1 (2): libekb: Removing proc guard on clock failure Adding PCI_REF_CLOCK callout Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I1dc53d952b07bd79d631239521bf6c9865758321
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-bsp/ekb/ekb.inc2
-rw-r--r--meta-openpower/recipes-bsp/libekb/libekb_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openpower/recipes-bsp/ekb/ekb.inc b/meta-openpower/recipes-bsp/ekb/ekb.inc
index 2f5daa2f2d..8a5cf0d895 100644
--- a/meta-openpower/recipes-bsp/ekb/ekb.inc
+++ b/meta-openpower/recipes-bsp/ekb/ekb.inc
@@ -1,6 +1,6 @@
EKB_BRANCH = "main-p10"
EKB_URI = "git://git@github.com/open-power/pub-ekb;branch=${EKB_BRANCH};protocol=https"
-EKB_REV = "79f40fbad5c15d41347a739cd3bcb9ff66e5bac9"
+EKB_REV = "184be55ec0ea05d72379c0ae53edb3f680c2cecf"
REQ_ATTRS_XMLS = "hwpf/fapi2/xml/attribute_info/chip_attributes.xml \
hwpf/fapi2/xml/attribute_info/common_attributes.xml \
diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
index 0d0be701f0..eaeaa0c449 100644
--- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb
+++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
@@ -17,7 +17,7 @@ inherit autotools \
SRCREV_FORMAT = "libekb_ekb"
-SRCREV_libekb = "9a8b5a419f2058e7e1d4bb97a1f91bd2d343f86a"
+SRCREV_libekb = "6ec7b49e43b7d7762eea4f48a7915a5109806b9b"
SRCREV_ekb = "${EKB_REV}"
SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb;protocol=https \