commit | 2c0511f028133a9ed2b0b809cf27617d7efb1101 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Sep 08 20:22:38 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Sep 08 20:22:38 2017 -0500 |
tree | a22b0a49dd9fe77874594b5b06fb3325ddad15f6 | |
parent | a7d740292ebe841f9e99c0f441555b22e2db5a17 [diff] |
op-build update 9-8-2017 Changes Included for sbe: 8d90ab2 - Kahn Evans - 2017-09-08 - Fixing doxygen warnings 76200ad - Joe McGill - 2017-09-08 - p9_pba_coherent_utils -- remove unsafe buffer checks 94e6d03 - spashabk-in - 2017-09-08 - Enable nimbus DD2.1 in op-build b4da86c - Prasad Bg Ranganath - 2017-09-07 - Bug fix in PM firinit procedures(CME,OCC,PBA) ff74546 - Rahul Batra - 2017-09-06 - PSTATE/STOP: Pstate-Stop interaction fixes 368843a - Yue Du - 2017-09-06 - PM: Add atrribute to cpmmr control for Core Periodic Quiesce 75a82b7 - spashabk-in - 2017-09-06 - SBE FW security switch 708be51 - spashabk-in - 2017-09-06 - Secure Memory Manager implementation 736117b - Thi Tran - 2017-09-05 - L3 update - p9_sbe_check_quiesce b9226da - Raja Das - 2017-09-05 - Suspend IO chip-op implementation d3f3708 - Yue Du - 2017-09-04 - STOP: Add Core quiesce workaround to CME Fit Timer 8ecd3d5 - spashabk-in - 2017-09-04 - Updating target name and chiplet ranges 328b543 - Matt K. Light - 2017-09-02 - add AXONE value to ATTR_NAME 0f8a6db - Brian Stegmiller - 2017-09-01 - EKB: HWP Fail Isolation Fapi Hooks 75774da - crgeddes - 2017-08-31 - Ensure SGPE is disabled and ensure writes are enabled during pm_suspend 011ccbc - Greg Still - 2017-08-31 - PM: Add atrribute control to SGPE for Core Periodic Quiesce 06e3929 - Ben Gass - 2017-08-31 - Add OBUS pll freq list for Axone and p9n dd2.2 2264f0a - Jenny Huynh - 2017-08-31 - Enabling PWC for Nimbus DD2.0+ and Cumulus DD1.0+
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