commit | d70ebc948564fac1379eee5c0440f1d578843fea | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Oct 10 01:48:38 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Oct 10 01:48:38 2017 -0500 |
tree | dbbe6e640d4d84c8f293381e834ac37e5452ab9c | |
parent | 41105e0280831dc28c3354940b55474c13bee1ad [diff] |
op-build update 10-10-2017 Changes Included for package zaius-xml, branch master: 4d4f7fb - Adrian Barrera - 2017-10-09 - Update memory power/throttle settings eca459d - Adrian Barrera - 2017-10-06 - Update loadline values Changes Included for package witherspoon-xml, branch master: 389c56f - IlyaSmirnov91 - 2017-10-09 - Fix CHIP_UNIT for CAPP1 target (#70) c50c13a - sannerd - 2017-10-09 - Set Witherspoon supported STOP States (#71) Changes Included for package hostboot, branch master: 1debaa8 - Christian Geddes - 2017-10-09 - Clear INT_PC registers on MPIPL when initializing intrrp fb91c96 - Prasad Bg Ranganath - 2017-10-09 - PM Recovery FFDC: Added support to collect Register data for PPM 6072cd8 - Amit Tendolkar - 2017-10-09 - PM Recv FFDC: Base changes for PPE State and OCC Plat d0605e8 - Prem Shanker Jha - 2017-10-09 - STOP Recovery: Added support for FFDC collection of CME and SGPE. afc07df - Joachim Fenkes - 2017-10-09 - p9_sbe_chiplet_reset: Set VITL_AL flag for MC chiplets d282231 - Caleb Palmer - 2017-10-09 - PRD: reenable get/setBadDqBitmap hwp calls 37d98e4 - Prasad Bg Ranganath - 2017-10-09 - PSTATE_PARAMETER_BLOCK: FIx VFRT trace logic 3fab32b - Nick Klazynski - 2017-10-09 - Add workarounds for HW421426 and HW422629, Swap IMCs around 89db95b - Prasad Bg Ranganath - 2017-10-09 - Enable always VDM and WOF check for pound W access e587878 - Greg Still - 2017-10-09 - PM: p9_dump_pstate_table and p9_pstate_parameter_block enhancements for OPPB 58e1bae - Sumit Kumar - 2017-10-09 - Erepair HWP p9_io_erepair procedure 5e97dc7 - Caleb Palmer - 2017-10-09 - PRD: Runtime TPS Design Fixes 782095a - Zane Shelley - 2017-10-09 - PRD: Centaur maint cmd complete attention 87093b7 - Zane Shelley - 2017-10-09 - PRD: domain support for new Cumulus targets 25c7883 - Zane Shelley - 2017-10-09 - PRD: Centaur rule file updates 267fff4 - Zane Shelley - 2017-10-09 - PRD: Cumulus rule file updates 8b1a76d - Caleb Palmer - 2017-10-09 - PRD: Runtime TPS update sym count analysis 9ff3876 - Joe McGill - 2017-10-08 - p9_thread_control -- remove threads_running check from sreset, start code paths ba28b4b - Prasad Bg Ranganath - 2017-10-08 - RESLCK:p9_pm_corequad_init:port CME resonant clock disablement to FAPI e2a9eb4 - Yue Du - 2017-10-08 - Revert PLL unlock commits of 45102 and 46563 8ed9660 - Greg Still - 2017-10-08 - PM: p9_pm_corequad_init Level 3 d450440 - Richard J. Knight - 2017-10-08 - multiple collectFfdc tags results in dupicate code becf8e0 - Daniel Howe - 2017-10-07 - extend data arb hold counts b4e0def - Richard J. Knight - 2017-10-07 - Update default case in set_sbe_error 2a1cc4f - Roland Veloz - 2017-10-06 - Updated VPD from HBRT on FSP systems 7e787ac - Brian Bakke - 2017-10-06 - Add message tracking variable increment that disappeared.
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