commit | 47b5fa5d3e63a9c2a78a8513787d40460063a3fb | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon May 11 00:37:34 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon May 11 00:37:34 2020 -0500 |
tree | e08d9dc2f79513d3dface94470211e1f680469e5 | |
parent | 5baa859b6d4d2af44ac3569aa5e59774545c490f [diff] |
op-build update 5-11-2020 Changes Included for package rainier-xml, branch master: 416249d - RUBY M ZGABAY - 2020-05-08 - Merge pull request #29 from rubymart/master 6cbd003 - rubymart - 2020-05-08 - Fixed BYTE_ADDRESS_OFFSET and I2C_BUS_SPEED_ARRAY 9a29131 - rubymart - 2020-05-04 - Added missing GPIO connection for MCRL_VPP from BMC to Microcontroller Changes Included for package hcode, branch master-p10: 2156e95 - hostboot - 2020-05-10 - Release tag & head commit information updated for hw051020a.opmst10 34d3dc7 - hostboot - 2020-05-08 - Release tag & head commit information updated for hw050820a.opmst10 572df28 - Prasad Bg Ranganath - 2020-05-08 - putring: add a check to prevent a corrupted RS4 container from never stopping c3233a6 - Greg Still - 2020-05-08 - PM: define attribute to limit the throttle Pstates 99d83b3 - hostboot - 2020-05-08 - Release tag & head commit information updated for hw050720a.opmst10 b758d8b - Amit Tendolkar - 2020-05-08 - P10 HCode Error Logging - Update to external shared files 7be2cc0 - Amit Tendolkar - 2020-05-08 - P10 HCode Error Logging - Update to external shared files Changes Included for package hostboot, branch master-p10: 841eb1d - Zane Shelley - 2020-05-08 - PRD: Chip Data File updates for P10 RITB6 0770f5c - Zane Shelley - 2020-05-08 - PRD: Sample Chip Data XML for simulation 026dd81 - Chris Cain - 2020-05-08 - Detect duplicate OCC chip ids 543acf7 - Matthew Raybuck - 2020-05-08 - Fix bug in processMrw to use PIB I2C connection only 84485eb - Dan Crowell - 2020-05-08 - Add severity to error log commit trace 665601a - Zach Clark - 2020-05-08 - Pull endianness fixes for pdr.c from libpldm 84e217c - Daniel M Crowell - 2020-05-08 - Revert "SBE enable EEPROM tests" bbeeb16 - Zach Clark - 2020-05-08 - Log uninstrumented object files when building with code coverage ba785e1 - hostboot - 2020-05-08 - Update HCODE commit to afc4df9... Fix for intermittent missing ifndef in 4686f09 - hostboot - 2020-05-08 - Update SBE commit to ed7d4be... Phase1: Enable MPIPL Procedure compilati f0597f5 - hostboot - 2020-05-08 - Update simics level to: 2020-05-07_2e5e5c_simics.tar.gz 696b8e1b7220461a 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.com:open-power/op-build.git cd op-build ./op-build palmetto_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