commit | 5ef0503c70bb2f57e560d10971758d924353b91c | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Jan 30 02:02:05 2018 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Tue Jan 30 02:02:05 2018 -0600 |
tree | f137c3b2cc58c5c307713a4b6696f2a9191a35d1 | |
parent | b278ae9e424ae85888e62d2082bd2e7b69ae899d [diff] |
op-build update 1-30-2018 Changes Included for package hostboot, branch master: 9bfb201 - Jaymes Wilks - 2018-01-29 - Add HW callout mapping to target subsystem table 27cbbc4 - Matt Derksen - 2018-01-29 - Update int64_t attributes in attributeenums.H to LL 8c18b32 - Daniel Howe - 2018-01-29 - Reconcile epsilon w/ latest FBC latency document 6e7bb89 - Ilya Smirnov - 2018-01-29 - Load MEMD Partition in Itep 7.3 dddd42a - Sameer Veer - 2018-01-29 - Changes to build-script & setup-env for nimbus & cumulus to co-exist f0c1f3b - Matt Derksen - 2018-01-27 - Explicitly call ATTN/PRD before exiting PM Reset flow 079068a - Mike Baiocchi - 2018-01-26 - I2C Reset Path: Add Poll of SCL High Before Issuing Stop Command c9a8697 - Joe McGill - 2018-01-26 - shift XBUS FIR programming inits for secure boot ef1d51e - Caleb Palmer - 2018-01-26 - Bad DQ bits compare ECC and spare fix 8c89a1b - Prem Shanker Jha - 2018-01-26 - PM : Changed FFDC collection to XIR mode. 4db7aa5 - Sachin Gupta - 2018-01-26 - Remove workaround for DD1 SW reset for XIVE adc8447 - Brian Stegmiller - 2018-01-26 - PRD: Call hostboot for SBE errors d55a6fa - Zane Shelley - 2018-01-26 - PRD: generic solution to associate HWP failures with PRD isolation ecedb32 - Zane Shelley - 2018-01-26 - PRD: DIMM callouts on RCD parity errors c2e7055 - Soma BhanuTej - 2018-01-26 - Make SBE errors recoverable - p9_sbe_common 4923ac7 - Joe McGill - 2018-01-26 - p9_setup_bars -- precisely configure MCD available group vector e93cf4e - Mike Baiocchi - 2018-01-26 - Enable TCEs as the default on FSP-based systems
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.
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
To build an image for a Palmetto system:
git clone --recursive git@github.com:open-power/op-build.git cd op-build . op-build-env op-build palmetto_defconfig && op-build
There are also default configurations for other platforms in openpower/configs/
such as Habanero and Firestone.
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.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 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 libxml2-dev libxml2-utils xsltproc \ wget bc
Install Fedora 25 64-bit (older Fedora should also work).
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