commit | e955aa988fd3ea4be76255d00b9f681199db184f | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Apr 20 01:15:27 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Apr 20 01:15:27 2018 -0500 |
tree | 801452d015da13b95306e35eafbbffdeaad15f3b | |
parent | 42b43efe0bbb364e1c79decc83546d7c7988b493 [diff] |
op-build update 4-20-2018 Changes Included for package hostboot, branch master: c06a321 - Vasant Hegde - 2018-04-19 - dump: Add support for dump source address zero 30cd84f - Vasant Hegde - 2018-04-19 - Add support to find relocated payload base address 2154ad0 - Dan Crowell - 2018-04-19 - Create new HWP Invoker macro that returns the RC 47d4e41 - Dan Crowell - 2018-04-19 - Move VPD cache invalidation in mfgmode after we save it for HBRT a217ebf - Zane Shelley - 2018-04-19 - PRD: initial single bit analysis for Centaur eb94798 - Zane Shelley - 2018-04-19 - PRD: Simplified use of pushToQueue() and handleTdEvent() 81c7d1c - Zane Shelley - 2018-04-19 - PRD: add full maint cmd support for all DSD procedures c0e2f1e - Zane Shelley - 2018-04-19 - PRD: add full maint cmd support for all TPS procedures 87201e7 - Zane Shelley - 2018-04-19 - PRD: add full maint cmd support for all VCM procedures 360d83a - Zane Shelley - 2018-04-19 - PRD: Generic PlatServices functions to start a command on rank d81499b - Elizabeth Liner - 2018-04-19 - Adding path to use alt-memory when proc0 does not have memory a600e57 - Nick Bofferding - 2018-04-19 - SBE Update: Don't alter HBB partition when customizing SBE image a322b3d - Dan Crowell - 2018-04-19 - Handle overruns in nanosleep e86221c - Corey Swenson - 2018-04-18 - Set the runtime scom trace buffers with constants 5e142e9 - Mike Baiocchi - 2018-04-18 - Reduce Console Output Trace from PNOR component in OpenPower 3c36884 - Christian Geddes - 2018-04-18 - Add recovery summary traces for sbeAttemptRecovery for FSP runtime 2d3cfeb - Mike Baiocchi - 2018-04-18 - Use HRMOR-relative addresses for temporary PAYLOAD and HDAT memory 48b001d - Elizabeth Liner - 2018-04-18 - Adding changes to handle core checkstops 3a445da - Sampa Misra - 2018-04-18 - Remove seeprom entry from host i2c data structures reported by HDAT c894380 - Christian Geddes - 2018-04-18 - Ensure that we only attempt to recover from vital attn on BMC systems fbb7657 - Benjamin Weisenbeck - 2018-04-18 - PRD: Support for Centaur PLL analysis a21187f - Zane Shelley - 2018-04-17 - PRD: capture NPU FIRs only on attention from NPU FIRs f727c2b - Zane Shelley - 2018-04-17 - PRD: set INTCQFIR[27:29] to threshold_and_mask_self c1816c9 - Elizabeth Liner - 2018-04-17 - Adding changes to handle core checkstops 348561d - Venkatesh Sainath - 2018-04-17 - Handling CONFIG_APPLY attribute for Abus variations in 2N Fleetwood 05f5369 - Brian Bakke - 2018-04-17 - Check for pending OCC messages on HBRT start in OpenPOWER 67bce79 - Matt Derksen - 2018-04-17 - Update isDramWidthX4() function to handle X8 drams 02d1a4e - Swathi Madhuri Bhattiprolu - 2018-04-17 - Enable memory mirroring on Zeppelin 6722b72 - Ricardo Mata - 2018-04-16 - Discovered a bug in how the IOVALIDs are set up for PEC2. 01e036e - Prasad Bg Ranganath - 2018-04-16 - WOF: Bad IQ data needs to be filtered out 84321bd - Stephen Glancy - 2018-04-16 - Adds power thermal blank files 2282f23 - Stephen Glancy - 2018-04-16 - Fixes DLL error checking to be the highest priority FIR 426c669 - Jeremy Neaton - 2018-04-16 - tWR_MPR fix for DDR4 RDIMM initialization fb54e19 - Luke Mulkey - 2018-04-16 - Fix for 4 rank dimms. Enables 128GB ddr3 7780813 - Joe McGill - 2018-04-16 - FIR updates to match XML changes in 56335 db290e5 - spashabk-in - 2018-04-16 - Compile SBE cumulus DD1.2 images 00f61a1 - Santosh Balasubramanian - 2018-04-16 - New empty file 02658fc - Christian Geddes - 2018-04-16 - Change sbe restart fail hwCallouts from GARDs to DECONFIG 739ec89 - Dean Sanner - 2018-04-16 - When FSI initialized by SP only use enable reg for detection 5b97c0c - Srikantha Meesala - 2018-04-16 - Added PCIESWITCH type in 920 branch 9bce359 - Dhruvaraj Subhashchandran - 2018-04-16 - Add an option disable fsp to sm sync for some attributes.
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-env 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.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 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 libxml2-dev libxml2-utils xsltproc \ wget bc
Install Fedora 25 64-bit (older Fedora should also work).
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