commit | 2248cc03e41d89a6f3f5150ad02a7b4557176eb2 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Dec 16 00:36:09 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Wed Dec 16 00:36:09 2020 -0600 |
tree | 3eed576ab1ecda44d6a9a70e7cfb504ff26206e0 | |
parent | a8182f993549e7dae43fa01d7b2f3e266ed265c2 [diff] |
op-build update 12-16-2020 Changes Included for package hostboot-binaries, branch master: 05cd8d6 - hostboot - 2020-12-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121520b.opmst10 b650c79 - hostboot - 2020-12-15 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121520a.opmst10 Changes Included for package occ, branch master-p10: 9bd9ff0 - Sumit Kumar - 2020-12-14 - Disable PHB units in UAV for DD-1 as PHB scoms are broken 4666eef - Chris Cain - 2020-12-11 - Disable 24x7 informational trace messages Changes Included for package sbe, branch master-p10: 6af4a77 - Srikantha Meesala - 2020-12-15 - Enable force the checkstop 32c5e60 - Srikantha Meesala - 2020-12-15 - Set8) getmem DUMP rows data updated vai FIFO interface 11834f6 - Srikantha Meesala - 2020-12-15 - Set7) getSram DUMP rows data updated vai FIFO interface 9cf6970 - Srikantha Meesala - 2020-12-14 - Set5) putScom DUMP rows data updated vai FIFO interface 427e0a7 - Srikantha Meesala - 2020-12-14 - chipOp-2) FIFO i/o stream support for sbeControlFastArray chip-op 8bbeb38 - Sunil Kumar - 2020-12-14 - Added module to extract sbeDump. 236999a - Srikantha Meesala - 2020-12-14 - chipOp-3) FIFO i/o stream support for PutMem/GetMem chip-op ee7a4ba - Sunil Kumar - 2020-12-14 - Make p10_query_host_meminfo. 22723d2 - Srikantha Meesala - 2020-12-14 - Added error xml for proc_query_host_meminfo and SBE support code change a00dcc9 - Srikantha Meesala - 2020-12-14 - chipOp-4) FIFO i/o stream support for sbePutSram / sbeGetSram chip-op 77e9b53 - Srikantha Meesala - 2020-12-14 - chipOp-1) FIFO istream support for sbePutRing chip-op 9d9b3cc - Mark Pizzutillo - 2020-12-14 - Add toggle of pmic efuse enable to fix n-mode degrade ef03d65 - Louis Stermole - 2020-12-14 - Add support for OMI seq update in Explorer FW 80f1f2a - Sam Kirchhoff - 2020-12-14 - wave of core functional inits and performance+throttle setings f9b43b4 - Stephen Glancy - 2020-12-14 - Improves explorer check for ready callouts Changes Included for package hcode, branch master-p10: e6cd2ca - hostboot - 2020-12-15 - Release tag & head commit information updated for hw121520b.opmst10 f2b6058 - Greg Still - 2020-12-15 - p10_pm_occ_control: add OCC heartbeat timout checking under Hostboot f75e227 - Greg Still - 2020-12-15 - QME Hcode Size: allow for common HWP to set core fabric topology (1 of 4) fd98c21 - Greg Still - 2020-12-15 - PM: p10_pm_occ_control Level 2 55db519 - Prem Shanker Jha - 2020-12-15 - STOP API: P10 version of STOP API. 4762df2 - hostboot - 2020-12-15 - Fix auto-mirror f821aa0 - Joe McGill - 2020-12-15 - add PSI RX_DF_FSM_REG definitions 1105ff3 - hostboot - 2020-12-15 - Release tag & head commit information updated for hw121520a.opmst10 d026b3f - Yue Du - 2020-12-15 - QME: Set/Clear RCSCR in and out stop 94d01b9 - Gregory S Still - 2020-12-15 - Revert "PGPE: Current Read Fixes" 6481d0d - Rahul Batra - 2020-12-15 - PGPE: Current Read Fixes 4a7d205 - Gregory S Still - 2020-12-15 - Revert "PGPE: Current Read Fixes" c4210e0 - Yue Du - 2020-12-15 - QME: Set/Clear RCSCR in and out stop b1beb24 - Rahul Batra - 2020-12-15 - PGPE: Current Read Fixes a85ac46 - Rahul Batra - 2020-12-15 - PGPE: Basic Pstates for P10 44746ec - Yue Du - 2020-12-15 - CORECACHE: startclocks and stopclocks 5569f5d - hostboot - 2020-12-15 - Fix auto-mirror Changes Included for package hostboot, branch master-p10: 2779186 - Roland Veloz - 2020-12-15 - Added API getVtocRecordMetaData to retrieve the VTOC record meta data cbf8637 - Greg Still - 2020-12-15 - QME Hcode Size: allow for common HWP to set core fabric topology (1 of 4) 9dd7091 - Christian Geddes - 2020-12-15 - Add mutex around map access in memoize 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