commit | 1587e883132169038c0d55da8511ed7d92d8e19f | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Jun 09 11:43:14 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Jun 09 11:43:14 2020 -0500 |
tree | 064a2ceda9cf468918d5883870d9803ffe3df5d9 | |
parent | 2d606bf691eab4bb6ab1150099d3f527748c07cd [diff] |
op-build update 6-9-2020 Changes Included for package hostboot-binaries, branch master: acb8eaa - hostboot - 2020-06-08 - UPDATE executables for the NVIDIA gpu and/or ring files for hw060820b.opmst10 Changes Included for package sbe, branch master-p10: 8f17961 - Joachim Fenkes - 2020-06-09 - ringUtils: use Target::reduceType to simplify target mangling 2282d83 - Anusha Reddy Rangareddygari - 2020-06-09 - Pau DPLL sequence for faster measurement code f38e806 - Austin Cui - 2020-06-09 - Ring Table Update (new excel format v22) 6a0d63e - Rahul Batra - 2020-06-09 - PM: DDS Updates Attributes 0500ce3 - Greg Still - 2020-06-09 - PM: add new vratio array attributes, override flag on VPD validation controls 39c219b - Yue Du - 2020-06-09 - Istep4: Fix realign region to include mma 65e94ea - Joachim Fenkes - 2020-06-09 - PLL setup procedures: Poll for lock, put Nest DPLL into mode2 4838204 - Anusha Reddy Rangareddygari - 2020-06-09 - Adding new attribute for boot dpll bypass 639ead7 - Prem Shanker Jha - 2020-06-09 - Self-Save-Restore: Workaround to fix simics istep 16.1 failure. 998b57d - Joe McGill - 2020-06-09 - update MC, IOHS PLL bucket definitions 5d56e1d - Douglas Holtsinger - 2020-06-09 - Cronus integration test of getspr / getgpr (RAM) 10a559d - Mark Pizzutillo - 2020-06-09 - Port p9a_omi_init to p10 0ab2081 - Prasad Bg Ranganath - 2020-06-09 - PPB:p10_pm_set_pstate0: set Pstate 0 based on a new system attribute Changes Included for package hcode, branch master-p10: 13a6b4d - hostboot - 2020-06-08 - Release tag & head commit information updated for hw060820b.opmst10 8b0f784 - RAJESWARAN THILLAIGOVINDAN - 2020-06-08 - Fix compilation error in x86.nfp context 5c96f0d - Thi Tran - 2020-06-08 - Update SCOM xlate display for IOP indirect SCOMs ec21542 - Thi Tran - 2020-06-08 - Fix dependency that causes Hostboot build failure cca3689 - Joe McGill - 2020-06-08 - clock checking and scan/scom address xlate updates 23b5960 - Thi Tran - 2020-06-08 - P10 - SCOM address translation for IOHS and OMI with indirect addressing. 4acd868 - Joe McGill - 2020-06-08 - p10_scominfo -- permit use of chiplet ID zero based addresses for perv targets 70a6a53 - Thi Tran - 2020-06-08 - P10 Clock Control cb07c4a - hostboot - 2020-06-08 - Fix auto-mirror 899e482 - Austin Cui - 2020-06-08 - Ring Table Update (new excel format v22) 7f4954b - Rahul Batra - 2020-06-08 - PM: DDS Updates Attributes 02cf5c1 - hostboot - 2020-06-08 - Release tag & head commit information updated for hw060820a.opmst10 Changes Included for package hostboot, branch master-p10: 989c8ee - Anusha Reddy Rangareddygari - 2020-06-09 - Pau DPLL sequence for faster measurement code 2c44499 - Bill Hoffa - 2020-06-09 - Update APSS MRW Processing Logic for P10 f3901f0 - Dan Crowell - 2020-06-09 - Workaround bad SPD eeprom attributes c9159c3 - Greg Still - 2020-06-08 - PM: add attribute to limit the throttle Pstates 5ca8ace - Nick Bofferding - 2020-06-08 - Support MVPD #S record 7effa38 - Austin Cui - 2020-06-08 - Ring Table Update (new excel format v22) 54e69b6 - Olsen - 2020-06-08 - Always fill all EQ/QME chiplets with instance rings, like eq_repr 828e5a6 - Ilya Smirnov - 2020-06-08 - Conditionally Execute callInitPldm in HBRT 354391e - Rahul Batra - 2020-06-08 - PM: DDS Updates Attributes 098544a - Zach Clark - 2020-06-08 - Support new PLDM-related fields in SLCA 7b8d118 - Ilya Smirnov - 2020-06-08 - Multicast Core Select Workaround 43ba0ba - Deb McLemore - 2020-06-08 - dumptest: Fix mm_block_unmap 87e1827 - hostboot - 2020-06-08 - Update SBE commit to 0b656b9... Update register header files to include 407f191 - hostboot - 2020-06-08 - Update HCODE commit to f2151b0... Always fill all EQ/QME chiplets with i aeaf6fa - Dan Crowell - 2020-06-08 - Fix typo in proc1 target 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