commit | 3d294221949691561ada4f129c096d92724880b7 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Jul 15 09:15:04 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Jul 15 09:15:04 2020 -0500 |
tree | c8aa2d870c6c1a64aea8b8444c3a6c413e02cf9f | |
parent | 7ed251f26d169cf77479cb3fb4809fba77c555f6 [diff] |
op-build update 7-15-2020 Changes Included for package hcode, branch master-p10: f48809c - hostboot - 2020-07-15 - Release tag & head commit information updated for hw071420a.opmst10 01627f3 - Yue Du - 2020-07-15 - QME: EPM only Boardside Support 375e05d - Yue Du - 2020-07-15 - QME: EPM only Boardside Support e09d7c0 - manichow - 2020-07-15 - Implementation of p10_core_checkstop_handler 9ca32bb - hostboot - 2020-07-14 - Release tag & head commit information updated for hw071320a.opmst10 53f5ecb - Chris Steffen - 2020-07-14 - P10 I/O PPE DD1 A1.0 Image 1a68b24 - Chris Steffen - 2020-07-14 - P10 I/O PPE DD1 A1.0 Image 768e60c - rajerpp1 - 2020-07-14 - Changes for Enabling Clock Gard. cda963f - Joe McGill - 2020-07-14 - update IOPPE code for drop V 12b9c5e - Joe McGill - 2020-07-14 - IOPPE image build, source import updates fe43820 - Joe McGill - 2020-07-14 - initial snapshot of IOPPE image b316af4 - Anusha Reddy Rangareddygari - 2020-07-14 - P10 hwp updates - istep 0 procedures 4bf67bc - hostboot - 2020-07-14 - Fix auto-mirror 2d45098 - Prem Shanker Jha - 2020-07-14 - Self-Save-Restore: Correction in workaround for HW534619. Changes Included for package hostboot, branch master-p10: 7adae75 - Caleb Palmer - 2020-07-15 - MDIA: Disable testmdia d55b8c2 - hostboot - 2020-07-15 - Update SBE commit to 2ba13a3... P10-MPIPL: Enable collection of Architec c206932 - Caleb Palmer - 2020-07-14 - PRD: Reenable PRD and MDIA test case modules b750fea - Caleb Palmer - 2020-07-14 - PRD: Uncomment memory hardware procedure calls 95a6baf - manichow - 2020-07-14 - Implementation of p10_core_checkstop_handler 03fd015 - Ilya Smirnov - 2020-07-14 - Clean up pmtestRt.H bfdf43a - Christian Geddes - 2020-07-14 - MPIPL: Remove old P9 code path we used to power down secondary cores e497582 - Dan Crowell - 2020-07-14 - Allow skipping/running of OCC in multiproc via simics var ffd0df7 - Roland Veloz - 2020-07-14 - Fix PRD's compile issue: Missed some items from previous commit 0fc0500 - Dan Crowell - 2020-07-14 - Improve console messages for new part detection a52e54a - Mike Baiocchi - 2020-07-14 - Anti-Rollback Support: Updating SecureROM to check for Secure Version 6530a55 - Mike Baiocchi - 2020-07-14 - Anti-Rollback Support: Secure Version passed from HBBL to HDAT 04d2a4d - hostboot - 2020-07-14 - Update simics level to: 2020-07-12_80a419_simics.tar.gz 5526895db636a5df dba137e - Ben Gass - 2020-07-14 - Revert removal of ATTR_IS_SIMULATION and associated explorer init changes. 5bbce65 - Joachim Fenkes - 2020-07-14 - p10_sbe_chiplet_fir_init: Add clockstop-on-xstop support 249fe16 - Luke Murray - 2020-07-14 - Adding attributes to disable L2 & L3 hashing 527a8e5 - Christopher M Riedl - 2020-07-14 - vbu/contained: Improve thread seed generation e7002f2 - Sandeep Korrapati - 2020-07-14 - updated to latest register save-off structure, included SPI config registers 6be6da7 - rajerpp1 - 2020-07-14 - Changes for Enabling Clock Gard. 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