commit | 29a9ab3ec63571bc84b9ba23ab7cc8b96b07a017 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Feb 28 09:00:28 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Fri Feb 28 09:00:28 2020 -0600 |
tree | d844eb1eebc27ff4c464bf172a8b8c3d303784c8 | |
parent | c047fb16a3743bee53d33216da399ec5d7b31e1c [diff] |
op-build update 2-28-2020 Changes Included for package hostboot-binaries, branch master: f1bf2c7 - hostboot - 2020-02-26 - UPDATE executables for the NVIDIA gpu and/or ring files for hw022620b.opmst10 Changes Included for package occ, branch master-p10: a5397b7 - Chris Cain - 2020-02-27 - Update simics scripts to populate proc temps and use correct backplane Changes Included for package hcode, branch master-p10: 6c99567 - hostboot - 2020-02-26 - Release tag & head commit information updated for hw022620b.opmst10 058e61a - Olsen - 2020-02-26 - Fastarray customization support 525a17a - Ben Gass - 2020-02-26 - Fix overly aggressive name shortening for register constants 7acb9b3 - Greg Still - 2020-02-26 - PM: p10_ipl_customize enablement of HV_INITS dyn init at runtime (deja vu) a0379d3 - hostboot - 2020-02-26 - Release tag & head commit information updated for hw022620a.opmst10 6c2ceb8 - Yue Du - 2020-02-26 - Istep4: enable Skew Adjust Polling and Clock Stat check 54c2e54 - Yue Du - 2020-02-26 - Istep4: enable Skew Adjust Polling and Clock Stat check 6e93141 - Yue Du - 2020-02-26 - CORECACHE: istep4 procedures that work with Drop R 24fc6c0 - Yue Du - 2020-02-26 - CORECACHE: startclocks and stopclocks f25f8a2 - Yue Du - 2020-02-26 - CORECACHE: IStep4 HWP Level 1 Delivery 62cce73 - hostboot - 2020-02-26 - Fix auto-mirror d579a1b - Jenny Huynh - 2020-02-26 - Configure attributes for fabric topology ID table 3c922b3 - Marri Devender Rao - 2020-02-26 - Add phal generic error to ekb return code definitions dc78855 - Olsen - 2020-02-26 - Dyninits support: Bug fixes to adding dyninits debug section to Seeprom image bf4a287 - Murulidhar Nataraju - 2020-02-26 - Update p10_sbe_attributes.xml with missing attribute Changes Included for package hostboot, branch master-p10: 071af33 - Zach Clark - 2020-02-27 - IStep 9.4 6ff053b - Zach Clark - 2020-02-27 - IStep 9.3 530004a - Zach Clark - 2020-02-27 - IStep 9.2 adecdb7 - Olsen - 2020-02-26 - Fastarray customization support b6d954f - Ben Gass - 2020-02-26 - Fix overly aggressive name shortening for register constants a2bc243 - Ilya Smirnov - 2020-02-26 - Add no_export to SMF_MEM_AMT_REQUESTED 6b9e985 - hostboot - 2020-02-26 - Update SBE commit to 0d7103b... Configure attributes for fabric topology 8559dd3 - hostboot - 2020-02-26 - Update HCODE commit to cbc7594... Added p10_phb_check_quiesce 3cae8a6 - Greg Still - 2020-02-26 - PM: p10_ipl_customize enablement of HV_INITS dyn init at runtime (deja vu) Signed-off-by: hostboot <hostboot@us.ibm.com>
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.
https://open-power.github.io/op-build/
See the doc/ directory for documentation source. Contributions are VERY welcome!
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
See CONTRIBUTING.md for howto contribute code.
To build an image for a Palmetto system:
git clone --recursive git@github.com:open-power/op-build.git cd op-build ./op-build palmetto_defconfig && ./op-build
There are also default configurations for other platforms in openpower/configs/
. Current POWER8 platforms include Habanero, Firestone, and Garrison. Current POWER9 platforms include Witherspoon, Boston (p9dsu), Romulus, and Zaius.
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.
The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).
Install Ubuntu (>= 18.04) or Debian (>= 9) 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 libxml-parser-perl libxml2-dev libxml2-utils xsltproc \ wget bc rsync
Install Fedora (>= 25) 64-bit.
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(bigint)" "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" "perl(ExtUtils::MakeMaker)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common lzo-devel python2