commit | 9dcb6bd63063cb6c1cf119491e06203780ae5ccd | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Jun 27 00:39:21 2022 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Jun 27 00:39:21 2022 -0500 |
tree | 6e653ed964438d94969375c3513a6818b5fa4559 | |
parent | ca667c35e929fb19c43cd917ce7af7fc95a9ec8e [diff] |
op-build master-p10 update 6-27-2022 Changes Included for package sbe, branch master-p10: ec418c2 - Sunil Kumar - 2022-06-23 - Rename the tool to sbe-pel-parser b503c9c - Lilith Hale - 2022-06-23 - SW550353 - disable memcntl commands before training 4117391 - Sunil Kumar - 2022-06-21 - Send failure RC to BMC incase of enterMpipl() failure. Changes Included for package hcode, branch master-p10: bf8956c - hostboot - 2022-06-24 - Release tag & head commit information updated for hw062422a.opmst10 ee85bf2 - Prasad Bg Ranganath - 2022-06-24 - PM HWP: Skip using multicast eq target when we are in Hostboot env 915c6bc - Yue Du - 2022-06-24 - QME: Adding non-stop core error handling when only mma is not available 4609851 - Joe McGill - 2022-06-24 - skip stopgrid execution on zero core IOSCM chips 13ea95a - Greg Still - 2022-06-24 - PM HWP: correct the AVSBus callout identifier in error XML 49546bc - Nick Bofferding - 2022-06-24 - Fix various cppcheck errors Changes Included for package hostboot, branch master-p10: e83a8b0 - Louis Stermole - 2022-06-25 - Revert "Reverse address bits from row repair entries in VPD" 21ede72 - Zach Clark - 2022-06-24 - Sort PLDM OCC state sensor/effecter IDs 97804e7 - Mike Baiocchi - 2022-06-24 - Update Method To Force a Checkstop on some LPC Errors 9a26fb6 - Stephen Glancy - 2022-06-24 - Adds DDR5 MR structs from MR50 to MR59 8bd0c65 - Amita Banchhor - 2022-06-24 - Creating code to load IMEM, DMEM, and message block onto Synopsys PHY c4222a4 - Geetha Pisapati - 2022-06-24 - Upgrading the draminit ut to test the load_msg_blk 45b0810 - Greg Still - 2022-06-24 - PM HWP: correct the AVSBus callout identifier in error XML 2c5ec06 - Isaac Salem - 2022-06-24 - fix issue in build-script for CI 4bc3247 - hostboot - 2022-06-24 - Update simics level to: 2022-06-22_7daaf0_simics.tar.gz 7daaf093367427b6 6c9ac51 - Deb McLemore - 2022-06-24 - Hostboot Core Synchronization with SBE 93ec994 - Deb McLemore - 2022-06-24 - Hostboot getCoreSelect for unicast target Changes Included for package hostboot-binaries, branch master: 40dab88 - hostboot - 2022-06-24 - UPDATE executables for the NVIDIA gpu and/or ring files for hw062422a.opmst10 7d59ddd - hostboot - 2022-06-22 - UPDATE executables for the NVIDIA gpu and/or ring files for hw062222a.opmst 7a69055 - hostboot - 2022-06-22 - UPDATE executables for the NVIDIA gpu and/or ring files for hw062222a.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