commit | 79ba14dc25fdb38a89d3f4e75d4108811fab8117 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Sep 12 11:02:31 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Sep 12 11:02:31 2017 -0500 |
tree | ff0c74cd7421b6626452465651fa114204d22801 | |
parent | 23de68676f0eee582529d01fe99264a70fedd606 [diff] |
op-build update 9-12-2017 Changes Included for hostboot: 8feb62b - nagurram-in - 2017-09-12 - HDAT: NVLink speed changes in SMP Link info 62a80b8 - Prachi Gupta - 2017-09-12 - Update memory makefiles to compile correctly in hostboot bbefd43 - Luke Mulkey - 2017-09-12 - Power Cleanup + stopclocks 37ce374 - Ilya Smirnov - 2017-09-12 - Re-enable IPL-Time Checkstop By Default ff80ed8 - Dan Crowell - 2017-09-11 - Initial pass-thru support for FAPI_PLAT_CALL_SUBROUTINE 0e89fa3 - Ben Gass - 2017-09-11 - Update iom busctl registers to MC target. 900541d - Jacob Harvey - 2017-09-11 - L3 work for mss xmls c49a461 - Matthew Hickman - 2017-09-11 - Fixed reporting of errors for multiple errors on port c58c7e6 - Luke Mulkey - 2017-09-11 - p9c_mss_draminit
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