commit | 3b96d38e51318e6326314e3086477c93ab52fac5 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Jul 03 00:39:44 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Jul 03 00:39:44 2020 -0500 |
tree | 5b6ba7384bb6039377d1cb8f95659dba47c996cf | |
parent | 63cc95423c8a10f27be57ca0263e5ee11d2cf2fb [diff] |
op-build update 7-3-2020 Changes Included for package sbe, branch master-p10: 6854a62 - Christopher M Riedl - 2020-07-02 - vbu/contained: Randomize and set thread seeds for exercisers 16a44b3 - Rahul Batra - 2020-07-02 - PM: Attrs for Resclk Enable at istep4 0a61d17 - Dan Crowell - 2020-07-02 - Remove initToZero from ATTR_PROC_FABRIC_LINK_TOPOLOGY_ID_TABLE d909623 - Prasad Bg Ranganath - 2020-07-02 - SBE putring version match 1cc14de - Srikantha Meesala - 2020-07-02 - sbe: python3 build support a756dd5 - Joachim Fenkes - 2020-07-02 - ringUtils: Fix use of Target::reduceType()... again. ad9998b - Yue Du - 2020-07-02 - QME: STOP Bug fixes c21c39e - Raja Das - 2020-07-02 - Removed the p10_hcd_corecache_realign.C procedure files Changes Included for package hcode, branch master-p10: c6050ca - hostboot - 2020-07-02 - Release tag & head commit information updated for hw070120a.opmst10 df3d4eb - Christopher M Riedl - 2020-07-02 - vbu/contained: Randomize and set thread seeds for exercisers 2e3487d - Rahul Batra - 2020-07-02 - PM: Attrs for Resclk Enable at istep4 2802b25 - Dan Crowell - 2020-07-02 - Remove initToZero from ATTR_PROC_FABRIC_LINK_TOPOLOGY_ID_TABLE ca58183 - Amit Tendolkar - 2020-07-02 - Enhancements in hcode error logging shared lib Changes Included for package hostboot, branch master-p10: ba88502 - Sumit Kumar - 2020-07-02 - Dynamic init coordination 86ae4b2 - Emmanuel Sacristan - 2020-07-02 - added qtr psave reg values, width set to disabled initialized in another step f8086ad - Joe McGill - 2020-07-02 - Worthwhile Toad: RAM procedure workaround c3d0161 - Sunil Kumar - 2020-07-02 - Making ATTR_NAME and ATTR_EC attributes, virtual. f2bf5ad - Christian Geddes - 2020-07-02 - Set OCC PDR values based on PDR manager values instead of attributes 2535707 - Christian Geddes - 2020-07-02 - Do not start polling KCS status register until MCTP bus is intitialized 12b326c - Christian Geddes - 2020-07-02 - Improve tracing in MCTP HBRT code e183955 - Zach Clark - 2020-07-02 - Fix bug in PLDM state set enumeration value encoding 9df3742 - hostboot - 2020-07-02 - Update SBE commit to ad9998b... QME: STOP Bug fixes bb4b407 - Bill Hoffa - 2020-07-02 - Re-enable calling proc_pcie_scominit hwp f532635 - Matt Derksen - 2020-07-02 - SPI multiproc support cleanup ae9e839 - Christian Geddes - 2020-07-02 - Add printk trace notifying when we are booting in MPIPL mode d4f35a5 - Rahul Batra - 2020-07-02 - PM: Attrs for Resclk Enable at istep4 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