commit | b0201203f362801bd734cabd93de01b7daebdc3d | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Nov 07 00:40:02 2022 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Mon Nov 07 00:40:02 2022 -0600 |
tree | 7a8d6012d33a06c9efd003ee93021f059f869af0 | |
parent | d77784449e719913d046ea68b350365aa638e87e [diff] |
op-build master-p10 update 11-7-2022 Changes Included for package sbe, branch master-p10: 20a5501 - Srikantha Meesala - 2022-11-04 - DUMP tracearrays data collection is changed as per HDCT data for MPIPL 47c5995 - Sneha Kadam - 2022-11-04 - Added more regs into pmic telemetry 09a30b6 - Greg Still - 2022-11-04 - PPB: clip all frequencies to 4250MHz to not overflow Pstate encoding e7b5394 - Louis Stermole - 2022-11-04 - Add Odyssey draminit error processing Changes Included for package hostboot, branch master-p10: 5993281 - Daniel Crowell - 2022-11-04 - Add ody_scom_perv_tcmc.H to errl parsing includes cf5f8e2 - Joe McGill - 2022-11-04 - ody_draminit_mc -- skip DFI init complete poll in sim a734713 - Stephen Glancy - 2022-11-04 - Adds specific RDTAG and WRDATA timings into Odyssey scominit 8026d13 - Chris Steffen - 2022-11-04 - Creates HW IOHS Action State 3ee6579 - DD - 2022-11-04 - fix chip unit mask error for nmmu1 PartialGoodRule d2ba552 - Daniel M Crowell - 2022-11-04 - Revert "Created spd::factory processing for DDR5 DDIMM module" 06d1c74 - David J Chung - 2022-11-03 - Implement ody_getecid 204a8f7 - Louis Stermole - 2022-11-03 - Change hard code for DFIPHYUPDCNT in ody_ddrphyinit to 0 afb7cec - Ben Gass - 2022-11-03 - Adding Synopsys DDR phy register definitions. ab1ba55 - Stephen Glancy - 2022-11-03 - Forces Odyssey port specializations for read and write reorder queue functions 5f436a8 - Ben Gass - 2022-11-03 - Update sim-speed up. 3b82895 - Joe McGill - 2022-11-03 - p10_load_iop_xram -- skip rtim override in simulation 62be6b6 - Stephen Glancy - 2022-11-03 - Fixes Odyssey memdiags specializations 47a857c - Prasad Bg Ranganath - 2022-11-03 - PM HWP: Increase thetimeout value for OCC boot check 6aa7270 - Louis Stermole - 2022-11-03 - Update ody_scominit to force 1N mode cd89074 - Geetha Pisapati - 2022-11-03 - Created spd::factory processing for DDR5 DDIMM module 94bfd44 - Stephen Glancy - 2022-11-03 - Adds IBM only files for Synopsys' load PIE updates 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