PHAL updates
ekb: repository migration (Mirror repo)
Enabled pub-ekb repository based HWP management
pdata updates :
Amitay Isaacs (4):
fdt: Fix check for error condition from fdt_prop_read()
fdt_attr: Add count to fdt_attr_(read|write)_packed
p10: Fix pdbg compatible property for processor
p10: Fix for backward compatible issue related compatible property
Ramesh Iyyar (7):
libdt-api: Added element count for pdbg packed api call
scripts: Updated tool to support array of complex type attribute
scripts: Fix to avoid duplicate property error for string type attribute
scripts: Added support to generate meta data for string type attribute
scripts: Added support to add target path attributes into device tree
data/p10: Fix to add AFFINITY_PATH attribute to get missing target
libdt-api: Using pdbg_target_property api for string type to read
diff --git a/openpower/package/ekb/Config.in b/openpower/package/ekb/Config.in
index 7d93a5d..c1479cc 100644
--- a/openpower/package/ekb/Config.in
+++ b/openpower/package/ekb/Config.in
@@ -29,7 +29,7 @@
config BR2_EKB_VERSION
string
- default "a005cb03e8977e19a0a73bf5d48c8ee1a8751617" if BR2_EKB_LATEST_VERSION
+ default "5149a901545d178da5aab0ac2f97898462027279" if BR2_EKB_LATEST_VERSION
default BR2_EKB_CUSTOM_VERSION_VALUE if BR2_EKB_CUSTOM_VERSION
endif
diff --git a/openpower/package/ekb/ekb.mk b/openpower/package/ekb/ekb.mk
index 4c5c32e..37d77ac 100644
--- a/openpower/package/ekb/ekb.mk
+++ b/openpower/package/ekb/ekb.mk
@@ -8,7 +8,7 @@
# TODO: WORKAROUND: Need to reenable next line and comment out the two lines
# after that, when code is propagated to a public repo
#EKB_SITE = $(call github,openbmc,ekb,$(EKB_VERSION))
-EKB_SITE = git@github.ibm.com:openbmc/ekb.git
+EKB_SITE = git@github.ibm.com:openbmc/pub-ekb.git
EKB_SITE_METHOD = git
EKB_INSTALL_STAGING = YES
diff --git a/openpower/package/pdata/Config.in b/openpower/package/pdata/Config.in
index cd688ae..a1393bd 100644
--- a/openpower/package/pdata/Config.in
+++ b/openpower/package/pdata/Config.in
@@ -32,7 +32,7 @@
config BR2_PDATA_VERSION
string
- default "d28cf26ee82b11e76daf0ab21b79421e72222cee" if BR2_PDATA_LATEST_VERSION
+ default "0e1a8181aa10d0c0ccb4659a0c588241808a192c" if BR2_PDATA_LATEST_VERSION
default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
endif