commit | 20ea17541e24005b778337dc63e51ffc190b5820 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Oct 11 01:48:31 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Oct 11 01:48:31 2017 -0500 |
tree | d30d4db52cbc7c0700fda6367451956a36d4f3a5 | |
parent | 26b2083e0115c817ba2560779b0f607c5f2c5fe8 [diff] |
op-build update 10-11-2017 Changes Included for package hostboot, branch master: b01e6bb - Roland Veloz - 2017-10-10 - In VPD::sendMboxWriteMsg, do a noop if no SP Base Services available 9c39127 - Marty Gloff - 2017-10-10 - Bringup memory remapping for no memory behind master processor c381bea - Elizabeth Liner - 2017-10-10 - Moving SBE error and threshold handler to sbeio 5173779 - Christian Geddes - 2017-10-10 - Enable sbe test cases a6aecde - Christian Geddes - 2017-10-10 - Enable mbox test cases c411e8e - Nick Bofferding - 2017-10-10 - Secure Boot: Support __getkey option in production signing 784ba67 - Stephen Cprek - 2017-10-10 - Add std::map operator== overload and != for vector 0213310 - Christian Geddes - 2017-10-10 - Remove workaround clearning interrpt register bc5682a - Nick Bofferding - 2017-10-10 - Secure Boot: Remove requirement to specify production config file 866719e - Prachi Gupta - 2017-10-10 - update bbuild to b0911a to pull in cumulus.pnor from bbuild 48cf6f7 - Elizabeth Liner - 2017-10-10 - Specifying which machine we're building for memd changes 95cbd5c - Greg Still - 2017-10-10 - PM: Change FFDC for SGPE and PGPE based on failure error log debug 674ff56 - Sangeetha T S - 2017-10-10 - Level 3: Stop GPE, PGPE procedures 6145e9e - Brian Vanderpool - 2017-10-10 - Add configuration error checking before starting SGPE 3600884 - Prasad Bg Ranganath - 2017-10-10 - P9 Pstate: VREF calibration suport be8af0a - Sangeetha T S - 2017-10-10 - Register data collection in FFDC 1bfc4a2 - Sangeetha T S - 2017-10-10 - Register FFDC collection for init/reset of Stop and OCC GPEs. 71221a9 - Amit Kumar - 2017-10-10 - L2 stop_gpe_init 5c997ea - Dan Crowell - 2017-10-10 - Temp remove p9_pm_stop_gpe_init_errors.xml to fix mirror glitch 475bc8d - Thi Tran - 2017-10-10 - Cumulus: support MCFGPA_HOLE0_UPPER_ADDRESS_AT_END_OF_RANGE bit setting Changes Included for package hostboot-binaries, branch master: d9d2910 - William Hoffa - 2017-10-10 - Merge pull request #50 from wghoffa/master 44b6de1 - Bill Hoffa - 2017-10-10 - Update to GPU GPE1 Binary 10/3
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