commit | f726bf6890737673f9326e1af96eb1eb91dc28ae | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Apr 05 15:56:32 2019 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Apr 05 15:56:32 2019 -0500 |
tree | defa86e40c56700126b2dc1b827ed6d1da557917 | |
parent | ba554b8480f069ba6efe5e2a40599e51e9d4aaea [diff] |
op-build update 4-5-2019 Changes Included for package hostboot, branch master: c865110 - Ben Gass - 2019-04-05 - Update p9a_10 engd from o10_e9032_pd_tp024_ec412_soa_sc_u080_01 a5c731e - Mark Pizzutillo - 2019-04-05 - Remove rank.H to rename to exp_rank.H 40bcbd0 - Tsung Yeung - 2019-04-05 - Enable median rank wr_vref value on NVDIMM b047a25 - Stephen Glancy - 2019-04-05 - Adds process training response to exp draminit cfc5cde - Stephen Glancy - 2019-04-05 - Adds blank explorer training handler C file f2ac038 - Mark Pizzutillo - 2019-04-05 - Add exp_rank.H blank file (renamed from rank.H) 28c0695 - Ilya Smirnov - 2019-04-04 - SMF: Put HOMER Back in SMF Memory 514f113 - Christian Geddes - 2019-04-04 - Set ATTR_MEM_EFF_DIMM_SIZE until MSS team sets in in HWPs f68a45c - Matt Derksen - 2019-04-04 - Small cleanup of NVDIMM update 9291b67 - Tsung Yeung - 2019-04-04 - NVDIMM - erase after arm to prevent stale image getting restored on next boot 4d2fdef - Tsung Yeung - 2019-04-04 - Adds HWP call to set up CCS for EPOW 69796d7 - Caleb Palmer - 2019-04-04 - PRD: Fix assert in getNumMasterRanksPerDimm 8532697 - Nick Bofferding - 2019-04-04 - Reduce draminit_training_adv thread count to avoid OOM 9ab1bc2 - Tsung Yeung - 2019-04-04 - Preload CCS program to support EPOW on NVDIMM 0c1d170 - Alvin Wang - 2019-04-04 - Add more files for mcbist library a6ab297 - Joachim Fenkes - 2019-04-04 - FAPI2: Add method to Target to query core select vector from CORE targets f6f5d77 - Alvin Wang - 2019-04-04 - Add empty files for kind library d42dd7f - Steven Janssen - 2019-04-04 - Fix library dependancy b823dd5 - Ben Gass - 2019-04-04 - Update p9_mss_eff_grouping for Axone support Changes Included for package hcode, branch master: b7e42ee - hostboot - 2019-04-05 - Release tag information updated for hw040519a.940 7aa944e - hostboot - 2019-04-04 - Release tag information updated for hw040419a.940 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-bignum "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel \ which wget unzip tar cpio python bzip2 bc findutils ncurses-devel