commit | 71f82eb8453a5f8a43360e9eea07e071a3c7bc5f | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Jan 07 09:49:54 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Tue Jan 07 09:49:54 2020 -0600 |
tree | 74bec6220cbff014f3fb8785fa060f24d7ddca82 | |
parent | 40522b4ca72b5184b52c9549e26ace69d4fe0c1c [diff] |
op-build update 1-7-2020 Changes Included for package hostboot-binaries, branch master: 347c0bf - hostboot - 2020-01-03 - UPDATE executables for the NVIDIA gpu and/or ring files for hw010320a.opmst10 837a0fb - hostboot - 2019-12-23 - UPDATE executables for the NVIDIA gpu and/or ring files for hw122319a.opmst10 7a612c5 - hostboot - 2019-12-18 - UPDATE executables for the NVIDIA gpu and/or ring files for hw121819a.opmst10 Changes Included for package sbe, branch master-p10: 03d8c41 - Murulidhar Nataraju - 2020-01-07 - Update ATTR_BOOT_FLAGS value. ecc3bb4 - Sumit Kumar - 2020-01-07 - Fixing compilation errors reported on Ubuntu 80e2d88 - Joe McGill - 2020-01-07 - create eq_clkadj_ ring set, build trace scan inits, add HW514623 scan inits 19b71bf - Joe McGill - 2020-01-07 - p10_ring_properties.H -- make perv_dpll_time RCLS_EKB_RINGS 8610527 - Anusha Reddy Rangareddygari - 2020-01-07 - Clear flushmode inhibit update in HWPs 14f8b6a - Anusha Reddy Rangareddygari - 2020-01-06 - updated attr_pg values in p10_sbe_attributes.xml dde624e - Christopher M Riedl - 2020-01-06 - infra: Increase the maximum ring buffer size 54b4d9e - Joe McGill - 2020-01-06 - p10_sbe_select_ex -- configure MCGROUP_GOOD_EQ d145d8e - Joe McGill - 2020-01-06 - p10_hcd_core_repair_initf -- scan via instance specific ring IDs 23f37a3 - Gregory S Still - 2020-01-06 - Revert "Disable PFET checking in QME (until drop Z)" 8908997 - Christopher M Riedl - 2020-01-06 - vbu/contained: Implement thread sreset via decr for RUNN c4a7959 - Christopher M Riedl - 2020-01-06 - vbu/contained: Add clock-stop check and fix L3 config restore Changes Included for package hcode, branch master-p10: a983f34 - hostboot - 2020-01-06 - Release tag & head commit information updated for hw010620a.opmst10 Changes Included for package hostboot, branch master-p10: 4faf476 - Thi Tran - 2020-01-07 - Allows setting of TSIZE_1/2 for ADU PMISC operation 71c2a47 - Thi Tran - 2020-01-07 - P10 - Unit test wrapper for ADU setup and access functions 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)" "perl(ExtUtils::MakeMaker)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common