commit | 44b71759ecdc7662ac8c915763b83514f52bbd7f | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Thu Mar 08 05:06:03 2018 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Thu Mar 08 05:06:03 2018 -0600 |
tree | 6cfea4813727743dfa94ffa016779d5f39f870f8 | |
parent | b62c235a6f99d7c819752dec3819413602094730 [diff] |
op-build update 3-8-2018 Changes Included for package hostboot, branch master: c0fce11 - Joe McGill - 2018-03-07 - enforce strict 512 GB per socket limit on Witherspoon memory map (part2) 2e0c75f - Prem Shanker Jha - 2018-03-07 - PM: Added support for HWP p9_pm_callout. 3afac79 - Yue Du - 2018-03-07 - STOP: Support Suspend Entry/Exit and Fix Pig Collision 75823b1 - Lennard Streat - 2018-03-07 - HW439321 - Trusty Birthday Alternative Workaround ac0c8f0 - Joe McGill - 2018-03-07 - resolve Zeppelin DMI channel framelock issues f6b7234 - Matthew Hickman - 2018-03-07 - Fixed port fail SUE bug for DD2 modules 1b11547 - Matthew Hickman - 2018-03-07 - Fixed Maint IUE unmasked with mnfg flags 3877eea - Ben Gass - 2018-03-07 - Remove PROC_FABRIC_LINK_ACTIVE from OBUS_FBC_ENABLED in p9.obus.scom.initfile 7b47515 - Stephen Glancy - 2018-03-07 - Removes overrideonly in a broadcast mode MRW attribute 4d23f68 - Joe McGill - 2018-03-07 - p9_sbe_tracearray -- satsify PRD calls to manage core trace arrays 8e01c68 - aravnair-in - 2018-03-07 - Fix a couple of EKB files to prevent CMVC quirk 3d8051b - Jenny Huynh - 2018-03-07 - Reset L3 error status register for next CE/UE capture e80082e - Prasad Bg Ranganath - 2018-03-07 - SBE:Putring: Added more debug information 4f43040 - Dan Crowell - 2018-03-07 - Enable WOF_VRATIO on ZZ 2ae2bff - Sameer Veer - 2018-03-07 - Added cmvcCheckinForceFlag to break links for new releases fdbf715 - Prachi Gupta - 2018-03-07 - HBRT: Fix targeting to work on multi-node d9cde73 - Andre Marin - 2018-03-07 - Remove override flag for ATTR_MSS_MRW_ALLOW_UNSUPPORTED_RCW, deconfig update 4eaf644 - Jaymes Wilks - 2018-03-07 - Remove code flows that use non-open signing tools bd1cd3c - Nick Bofferding - 2018-03-07 - Secure Boot: Detach secure PNOR provider task 7415640 - Christian Geddes - 2018-03-07 - Don't include duplicate connections when looking up xbus mapping c142eb8 - Elizabeth Liner - 2018-03-07 - Adding attribute to detect which processor we can use for alt-memory 843b9e0 - Matt Derksen - 2018-03-07 - Initialize FIRDATA section and ErrlManager just incase BMC resets 5ca1d49 - Prachi Gupta - 2018-03-07 - changes to move configureHbrt target type to IPC path to run on slave nodes
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.
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
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/
such as Habanero and Firestone.
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