commit | dcac6cc595a4947662b14a084247210bcaccc4de | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Mar 11 00:35:28 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Mar 11 00:35:28 2020 -0500 |
tree | 4161c96e2edb268ad3eadca36f28d0a6caa77753 | |
parent | eee591eb25acd82eb89058cb0b54de81270fcf96 [diff] |
op-build update 3-11-2020 Changes Included for package hostboot-binaries, branch master: 3947c5b - hostboot - 2020-03-10 - UPDATE executables for the NVIDIA gpu and/or ring files for hw031020a.opmst10 5a9defb - hostboot - 2020-03-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw030920a.opmst10 Changes Included for package sbe, branch master-p10: 6d8e0a9 - Olsen - 2020-03-10 - Abist ring support for fastarray bf6dca6 - Prasad Bg Ranganath - 2020-03-10 - SBE putring: Fix MMA region bit during mma scan 6a36fdf - Yue Du - 2020-03-10 - Istep4: Fix regional bits when enter/exit flushmode inhibit 7f56f38 - Amit Tendolkar - 2020-03-10 - Add check in QME to check if running on Simics c760245 - Joachim Fenkes - 2020-03-10 - IPL updates v53 246dc8b - Murulidhar Nataraju - 2020-03-09 - Unicast core Targets needs to have appropriate CoreSelect bits df59fbe - Joachim Fenkes - 2020-03-09 - PLAT target.C: Improve core multicast target decomposition c38ac62 - Joachim Fenkes - 2020-03-09 - PLAT target.C: Make multicast decomposition dependent on actual target type bda5788 - Raja Das - 2020-03-04 - Updated SBE Boot Seeprom Max size for sbeReadMem Chip-op e462332 - Srikantha Meesala - 2020-03-04 - Enable or Disable the assert() using NDEBUG Changes Included for package hcode, branch master-p10: 9e91200 - hostboot - 2020-03-10 - Release tag & head commit information updated for hw031020a.opmst10 4cdc9af - Jenny Huynh - 2020-03-10 - Always set smf bit in xscom bar 5bc2622 - hostboot - 2020-03-09 - Release tag & head commit information updated for hw030920a.opmst10 5e1fa87 - Joe McGill - 2020-03-09 - p10_scaninfo -- make MC vitl rings chip scoped 0699901 - Joe McGill - 2020-03-09 - updates for indepedent AXON chiplet scan rings a3340bf - Joe McGill - 2020-03-09 - clock checking and scan/scom address xlate updates 246ab44 - Thi Tran - 2020-03-09 - P10 SCOM, SCAN address translation 2e4f7ae - hostboot - 2020-03-09 - Fix auto-mirror 43975ec - Olsen - 2020-03-09 - Abist ring support for fastarray Changes Included for package hostboot, branch master-p10: 1faef62 - Jenny Huynh - 2020-03-10 - Always set smf bit in xscom bar 04ff805 - Bill Hoffa - 2020-03-10 - Modify Xscom FAPI BAR Testcase ff21667 - hostboot - 2020-03-10 - Update SBE commit to d9082bf... Added by default all scoms takes SBE_FIF e27af3f - Zach Clark - 2020-03-10 - Fix inter/intra parameter ordering to several HWPs ce0c7af - Yun Pan - 2020-03-10 - Enable Istep 12.10 0a39b77 - Zach Clark - 2020-03-10 - HDAT SPI info collection interface (commit 2 of 2) 577d964 - Yun Pan - 2020-03-10 - Remove unnecessary include files d819efe - Andre A. Marin - 2020-03-10 - Snapshot of mss generic, explorer, and pmic source 08af076 - Ben Gass - 2020-03-10 - Skip exp_omi_setup and exp_omi_train_check in sim. a0c7e29 - Andre A. Marin - 2020-03-10 - Snapshot explorer hwp and xml from ekb/master 55742d6 - Andre A. Marin - 2020-03-10 - Update p10 snapshot for exp_draminit from p9a ba3e9bd - Ben Gass - 2020-03-10 - Initial pass at code to get x/a/omi links up and trained. 2befc08 - Christian Geddes - 2020-03-10 - Add API to get OCMB's mmio information, used to build HDAT 56ab3f8 - hostboot - 2020-03-10 - Update simics level to: 2020-03-06_68d911_simics.tar.gz b750267db2cefacf d91cc00 - Olsen - 2020-03-09 - Abist ring support for fastarray 521edf1 - manichow - 2020-03-09 - Procedure for HRESET of SBE at runtime. cbec77d - Zach Clark - 2020-03-09 - IStep 9.7 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