commit | 4a1e0b32eeafac8198a697531d2c953b898db3dc | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Jun 26 04:24:59 2019 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Jun 26 04:24:59 2019 -0500 |
tree | 5f9634b4e6661ebb2619b0747aa72d10064995d7 | |
parent | c5af97a0b29286ec4f152ec3c3e64fc7b9004f85 [diff] |
op-build update 6-26-2019 Changes Included for package hostboot, branch master: 79a312e - Dan Crowell - 2019-06-25 - Clean up the attribute error user details bd0eb8f - Caleb Palmer - 2019-06-25 - PRD: Add handleRrFo for OCMB domain 94e392d - Matthew Raybuck - 2019-06-25 - Fix memory leak in nvdimm_update.C 1b06c4f - Christian Geddes - 2019-06-25 - Remove references to prebuilt eecache a34f4c5 - Rahul Batra - 2019-06-25 - PM: WOV(OCS) PGPE Hcode Changes (2/2) 1f8ec61 - Tsung Yeung - 2019-06-25 - Disable BAR Temporarily to prevent STR exit during nvdimm handover 04a0314 - Devon Baughen - 2019-06-25 - add manual omi training sequence d58f3a7 - Luis Fernandez - 2019-06-24 - Compiling with GCC 8 428f5e2 - Matthew Hickman - 2019-06-24 - Ported ecc engine to generic ca414b9 - Mark Pizzutillo - 2019-06-24 - Fix exp_draminit phy_params 5ef6025 - Christian Geddes - 2019-06-24 - Update simics release used for Axone simics dd0aba6 - Corey Swenson - 2019-06-24 - Auto-arm the NVDIMMs at runtime 164e8bc - Matt Derksen - 2019-06-24 - Add planar vpd support to Axone simics 3b05c7a - Matt Derksen - 2019-06-24 - Enable fapi2MmioAccessTest for axone 2c86bbc - Matt Derksen - 2019-06-24 - Run exp tests in Axone and make generic Load utility 1ac1e95 - Christian Geddes - 2019-06-24 - Add interface to mark eeprom caches valid/invalid 5316f7d - Matt Derksen - 2019-06-24 - Enable the scomtest for AXONE config 3703896 - Christian Geddes - 2019-06-24 - Enable sbe update for Axone 639cf25 - Corey Swenson - 2019-06-21 - Move the NVDIMM_ARMED attribute from PROC to DIMM type 4b81399 - Corey Swenson - 2019-06-21 - Assembly for DARN instruction inconsistent 926ec6f - Dan Crowell - 2019-06-21 - Handle unsupported status bit for NVDIMM Encrytion Status fd59bd8 - Dan Crowell - 2019-06-21 - Default NV state to Memory Not Preserved 897e9b5 - Dan Crowell - 2019-06-21 - Push NVDIMM attribute updates down to the FSP 33a1e9f - Dan Crowell - 2019-06-21 - Modify I2C divider for Axone b75cfea - Roland Veloz - 2019-06-21 - Unit test for structure TARGETING::AttributeTank::Attribute Signed-off-by: hostboot <hostboot@us.ibm.com>
The OpenPOWER firmware build process uses Buildroot to create a toolchain and build the various components of the PNOR firmware, including Hostboot, Skiboot, OCC, Petitboot etc.
https://open-power.github.io/op-build/
See the doc/ directory for documentation source. Contributions are VERY welcome!
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
See CONTRIBUTING.md for howto contribute code.
To build an image for a Palmetto system:
git clone --recursive git@github.com:open-power/op-build.git cd op-build ./op-build palmetto_defconfig && ./op-build
There are also default configurations for other platforms in openpower/configs/
. Current POWER8 platforms include Habanero, Firestone, and Garrison. Current POWER9 platforms include Witherspoon, Boston (p9dsu), Romulus, and Zaius.
Buildroot/op-build supports both native and cross-compilation - it will automatically download and build an appropriate toolchain as part of the build process, so you don't need to worry about setting up a cross-compiler. Cross-compiling from a x86-64 host is officially supported.
The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).
Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.
Enable Universe (Ubuntu only):
sudo apt-get install software-properties-common sudo add-apt-repository universe
Install the packages necessary for the build:
sudo apt-get install cscope ctags libz-dev libexpat-dev \ python language-pack-en texinfo \ build-essential g++ git bison flex unzip \ libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \ wget bc rsync
Install Fedora (>= 25) 64-bit.
Install the packages necessary for the build:
sudo dnf install gcc-c++ flex bison git ctags cscope expat-devel patch \ zlib-devel zlib-static texinfo perl-bignum "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel \ which wget unzip tar cpio python bzip2 bc findutils ncurses-devel