commit | b17ab3297f90dcceaa5cc6ac69776d19dfca4758 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Feb 15 08:55:44 2022 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Tue Feb 15 08:55:44 2022 -0600 |
tree | c2cf4f49628f7c232f0df03ae584e91b1710c7d1 | |
parent | 1f5367eb922e35b0ee769d62bb61ddfa67d40ced [diff] |
op-build update 2-15-2022 Changes Included for package sbe, branch master-p10: 740751f - premjha2@in.ibm.com - 2022-02-15 - p10_qme_init: Fixed clearing of pending OPITA interrupts. 74aa216 - Sunil Kumar - 2022-02-15 - Fix for PPE compilation failure. 0dbf5df - akhis023 - 2022-02-15 - Support OP-Build p10 SBE signing d5a6a02 - Sunil Kumar - 2022-02-11 - Resource recovery 59a1554 - Joe McGill - 2022-02-11 - p10_sbe_attr_setup -- add SMT8 mode consistency check 8135a2a - Stephen Glancy - 2022-02-11 - Adds Odyssey DIMM Pos traits f576bf7 - Stephen Glancy - 2022-02-11 - Adds DDR5 SPD processing class and factory support db04615 - Prasad Bg Ranganath - 2022-02-10 - Level3 PM FIRINIT procedures 086bf21 - Sunil Kumar - 2022-02-10 - Copy HDCT verificaton scripts to EKB from crondump and execute. b0ac5cd - Stephen Glancy - 2022-02-10 - Adds initial Odyssey makefiles 1eb82ba - Jason Albert - 2022-02-10 - Support for building ppc64le cdaff68 - Joe McGill - 2022-02-10 - p10_nest_attributes -- introduce ATTR_PROC_FABRIC_R_INDIRECT_EN 4fd37d6 - Joe McGill - 2022-02-10 - p10_exit_cache_contained -- add MC p1 prefetch confidence customization Changes Included for package hcode, branch master-p10: 76e9c20 - hostboot - 2022-02-11 - Release tag & head commit information updated for hw021122a.opmst10 d81d8bb - Sunil Kumar - 2022-02-11 - Resource recovery ecb2469 - hostboot - 2022-02-11 - Release tag & head commit information updated for hw020922a.opmst10 e615596 - Joe McGill - 2022-02-11 - FBC attribute, initfile variable updates for Rainier, Everest configurations 4418ae1 - Jenny Huynh - 2022-02-11 - Implement p10_fbc_eff_config_aggregate procedure (2/2) 0eb1bf2 - hostboot - 2022-02-11 - Fix auto-mirror 6dc0cca - Joe McGill - 2022-02-11 - p10_sbe_attr_setup -- add SMT8 mode consistency check Changes Included for package hostboot, branch master-p10: 866d423 - hostboot - 2022-02-15 - Update HCODE commit to a03e915... Resource recovery 9bdf0b9 - hostboot - 2022-02-15 - Update simics level to: 2022-02-14_7aaaa2_simics.tar.gz 7aaaa2bb36cd447b 80c561b - Daniel Crowell - 2022-02-14 - Correctly handle HWAS_STATE flags after resource recovery 3cb94b6 - Daniel Crowell - 2022-02-14 - Add current boot side to error log for SBE failures 891409f - Daniel Crowell - 2022-02-11 - Add constant for ekb compile 66b61db - Daniel Crowell - 2022-02-11 - Properly handle minimum core check Changes Included for package hostboot-binaries, branch master: 6b1f8ab - hostboot - 2022-02-11 - UPDATE executables for the NVIDIA gpu and/or ring files for hw021122a.opmst10 ca4dfcd - hostboot - 2022-02-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw020922a.opmst Changes Included for package rainier-xml, branch master: bcc492c - RUBY ZGABAY - 2022-02-14 - Merge pull request #84 from rubymart/master 7823cd3 - rubymart - 2022-02-09 - Added correct default values to 2 new attributes per SW535847 & SW542877 Changes Included for package rainier-xml, branch master: bcc492c - RUBY ZGABAY - 2022-02-14 - Merge pull request #84 from rubymart/master 7823cd3 - rubymart - 2022-02-09 - Added correct default values to 2 new attributes per SW535847 & SW542877 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