commit | e12196f7e58e2e30ed6256472c5b66e1e75894d1 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Sep 09 00:35:16 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Sep 09 00:35:16 2020 -0500 |
tree | d271875d12eac0a4c666966d75c501ae2264d622 | |
parent | 0be767c431e17a3046c498bead60cdce41a3613d [diff] |
op-build update 9-9-2020 Changes Included for package hostboot-binaries, branch master: 6f9d5b4 - hostboot - 2020-09-08 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090820a.opmst10 Changes Included for package sbe, branch master-p10: 642ff15 - Joe McGill - 2020-09-07 - updates to support istep execution on core-less or memory-less chips 28ee50c - Yue Du - 2020-09-06 - QME: Retry Xfer when error bca0cab - Prasad Bg Ranganath - 2020-09-06 - QME HCODE: Runtime spwup fix Changes Included for package hcode, branch master-p10: a727ef9 - hostboot - 2020-09-08 - Release tag & head commit information updated for hw090820a.opmst10 4b2e54a - Joe McGill - 2020-09-08 - add LAST_LOCKING_BANDSEL option for MC PLLs, leverage sticky unlock detector 983163e - Greg Still - 2020-09-08 - p10_pstate_parameter_block: add ATTR_WOF_TDP_ALTITUDE_REFERENCE_M to OPPB 25a584f - Olsen - 2020-09-08 - Updates to RS4 API decompress to detect care-data conflict Changes Included for package hostboot, branch master-p10: 80700cd - Joe McGill - 2020-09-08 - add LAST_LOCKING_BANDSEL option for MC PLLs, leverage sticky unlock detector f8d4f55 - Joe McGill - 2020-09-08 - p10_setup_sbe_config -- set fused core, LPAR mode programming in Hostboot 258a681 - William G Hoffa - 2020-09-08 - Revert "added hbus disable inits to off" 05e371d - Yue Du - 2020-09-08 - QME: Retry Xfer when error 9863ba3 - Olsen - 2020-09-08 - Updates to RS4 API decompress to detect care-data conflict d4afcab - Emmanuel Sacristan - 2020-09-08 - added hbus disable inits to off 1459ae1 - hostboot - 2020-09-08 - Update SBE commit to a9de444... Append hdct section into simics standalo f634b7b - hostboot - 2020-09-08 - Update simics level to: 2020-09-07_8280d3_simics.tar.gz 8280d3b29c084996 0e602b8 - Joe McGill - 2020-09-08 - updates to support istep execution on core-less or memory-less chips 0977791 - Luis Fernandez - 2020-09-08 - Change TPM_MODEL default to Nuvoton 75x 1097f75 - Louis Stermole - 2020-09-06 - Move Explorer obj handle and cmd flag setup from exp_scominit to exp_omi_init 5317f0d - Mark Pizzutillo - 2020-09-06 - Add ekb flag for MSS_SUET and fix all p10 suet unit tests 72b093e - Prasad Bg Ranganath - 2020-09-06 - QME HCODE: Runtime spwup fix aae45ae - Prasad Bg Ranganath - 2020-09-06 - PM PPB: Temporary fix ot consider UT freq for psate0 3877f0b - Prasad Bg Ranganath - 2020-09-06 - HWP: FIx pointer check in p10_check_proc_config procedure 814d4c8 - Joachim Fenkes - 2020-09-06 - p10_pre_poweroff: Assert OCMB reset dcd2b49 - Stephen Glancy - 2020-09-05 - Fixes explorer's non-existant spare byte logic b77c192 - Mark Pizzutillo - 2020-09-05 - Fix find_targets_sorted_by_index sort bug 09698b8 - Christopher M Riedl - 2020-09-05 - sbe: Enable L2 Loader w/ SBE FIFO 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