commit | 5107a734549f46938d9328addd9166dbba0a4f54 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue May 11 00:45:55 2021 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue May 11 00:45:55 2021 -0500 |
tree | 2af24139dbc8d69d245cc56231ee5af67e3fa7b3 | |
parent | 6bc028862a91467364714ffe99a457415d5b865f [diff] |
op-build update 5-11-2021 Changes Included for package hostboot, branch master-p10: 401091d - Nick Bofferding - 2021-05-10 - Force TPM present and guarded on TPM presence mismatch 7f98a3c - Daniel Crowell - 2021-05-10 - Log remote IPC address to all processors b861c14 - Matthew Hickman - 2021-05-10 - Modified row repair api to support dynamic row repair 6c3844b - Michael Pardeik - 2021-05-10 - p10_throttle_sync fix for P10 DD2 MCSYNC_EN_SYNC_IN 7a94d39 - Joe McGill - 2021-05-10 - disable A,X bus data gathering feature ac51a15 - Yue Du - 2021-05-10 - QME: Disable Rvrm usage for qvid circuit problem 57db3e9 - Nicholas Landi - 2021-05-10 - vbu/contained: add attribute to prevent threading fallout a37f86c - Daniel Crowell - 2021-05-10 - Support deconfig of NMMU1 f442cf3 - hostboot - 2021-05-10 - Update SBE commit to 132ccd2... Fixed the relative address for getring c 84bca36 - Joe McGill - 2021-05-10 - p10_fbc_eff_config -- parametrize base eps table by PAU frequency adb93ea - Nick Bofferding - 2021-05-10 - Change FREQ_PAU_MHZ to 2050 MHz in standalone model 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 Blackbird 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 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 gawk cpio xxd \ 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)" \ "perl(FindBin)" "perl(English)" "perl(Time::localtime)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common lzo-devel python2 rsync hostname