commit | d520693532db106598e36240c6840092ed5b14ca | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Apr 14 00:40:38 2022 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Apr 14 00:40:38 2022 -0500 |
tree | 01e26399ccc6e94fb43d7219ebbe21dbcc4b681e | |
parent | 247e4485f1889c5f43548abc2221a307a84e4e05 [diff] |
op-build update 4-14-2022 Changes Included for package hcode, branch master-p10: 6da37d5 - hostboot - 2022-04-14 - Release tag & head commit information updated for hw041322a.opmst10 Changes Included for package hostboot, branch master-p10: b40dc18 - Zach Clark - 2022-04-13 - PLDM Runtime BMC R/R support: EECACHE write safety (commit 2/n) 272a13a - Zach Clark - 2022-04-13 - PLDM Runtime BMC R/R support: outgoing PLDM request retries (commit 1/n) aa04d96 - Isaac Salem - 2022-04-13 - fix traces in forceEcFcDeconfig 80edefc - Matt Derksen - 2022-04-13 - Create trace_lite parser in python 02d3bd8 - Corey Swenson - 2022-04-13 - Move PMIC_HEALTH_CHECK in interface.h hbrt_fw_msg struct 80789b8 - hostboot - 2022-04-13 - Update HCODE commit to b7e132a... HDCT: add PM registers to MPIPL dump t 1db1ed4 - hostboot - 2022-04-13 - Update simics level to: 2022-04-08_40270f_simics.tar.gz 40270f083b1ff0ff 5faa4e4 - Matt Derksen - 2022-04-13 - Fix FAPI trace entry ee4aaa9 - chenduibm - 2022-04-13 - Delay gard policy enforcement 3ae9253 - Ilya Smirnov - 2022-04-13 - Swap Values of PROC_IO_ERROR_TEMP_DELTA_C and PROC_IO_DVFS_TEMP_DELTA_C a7f3715 - Corey Swenson - 2022-04-13 - Fix runtime MCTP queuing problems 69ce921 - Daniel Crowell - 2022-04-13 - Do not use external hbrt interface while running inside HBRT Changes Included for package hostboot-binaries, branch master: b5cafa6 - hostboot - 2022-04-14 - UPDATE executables for the NVIDIA gpu and/or ring files for hw041322a.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