commit | b073e5d841cc0628a4de47c2ca54b2aafa4b49db | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Jul 16 13:59:27 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Jul 16 13:59:27 2020 -0500 |
tree | 60c9034b92705c025000d73bd3eb6022548c1e0c | |
parent | ea85d54ded951b5df4771073e60cd09d3092c578 [diff] |
op-build update 7-16-2020 Changes Included for package sbe, branch master-p10: 82268e1 - Yue Du - 2020-07-16 - STOP: Assert PM_EXIT to workaround Auto Special Wakeup Mode bug 89232cd - Louis Stermole - 2020-07-16 - Add setting of ATTR_FREQ_MC_MHZ in p10_mss_freq_system 5412fb4 - Yue Du - 2020-07-16 - QME: EPM only Boardside Support 1ecedc9 - Rajees Rahman - 2020-07-16 - Corrected to clear PFIR instead of NFIR in step Recov_6 56b9961 - manichow - 2020-07-16 - Implementation of p10_core_checkstop_handler 7040d8c - Joachim Fenkes - 2020-07-16 - p10_sbe_rcs_setup: Update initial RCS settings, use OR address d3d546f - rajerpp1 - 2020-07-16 - Changes for Enabling Clock Gard. 341e260 - Srikantha Meesala - 2020-07-16 - Pibmem image fixed 3fc5bc5 - Yue Du - 2020-07-16 - IStep4: using PFET Actual instead of PFET Sense Changes Included for package hostboot, branch master-p10: 78cd302 - Dan Crowell - 2020-07-16 - Increase IPMI timeout to 15 seconds ccee15d - Dan Crowell - 2020-07-16 - Remove p10_sbe_attributes.xml 58d6a7a - Yue Du - 2020-07-16 - QME: Creating attribute meta data into HW_Image 5ac00a7 - Bill Hoffa - 2020-07-16 - Enable Multiproc Simulation in Standalone 2a279cc - Bill Hoffa - 2020-07-16 - Clear HWAS Changed Bit 5ad47d8 - hostboot - 2020-07-16 - Update simics level to: 2020-07-15_58105e_simics.tar.gz 7a09808fa0ba1cce 9c8f572 - hostboot - 2020-07-16 - Update SBE commit to cc61eca... p10_ram_core -- skip Worthwhile Toad wor 8131d90 - Yue Du - 2020-07-16 - STOP: Assert PM_EXIT to workaround Auto Special Wakeup Mode bug a6c27f0 - Jenny Huynh - 2020-07-16 - Configure nest unit hang detectors 94de7f2 - Yue Du - 2020-07-16 - IStep4: using PFET Actual instead of PFET Sense 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.ibm.com:open-power/op-build.git cd op-build ./op-build rainier_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