commit | 6b33cea3fd5335d3b95ab14d73909d46c2836256 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Jan 13 00:36:44 2021 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Wed Jan 13 00:36:44 2021 -0600 |
tree | bf8f0846b3d7f3267e996b22b99c70acf0587f2e | |
parent | ded6341ffad1b1eb4f8dfaba2999f2763a89f47e [diff] |
op-build update 1-13-2021 Changes Included for package sbe, branch master-p10: de7b02e - Joachim Fenkes - 2021-01-12 - p10_proc_gettracearray: Remove PEC workaround 15a3103 - Nicholas Landi - 2021-01-12 - Remove Core Trace Arrays from gettracearray 7ebedd4 - Nicholas Landi - 2021-01-12 - Fixes to trace array enabling and gettracearray procedure 15f98ff - Nicholas Landi - 2021-01-12 - p10_proc_gettracearray -- fix and update e588a48 - Nicholas Landi - 2021-01-12 - p9_proc_gettracearray Port to P10 (2/2) 4ed626b - Nicholas Landi - 2021-01-12 - p9_proc_gettracearray Port to P10 (1/2) d1876e0 - jdginn - 2021-01-12 - Add range IPL and SEEPROM write chipops for DFT 5fcd3bd - jdginn - 2021-01-12 - Support core and eq type attributes on ppe plat 1408ab9 - Justin Smith - 2021-01-11 - Check core count is 0 for IOSCM testing bc6dc20 - Justin.Ginn@ibm.com - 2021-01-11 - Update power_dft copy of sbecmdmpipl to match mainline 6159968 - Justin.Ginn@ibm.com - 2021-01-11 - Contained procedure support for DFT SBE builds Changes Included for package hostboot, branch master-p10: f2255aa - Louis Stermole - 2021-01-12 - Add Explorer RC reporting in I2C library 4854cb2 - Rahul Batra - 2021-01-12 - PM: Fix Pstate Table Length in PPMR 586f95d - jdginn - 2021-01-12 - Exclude a FAPI_DBG which is invalid for ppe PLAT deb989e - Matt Derksen - 2021-01-12 - RAS: Add explorer log gathering to appropriate errors 9111110 - Louis Stermole - 2021-01-12 - Disable USTLCFG DATE_ERROR_RETRY_ENABLE e8fd24e - Christian Geddes - 2021-01-12 - Update PLDM Bios attribute names a1c5dc8 - Matthew Raybuck - 2021-01-12 - Re-enable error logs for TPM HDAT 6f498e2 - Dan Crowell - 2021-01-12 - Resume Mbox in error path of boot_core_wakeup path 2dd5dd2 - Dan Crowell - 2021-01-12 - Fix some broken error log comment blocks 65f6a09 - Christian Geddes - 2021-01-12 - Update hex conversion to be compatible with bash version ran on FSP 702c152 - Luis Fernandez - 2021-01-12 - Add Explorer Update Test Cases 2c03952 - hostboot - 2021-01-12 - Update HCODE commit to 8235f55... PGPE: Current Read Fixes 55996a4 - hostboot - 2021-01-12 - Update SBE commit to aa7d412... Remove 1 MB cap of HB MEM for HB Dump. ad24201 - Matt Derksen - 2021-01-12 - Fix EXP_OMI_TRAIN_ERR() FFDC gathering crash df26f67 - Rahul Batra - 2021-01-12 - PM: WOF Updates HWP (1/2) b2fd410 - Luis Fernandez - 2021-01-12 - RAS Write Explorer FW level into DDIMM SPD b947755 - Greg Still - 2021-01-12 - QME Hcode Size: new p10_fbc_core_topo HWP to enable space saving (2 of 4) b1004c2 - Prem Shanker Jha - 2021-01-12 - PM HWP: Added support for STOP11 auto-wakeup vector. ed43cdf - Chen Du - 2021-01-12 - Fix for IOHS PEER attribute defect 467d239 - Chen Du - 2021-01-12 - Addon commit for SMPGROUP 53270bc - Chen Du - 2021-01-12 - Remove workaround for processMRW PBAX attributes 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 Palmetto 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 POWER8 platforms include Habanero, Firestone, and Garrison. 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 \ 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)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common lzo-devel python2