commit | ac650f0b1f2d66b9ed9cde1bf52f8a02e5c85399 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Oct 05 11:05:45 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Oct 05 11:05:45 2017 -0500 |
tree | 210feca4ac6a56e1fe0959c69121da15b3616d22 | |
parent | cfd3a95bd1c0592d1d37deabd237ec6232a67a69 [diff] |
op-build update 10-5-2017 Changes Included for package hostboot, branch master: 4b9c63c - Christian Geddes - 2017-10-04 - Spoof commit to add hw_ref release tag 5f95eb2 - Chris Cain - 2017-10-04 - HTMGT: Update GPU config to send calculated power values eebc5b9 - Roland Veloz - 2017-10-04 - Change the default of hwas/HBconfig - HOST_HCDB_SUPPORT to y 976c88b - Claus Michael Olsen - 2017-10-03 - TOR Magic header support 4e27f10 - Joe McGill - 2017-10-03 - add SGPE flag for simulation only workarounds b914616 - Claus Michael Olsen - 2017-10-03 - Overlays and multi-DD XIP related updates to xip_image and dd_container 079ed45 - Ben Gass - 2017-10-03 - Set missing mask bits in FBC_IOO_DL_FIR_MASK_SIM for sim. aa88ac2 - Stephen Glancy - 2017-10-03 - Updates DRAM minimum utilization to 25% cf8e670 - Richard J. Knight - 2017-10-03 - Update set_sbe_error macro exceeds line length 5ae9e8b - Elizabeth Liner - 2017-10-03 - Increasing MEMD section size 4ee7410 - Sumit Kumar - 2017-10-03 - Erepair HWP p9_io_erepair procedure e26a4e0 - Greg Still - 2017-10-03 - PM: p9_pm_init, p9_pm_utils clean-up e20d02c - Dan Crowell - 2017-10-03 - Set override flag for lots of PM attributes 96f3553 - Brian Vanderpool - 2017-10-03 - Don't clear SGPE/PGPE OCC flags until after the engines are halted cd792cd - Jeremy Neaton - 2017-10-03 - eff_config updates for 2R and TSV DIMMs 2f10d5e - Yue Du - 2017-10-03 - STOP: Properly clear DPLL unlock indication in dpll_setup 7493c1c - Yue Du - 2017-10-03 - STOP: attribute to halt upon phantom interrupts d3e2458 - Joe McGill - 2017-10-02 - resolve Zeppelin DMI channel framelock issues d96505c - Jacob Harvey - 2017-10-02 - Set runtime mss throttles to safe for OCC to set 5e3fb7c - Alpana Kumari - 2017-10-02 - HWP L3 Delivery a72b93d - Prem Shanker Jha - 2017-10-02 - PM: Enabling progress code in PGPE boot loder and copier. 00d8f1a - Dan Crowell - 2017-10-02 - Remove hack to force SYSTEM_VDM_DISABLE=1 on ZZ 64c2388 - Greg Still - 2017-10-02 - PM: clear OCB Heartbeat enable during pm_reset 1fe17ef - Stephen Glancy - 2017-10-02 - Updates code to disable DQS on bad nibble 3890040 - Stephen Glancy - 2017-10-02 - Updates error paths for PRD FIR checking f21a18e - Joe McGill - 2017-10-02 - updates for NPU errata 65f1710 - Chris Steffen - 2017-10-02 - I/O Metadata Cleanup 519568c - Chris Steffen - 2017-10-02 - Obus Power Up & Flywheel Controls e647ae1 - Christian Geddes - 2017-10-02 - Disable attn test cases and add new defect to track progress
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