commit | 7a8915507fe83ac6ffd65419ec3ea5ee53383bc2 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Mar 20 17:28:09 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Mar 20 17:28:09 2018 -0500 |
tree | b5f49b3a3a0c1e17cf0c6a09ee6184c26078a401 | |
parent | 2ddcc42bb1b41a4b68da53953bceaa4f8ec59702 [diff] |
op-build update 3-20-2018 Changes Included for package hostboot, branch master: 0e69501 - Brian Stegmiller - 2018-03-20 - Simics: Skip mem diag due to intermittent action file issues 4bc416f - Caleb Palmer - 2018-03-20 - MDIA: command cleanup support 53635ae - Corey Swenson - 2018-03-19 - Delete ATTR_DMI_INBAND_BAR_ENABLE when processing MRW attributes 24780f0 - Chris Cain - 2018-03-19 - HTMGT: Cache user power limit from BMC and add proc callout for 2AEx errors 43904dc - Stephen Glancy - 2018-03-19 - Adds dynamic voltage blank files for HB 234ef44 - Mike Baiocchi - 2018-03-19 - Add FFDC to 'No Functional TPM' Fails 54d16a1 - Dan Crowell - 2018-03-16 - Add proc huid to PSU trace 2fd3b08 - Daniel M. Crowell - 2018-03-16 - Revert "Adds self time refresh entry and exit helper functions" d69704d - Zane Shelley - 2018-03-16 - PRD: updates to XBUS interface callouts cc1ac14 - Thi Tran - 2018-03-16 - Fix MFG P9 ZZ: BC70E540 (MCFIR[8]) command list timeout 8692b24 - Matt Derksen - 2018-03-16 - Include WOF power mode explicitly inside tables ee17272 - Yue Du - 2018-03-16 - STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4 c09c372 - Soma BhanuTej - 2018-03-16 - Change TP FIR bits 38, 39, 40 as recoverable & Masked 288ca88 - Matt K. Light - 2018-03-16 - adding fapi2::putSpyWithCare() 9bea281 - Ben Gass - 2018-03-16 - Add p9n 2.3 to p9_frequency_buckets.H 6d57e77 - Steven Janssen - 2018-03-16 - Change memory cleanup to use correct method acd49fe - Daniel Howe - 2018-03-16 - dd1.1+ DL training procedure updates 013207d - Stephen Glancy - 2018-03-16 - Updates p9c SPD read to include DDR3 18d91f4 - Amit Tendolkar - 2018-03-16 - Update p9_collect_ppe_state to dynamically collect PPE FFDC 4761f0c - Elizabeth Liner - 2018-03-16 - Updating HWP's to use PROC_CHIP_MEM_TO_USE attribute 9b5cfe7 - Greg Still - 2018-03-16 - PM: Enhance p9_pm_pss_init for reset error logging 68f67bd - Claus Michael Olsen - 2018-03-16 - Update to putRingUtils to proper scanning of perv_pll_bndy_flt rings bd85928 - Alpana Kumari - 2018-03-16 - Fix enum in dimmConsts.H 90ef1f6 - Matthew Hickman - 2018-03-16 - Fixed unmasking of BRODCAST_OUT_OF_SYNC fir after memdiags handling 945553c - Dan Crowell - 2018-03-16 - Force single-threaded access to HWPs in PRD 05cda10 - Christian Geddes - 2018-03-16 - Update backing build to be b0222a_1810.911 5660e6b - Nick Bofferding - 2018-03-15 - Secure Boot: Populate master node TPM info in HDAT until multinode supported aa5d956 - Nick Bofferding - 2018-03-15 - Secure Boot: Mark redundant TPM not present until SMP is enabled 54cc57d - Prachi Gupta - 2018-03-15 - add global tag to EI_BUS_TX_MSBSWAP for serverwiz2 consumption ec64546 - Ilya Smirnov - 2018-03-15 - Flush TMP Daemon Traces Prior to Shutdown c3364df - Greg Still - 2018-03-15 - PM: p9_setup_evid - deal with attribute clearing during MPIPL cbcd27d - Greg Still - 2018-03-15 - PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations b1e597e - Stephen Glancy - 2018-03-15 - Adds blank files for centaur secure mode boot 8f68014 - Caleb Palmer - 2018-03-14 - MDIA: ensure full MBA target support for P9 5353bb4 - Zane Shelley - 2018-03-14 - PRD: remove some NPUFIR bits from cs_root_cause list Changes Included for package pnor, branch master: 824b1bf - Prachi Gupta - 2018-03-16 - Merge pull request #93 from popfuture/removesignvar d4e4ae6 - Jaymes Wilks - 2018-03-14 - Remove SIGNING_TOOL_EDITION environment variable setting Changes Included for package hostboot-binaries, branch master: 55e68fa - Corey Swenson - 2018-03-20 - Merge pull request #68 from cvswen/hcode_update_920 cbdcb16 - Corey Swenson - 2018-03-20 - Update HCODE image to hw032018a.920
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