commit | 0c6c0c03e4048f4f9342b2813c58cf6962bec190 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Nov 10 00:35:51 2020 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Tue Nov 10 00:35:51 2020 -0600 |
tree | 0200deb2f178b9ac853dad1d1ce50a78114a9fd2 | |
parent | 9e2e9b9bc4ba20b0a952f9cba441f9d8be5c19d0 [diff] |
op-build update 11-10-2020 Changes Included for package hostboot-binaries, branch master: 00d5ef2 - hostboot - 2020-11-09 - UPDATE executables for the NVIDIA gpu and/or ring files for hw110920b.opmst10 Changes Included for package hcode, branch master-p10: 089a5bd - hostboot - 2020-11-09 - Release tag & head commit information updated for hw110920b.opmst10 1f6ab1e - Ben Gass - 2020-11-09 - Update register header files for dd2 6c6f2ff - Ben Gass - 2020-11-09 - Update register header files for dd2 dc4b019 - Zach Clark - 2020-11-09 - Register updates for Hostboot memory encryption support 4a9c882 - Anusha Reddy Rangareddygari - 2020-11-09 - Verify static power gating pfet states 0607cd0 - Joe McGill - 2020-11-09 - add LAST_LOCKING_BANDSEL option for MC PLLs, leverage sticky unlock detector 531cc15 - Ben Gass - 2020-11-09 - Full moveregs - add manual hwsv log 44f3b22 - Sandeep Korrapati - 2020-11-09 - updated to latest register save-off structure, included SPI config registers b6aca7a - Ben Gass - 2020-11-09 - Fix master-p10 build issue and moveregs cfam ffdc problem. 1a3bd3a - Ben Gass - 2020-11-09 - Update moveregs.pl to be more robust 67e0ae7 - Ben Gass - 2020-11-09 - Move unused registers to unused files. 483da3c - Ben Gass - 2020-11-09 - Add comment markers to register header files 8e9405f - Ben Gass - 2020-11-09 - Add TPCHIP.PIB and PIBMEM registers to register header files e8762fa - Ben Gass - 2020-11-09 - Update register headers from drop V figdb e8c6801 - Ben Gass - 2020-11-09 - Update register header files from e10020 release data d9000e4 - Ben Gass - 2020-11-09 - Updates to register headers a3fbf19 - Ben Gass - 2020-11-09 - Update register headers 30617b6 - Ben Gass - 2020-11-09 - Update scom headers with e101c_p10d10_017u03a.figdb and new scominfo 11cbe9c - Ben Gass - 2020-11-09 - Various scom header file updates 3ddc4d2 - hostboot - 2020-11-09 - Fix auto-mirror a4fe90c - YUE DU - 2020-11-09 - Revert "QME: Fix timefac fused core bug" 4ba35bd - Yue Du - 2020-11-09 - QME: Fix timefac fused core bug 76f73ea - Greg Still - 2020-11-09 - p10_pstate_parameter_block: update PB tracing based on Hostboot limits 8afa2b1 - Luke Murray - 2020-11-09 - Converting DCBZ to RWITM for Denali systems 6f49910 - Sumit Kumar - 2020-11-09 - Revert "AXON + OMI PPE Update" d15c534 - Sumit Kumar - 2020-11-09 - Revert "establish mirroring needed for 106336" 44ca6d2 - Sumit Kumar - 2020-11-09 - Revert "AXON + OMI PPE Update" Changes Included for package hostboot, branch master-p10: b783ac5 - Dan Crowell - 2020-11-09 - Fixes for P10 SCOM FFDC collection 230eafd - Jayashankar Padath - 2020-11-09 - HDAT: Filtering of Host SPI devices under PCRD 4f299f1 - Deb McLemore - 2020-11-09 - Handle exceptions due to environment issues 63a974f - Thi Tran - 2020-11-09 - P10 Memory grouping: group of 4 update 7787fe7 - Matthew Raybuck - 2020-11-09 - Transition TPM Device info from I2C to SPI c96acb7 - Matthew Raybuck - 2020-11-09 - Fix indentation issue in populate_hbruntime.C de25c8b - Natalie Martinez - 2020-11-09 - ebmc python SRC parser b971c40 - Zach Clark - 2020-11-09 - Disable memory encryption e5d956a - Louis Stermole - 2020-11-09 - Add mem port targets to FFDC in gen_throttle 9b4e50c - Matt Derksen - 2020-11-09 - Add clear explorer log commands and fix max size 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.ibm.com:open-power/op-build.git cd op-build ./op-build rainier_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