Merge pull request #355 from open-power/wghoffa-p10_readme_update
Update README.md for P10 Build instructions
diff --git a/openpower/package/ekb/Config.in b/openpower/package/ekb/Config.in
index c1479cc..abcd32f 100644
--- a/openpower/package/ekb/Config.in
+++ b/openpower/package/ekb/Config.in
@@ -4,10 +4,11 @@
bool "ekb"
default y if (BR2_OPENPOWER_POWER10)
help
- To get FAPI attributes xml files. This is required for generate
- power processor specific device tree by using specific HWPs xmls.
- If new processor need to support then adding required xmls
- in this package file is sufficient by using BR2_OPENPOWER_POWERxx.
+ To boot the server, the bmc application and hostboot will expect
+ hardware functional details which are maintained in xml files by ekb.
+ So, this packge is used to get all those xml files and pdata will
+ consume those xml files to add hardware functional details into
+ device tree.
if BR2_PACKAGE_EKB
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index 1dd7309..d3b0b68 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
config BR2_HOSTBOOT_P10_VERSION
string
- default "76402b22ae13baa2e099506160c9ea3f32f7f6ff" if BR2_HOSTBOOT_P10_LATEST_VERSION
+ default "a483ed18fb9efc4dc2d0c94af7cff9ed604528e0" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 12c2ba0..becc9ef 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -78,7 +78,7 @@
HOSTBOOT_BUILD_IMAGES_DIR = $(STAGING_DIR)/hostboot_build_images/
FSP_TRACE_IMAGES_DIR = $(STAGING_DIR)/fsp-trace/
SBE_IMAGE_DIR = $(STAGING_DIR)/../../../build/sbe-p10-"$(SBE_P10_VERSION)"/images
-DEVTREE_BIN_DIR = $(STAGING_DIR)/usr/share/
+DEVTREE_BIN_DIR = $(STAGING_DIR)/usr/share/pdata/
BMC_POWER_TARGET_FILENAME = power-target.dtb
FILES_TO_TAR = $(HOSTBOOT_BUILD_IMAGES_DIR)/* \
diff --git a/openpower/package/pdata/Config.in b/openpower/package/pdata/Config.in
index 59a2435..a557ef0 100644
--- a/openpower/package/pdata/Config.in
+++ b/openpower/package/pdata/Config.in
@@ -32,7 +32,7 @@
config BR2_PDATA_VERSION
string
- default "6f9da8cfc506cb31f4be15f638df1413d0f3b359" if BR2_PDATA_LATEST_VERSION
+ default "f35110ea6e3b91ac67b9d1910de999a83f0f0ac4" if BR2_PDATA_LATEST_VERSION
default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
endif
diff --git a/openpower/package/pdata/pdata.mk b/openpower/package/pdata/pdata.mk
index 9cb811b..0cb3546 100644
--- a/openpower/package/pdata/pdata.mk
+++ b/openpower/package/pdata/pdata.mk
@@ -16,7 +16,8 @@
PDATA_INSTALL_STAGING = YES
PDATA_INSTALL_TARGET = NO
PDATA_AUTORECONF = YES
-PDATA_DEPENDENCIES = ekb host-dtc machine-xml
+PDATA_AUTORECONF_OPTS += -I $(HOST_DIR)/share/autoconf-archive
+PDATA_DEPENDENCIES = ekb host-dtc machine-xml host-autoconf-archive
EKB_STAGING_DIR = $(STAGING_DIR)/ekb
MACHINE_XML_STAGING_DIR = $(STAGING_DIR)/openpower_mrw_scratch