commit | 15ab4ed9c8c4c33f71c67f491f5e56aeea754581 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Jul 30 00:37:01 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Jul 30 00:37:01 2020 -0500 |
tree | 4272f96d3d1e1b165363a3f7ad8f8c250ed802fa | |
parent | 5f415b5d1489e74efbae0a601dd679ed499ec770 [diff] |
op-build update 7-30-2020 Changes Included for package hostboot-binaries, branch master: 4138dfc - hostboot - 2020-07-29 - UPDATE executables for the NVIDIA gpu and/or ring files for hw072920a.opmst10 Changes Included for package sbe, branch master-p10: 85fa764 - Prasad Bg Ranganath - 2020-07-29 - LPC HWP: Add delay after lpc deasert 72fc252 - Joachim Fenkes - 2020-07-29 - p10_sbe_select_ex: Only needed EQs in MC group 6 for istep 4 ef11980 - Greg Still - 2020-07-29 - PM attributes: update for MRW tagging (including defaults) Changes Included for package hcode, branch master-p10: 70867e5 - hostboot - 2020-07-29 - Release tag & head commit information updated for hw072920a.opmst10 3616dff - Joachim Fenkes - 2020-07-29 - p10_sbe_lpc_init: Keep secondary LPC in reset, check reset on primary 860e6da - Christopher M Riedl - 2020-07-29 - Port LPC initialization procedure from P9 efe5365 - hostboot - 2020-07-29 - Fix auto-mirror 0eb2f92 - Greg Still - 2020-07-29 - PM attributes: update for MRW tagging (including defaults) 4a828b0 - Joachim Fenkes - 2020-07-29 - p10_sbe_select_ex: Only needed EQs in MC group 6 for istep 4 Changes Included for package hostboot, branch master-p10: 274a057 - Joachim Fenkes - 2020-07-29 - p10_sbe_select_ex: Only needed EQs in MC group 6 for istep 4 dc2b743 - Joachim Fenkes - 2020-07-29 - p10_sbe_lpc_init: Keep secondary LPC in reset, check reset on primary c682485 - Greg Still - 2020-07-29 - PM attributes: update for MRW tagging (including defaults) e5e970f - Corey Swenson - 2020-07-29 - Add p10_sbe_scratch_regs_set_pll_buckets function 4f700a9 - Andre A. Marin - 2020-07-29 - Fix DMB rev bug in ddimm_get_efd 5d4215d - Ricardo Mata Jr - 2020-07-29 - Fixed a bug with the putscoms and added a few updates. 2f3573c - hostboot - 2020-07-29 - Update simics level to: 2020-07-28_b93a66_simics.tar.gz b93a661af7755eb0 11075ff - Bill Hoffa - 2020-07-29 - Deconfigure Inactive PHBs based on NVME Backplane Configurations d58057d - Bill Hoffa - 2020-07-29 - Define New PCIE NVME Attributes 3c1a474 - Bill Hoffa - 2020-07-29 - PCIE Logic Updates 1522b6d - Caleb Palmer - 2020-07-29 - PRD: Update OCMB symbol to DQ mapping 0c7b27f - Zane Shelley - 2020-07-29 - PRD: fix callouts when both MF clock fail 312ff21 - Caleb Palmer - 2020-07-29 - PRD: adjust DSTLFIR re-setting workaround ec363d1 - Dan Crowell - 2020-07-29 - Avoid writing MVPD EEPROM until ECC is supported 761640c - Luis Fernandez - 2020-07-29 - Put WOF in EECACHE for Rainer Build 614c35c - Luis Fernandez - 2020-07-29 - Re-enable the use of prebuilt EECACHEs 7fa47b7 - Luis Fernandez - 2020-07-29 - Some Fixes to EEPROM Caching Code 03f23e7 - Ilya Smirnov - 2020-07-29 - Add PARENT_DECONFIG_RULES to Deconfigurable Targets 550ea9f - Caleb Palmer - 2020-07-29 - PRD: Fix for PRD repo mirror in analyzeOcmbs 1515a38 - Caleb Palmer - 2020-07-29 - PRD: Blunt force check all OCMBs for attentions d29b6d0 - Zane Shelley - 2020-07-29 - PRD: callout connected cores instead of EQ 753c6b7 - Zane Shelley - 2020-07-29 - PRD: fix rules for FIRs with 3 action registers 4bad3c6 - Zane Shelley - 2020-07-29 - PRD: add support for NX unit callout/gard 5eee59d - Caleb Palmer - 2020-07-29 - PRD: Don't ban TPS when all dram repairs used 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