commit | f28edc304b2b7c3eb36a9653f0cbdfc732ed1871 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Sep 28 01:11:25 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Sep 28 01:11:25 2017 -0500 |
tree | 0ff0d4c828f74e8e82f18b2b6aba067bc54bcbf3 | |
parent | a155e1529791787afd003c3b883db40a96b74603 [diff] |
op-build update 9-28-2017 Changes Included for package hostboot, branch master: 30e3052 - Dan Crowell - 2017-09-27 - Stop exporting DECONFIG_GARDABLE to Serverwiz c4a201f - Matt Derksen - 2017-09-27 - Need to grab the first 904K of data too. 873b41a - Dean Sanner - 2017-09-27 - Enable Resonant Clock 983d5fb - Caleb Palmer - 2017-09-27 - MDIA: deviceRead logic in processCommandTimeout fa603e7 - Dean Sanner - 2017-09-27 - Correct NV link PLL calc, right justify lane mask a67e673 - Christian Geddes - 2017-09-27 - Enabled dump test cases Changes Included for package hostboot-binaries, branch master: d45f5e3 - William Hoffa - 2017-09-27 - Merge pull request #46 from sannerd/p9.hw092317a 249b903 - Dean Sanner - 2017-09-25 - Update HCODE to hw092317a.910
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