commit | 6855a4f223cb8fdf98f6779a29a976074cce3243 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Feb 05 00:43:35 2021 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Fri Feb 05 00:43:35 2021 -0600 |
tree | 82a30afb815a154118c8273a3745c2f408721ab6 | |
parent | a8a8c33717b75d1947746091659767bdfb228b0d [diff] |
op-build update 2-5-2021 Changes Included for package hostboot-binaries, branch master: 8fead36 - hostboot - 2021-02-04 - UPDATE executables for the NVIDIA gpu and/or ring files for hw020421a.opmst10 Changes Included for package sbe, branch master-p10: bb8d64b - jdginn - 2021-02-04 - Mirror some files required for contained IPL from ekb to ppe 3a71b7e - jdginn - 2021-02-04 - Contained procedure modifications for PPE 3776f00 - Joe McGill - 2021-02-04 - support cache contained L2 store queue load in istep flow 6d6641c - Christopher M Riedl - 2021-02-04 - vbu/contained: Support a re-IPL to restore FBC and SCOM access after RUNN 565ba51 - Christopher M Riedl - 2021-02-04 - vbu/contained: Load QME SRAM during contained IPL f248548 - Christopher M Riedl - 2021-02-04 - vbu/contained: Use "core" RUNN cycles 3c3a1ca - Christopher M Riedl - 2021-02-04 - vbu/contained: Add clock-stop check and fix L3 config restore bb8f757 - Christopher M Riedl - 2021-02-04 - Implement cache-/chip-contained run c7e7879 - Christopher M Riedl - 2021-02-04 - Implement cache-/chip-contained load 6734a16 - akhis023 - 2021-02-04 - HDCT.bin creation ekb fix b905859 - Greg Still - 2021-02-04 - QME Hcode Size: move fabric topology setup to HOMER to save space (4 of 4) e35a8ca - Gregory S Still - 2021-02-03 - Revert "ppe-trace: Display time differentials" 1b3dfe8 - Luis Fernandez - 2021-02-03 - Don't compile SPI SEEPROM HWPs for HBBL in p10_sbe_spi_cmd module Changes Included for package hcode, branch master-p10: f5c781f - hostboot - 2021-02-04 - Release tag & head commit information updated for hw020421a.opmst10 9f34883 - Rahul Batra - 2021-02-04 - PGPE: Fix PMSR Update Order 3393517 - Rahul Batra - 2021-02-04 - PGPE: Fix Interrupt Masking Changes Included for package hostboot, branch master-p10: 4bc166a - hostboot - 2021-02-04 - Update simics level to: 2021-02-03_cad2c1_simics.tar.gz cad2c1e82186ae42 8903e37 - Mark Pizzutillo - 2021-02-04 - Add procedure to check for valid PMIC target configurations ebb82e2 - Dan Crowell - 2021-02-04 - Use IOLINK fapi type for SMPGROUP targets 0136202 - Chris Cain - 2021-02-04 - HTMGT: PM Load/Start failures should be reported to HTMGT 9c69a63 - Chris Cain - 2021-02-04 - HTMGT: Prevent safe mode if recovery successful after multiple failures af186b3 - Christian Geddes - 2021-02-04 - Set iv_gard and iv_deconfig flags on errlEntry during errl commit e1f4a7b - Deb McLemore - 2021-02-04 - Change assert to trace for mboxdd 1fafe01 - Caleb Palmer - 2021-02-04 - PRD: MemDqBitmap get proper target when getting spare info 29bb8b5 - Caleb Palmer - 2021-02-04 - PRD: Temporarily disable calls to p10_proc_gettracearray 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