commit | 92e634e10b54ef5bf617b4fc796eeb8507657757 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Apr 30 00:35:30 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Thu Apr 30 00:35:30 2020 -0500 |
tree | eeccdca65a7238915cf8f1fbff3ad3c1c22b60ce | |
parent | c18de4327a14099f85385344983fcba14cd91b3d [diff] |
op-build update 4-30-2020 Changes Included for package sbe, branch master-p10: f19659b - Ben Gass - 2020-04-29 - Update register header files from RITA2 data. 535270b - rajerpp1 - 2020-04-29 - Added sub procedure to check quiesce state for PAU 809a6e3 - Ben Gass - 2020-04-29 - Update register header files from drop Y. a548633 - rajerpp1 - 2020-04-29 - Added sub procedure to check quiesce state for INTP 291c625 - manichow - 2020-04-29 - Added the procedure p10_vas_check_quiesce. c798f8f - rajerpp1 - 2020-04-29 - Added sub procedure to check quiesce state for NX d402721 - Ben Gass - 2020-04-29 - Update register header files with drop X data 03d5f98 - rajerpp1 - 2020-04-29 - Check quiesce state for all units on the powerbus. a09d143 - Ben Gass - 2020-04-29 - Update register header files with drop V figdb (really) 42809ff - Ben Gass - 2020-04-29 - Update register headers from drop V figdb 90fc0a1 - Ben Gass - 2020-04-29 - Update register header files from e10020 release data 075c3e1 - Ben Gass - 2020-04-29 - Updates to register headers ac56fb4 - Ben Gass - 2020-04-29 - Update register headers b2993d3 - Ben Gass - 2020-04-29 - Create separate files for PPE/OCI regs with their own namespace. 7964d22 - Ben Gass - 2020-04-29 - Update scom headers 8cb643a - Ben Gass - 2020-04-29 - Add top level p10_scom_pau.H file. 7aff770 - Ben Gass - 2020-04-29 - Update scom headers with e101c_p10d10_017u03a.figdb and new scominfo ad8484f - Ben Gass - 2020-04-29 - Scom header updates. 78ddbbe - Ben Gass - 2020-04-29 - Various scom header file updates e711a20 - Douglas Holtsinger - 2020-04-29 - Core RAMing and testing fixes for SPRs 93b020f - Joe McGill - 2020-04-29 - initialize RCS PLLs fff2af3 - Anusha Reddy Rangareddygari - 2020-04-29 - Removing ifndef ppe for p10_perv_sbe_cmn_switch_mux_cfam func Changes Included for package hcode, branch master-p10: 8afdfa2 - hostboot - 2020-04-29 - Release tag & head commit information updated for hw042920a.opmst10 0fbb621 - Greg Still - 2020-04-29 - VIO Rail Not Powered attribute definition e365f31 - Andre A. Marin - 2020-04-29 - Snapshot explorer hwp and xml from ekb/master 3e8a080 - Andre Marin - 2020-04-29 - Port P10 HB compile flag mss error, update p10_lib mk 4c74ab9 - hostboot - 2020-04-29 - Fix auto-mirror Changes Included for package hostboot, branch master-p10: a49be78 - Dan Crowell - 2020-04-29 - P10 Clock target changes to MRW parsing fdd2770 - Luis Fernandez - 2020-04-29 - Remove I2C code that moved to SPI fb61e28 - Caleb Palmer - 2020-04-29 - PRD: Don't check for UE as side effect to now masked error b2437f7 - hostboot - 2020-04-29 - Update simics level to: 2020-04-28_7841df_simics.tar.gz 98fced7a6cd28029 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