commit | be12a86601298c8658df5b216a2f9cdd91bfa362 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Jun 13 00:38:52 2022 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Jun 13 00:38:52 2022 -0500 |
tree | e4d63a0166d41499604c75de857093010ace93df | |
parent | ff20cc6372fa07817e8148af82c31840fc51d2d0 [diff] |
op-build master-p10 update 6-13-2022 Changes Included for package hcode, branch master-p10: c0bd3e5 - hostboot - 2022-06-11 - Release tag & head commit information updated for hw061022a.opmst10 2509a2e - hostboot - 2022-06-09 - Release tag & head commit information updated for hw060822a.opmst10 Changes Included for package hostboot, branch master-p10: fc1f207 - Geetha Pisapati - 2022-06-10 - Adding the read of the dmem regs to snps msg block structure aa3d7ff - Mark Sonntag - 2022-06-10 - Replace temporary Odyssey register values with offical ones 1c2b4a0 - Stephen Glancy - 2022-06-10 - Adds attribute updates for DDR5 MR0-9 d72594f - Chris Cain - 2022-06-09 - HTMGT: Clear safe mode after OCCs are started c6f4826 - Chris Cain - 2022-06-09 - HTMGT: Add proc callout if OCC does not have sensors 58ff0aa - Zach Clark - 2022-06-09 - Remove unused makefile 35a0207 - Caleb Palmer - 2022-06-09 - Update ATTR_MEM_VPD_DQ_MAP to 80 byte array for ISDIMMs 9197c1e - Stephen Glancy - 2022-06-09 - Adds blank DDR5 error XML ffc30f0 - Corey Swenson - 2022-06-09 - Add new I2C Devices to Hostboot Callouts 278a293 - Stephen Glancy - 2022-06-09 - Adds custom pair implementation 89d0b13 - Zach Clark - 2022-06-08 - Do not rely on FRU table length in metadata being correct 4640cd3 - Roland Veloz - 2022-06-07 - Reset/clear global variables c2dcf5b - Zane Shelley - 2022-06-07 - PRD: Disable integrated spare check in FSP code Changes Included for package hostboot-binaries, branch master: 295b1b4 - hostboot - 2022-06-11 - UPDATE executables for the NVIDIA gpu and/or ring files for hw061022a.opmst10 0017208 - hostboot - 2022-06-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw060822a.opmst10 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.com:open-power/op-build.git cd op-build ./op-build p10ebmc_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