commit | 38049f9d0c322ea9003853bfeee94af5e6b5d070 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Mar 21 18:02:09 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Mar 21 18:02:09 2018 -0500 |
tree | d358cd8d649ed40a49d80c545139c9bed3bbb899 | |
parent | 2ddcc42bb1b41a4b68da53953bceaa4f8ec59702 [diff] |
op-build update 3-21-2018 Changes Included for package sbe, branch master: 5c03639 - Sachin Gupta - 2018-03-20 - Handle race condition between PSU/FIFO interface. 26fbcbe - spashabk-in - 2018-03-20 - Restructure sbe-debug.py 9e30f64 - spashabk-in - 2018-03-19 - Check for checkstop during mpipl da13fad - Joachim Fenkes - 2018-03-19 - p9_sbe_lpc_init: Fix timeout setup 6699e49 - spashabk-in - 2018-03-19 - Dump transition during continuous ipl 00bb7b3 - Nick Klazynski - 2018-03-19 - Remove CDD1.1 security IMC; Apply indirect branch serialization to HV=0 only 9355a35 - spashabk-in - 2018-03-16 - Cleanup generic chipop files 321de65 - Sachin Gupta - 2018-03-15 - Update backing build 148a8c9 - Yue Du - 2018-03-15 - STOP: Fix Wakeup terminate prematurely with mixed stop2 and stop4 967fefd - Sachin Gupta - 2018-03-15 - Fix test sequence efcd5ec - Matt K. Light - 2018-03-15 - adding fapi2::putSpyWithCare() 2b29de0 - Sumit Kumar - 2018-03-15 - Erepair HWP p9_io_erepair procedure 0ac9114 - Andre Marin - 2018-03-15 - Modified gen_accessors script for greater support 2cd7837 - Luke Mulkey - 2018-03-15 - p9c_mss_memdiags and p9c_mss_maint_cmds 2c07fd2 - crgeddes - 2018-03-15 - Add RCD_PARITY_ERROR enum value to ATTR_RECONFIGURE_LOOP 8e7dbfd - Matthew Hickman - 2018-03-15 - Added RCD Protect time and MNFG Flag check to unmask function 92ababe - Andre Marin - 2018-03-15 - Add initial p9c ddr_phy_reset, dimmBadDqBitmapAccessHwp, slew, & unmask_errors a347254 - Ben Gass - 2018-03-15 - Removing trailing comma in system_attributes.xml e275751 - Luke Mulkey - 2018-03-15 - Existing code changes for ddr_phy_reset HB mirror 69bc840 - Prasad Bg Ranganath - 2018-03-15 - Fix bug in cache query state procedure 2a438c9 - Brian Vanderpool - 2018-03-15 - Improve power and clock checking when checking for stop states e962f1e - Dean Sanner - 2018-03-15 - Honor STOP Gated bit when checking access states da9b63d - Brian Silver - 2018-03-15 - Change p9_mss_freq_system to write attributes, errors for Cronus 90316ae - whs - 2018-03-15 - Changes related to packaging of memory vpd on Nimbus 9da1175 - Joe McGill - 2018-03-15 - Add base FAPI2 attribute definitions 49613ee - crgeddes - 2018-03-15 - Skip EQ_CLOCK_STAT_SL scom is we are in stop 11 or greater 7808b4f - crgeddes - 2018-03-14 - Update p9_query_cache_access_state to use the correct scom register b65fd5b - CHRISTINA L. GRAVES - 2018-03-14 - p9_query_cache_access_state L2 1410d7f - Ben Gass - 2018-03-13 - Add p9n 2.3 to p9_frequency_buckets.H 4e41a94 - Soma BhanuTej - 2018-03-13 - Change TP FIR bits 38, 39, 40 as recoverable & Masked cc59dcd - Greg Still - 2018-03-13 - PM: p9_setup_evid steps voltage to avoid Fleetwood VRM limitations 1384ebc - Amit Tendolkar - 2018-03-13 - Update p9_collect_ppe_state to dynamically collect PPE FFDC
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