op-build update 2-12-2019

Changes Included for package hostboot, branch master-p8:
a3b0cb9 - Artem Senichev - 2019-02-07 - Allow MFG, AME, and debug commands to be sent via HTMGT

Changes Included for package hostboot, branch master:
cccf89e - Evan Lojewski - 2019-02-11 - Add additional 2133 and 1866 ps values for spd parsing.
bc12ed0 - Christian Geddes - 2019-02-11 - Skip NPU scominit until ARTMISS register gets updated
c023204 - Christian Geddes - 2019-02-11 - Add call to p9a_ocmb_enable to istep 10.4
37c6c66 - Christian Geddes - 2019-02-11 - Update OBUS PLL Bucket attribute getter with Axone EC levels
27e1f1e - Christian Geddes - 2019-02-11 - Update simics to latest build for Axone simics bringup
77e4bbb - Christian Geddes - 2019-02-11 - Make sure FIRDATA is filled in axone pnor, remove UVBWLIST section
142cc29 - Louis Stermole - 2019-02-10 - Fix 1-rank row repair case in p9c draminit_training and draminit_mc
99bfd4b - Corey Swenson - 2019-02-10 - Use virtual address buffer to read mvpd rings
7315298 - Louis Stermole - 2019-02-10 - Add ATTR_MSS_MEM_MVPD_FWMS to generic xml and fix accessor
3d3ef84 - Louis Stermole - 2019-02-10 - Add p9a_mss_volt procedure
bd23628 - Louis Stermole - 2019-02-10 - Add generic attribute accessor script and makefiles
749dad0 - Alvin Wang - 2019-02-10 - Update setup_fw_boot_config() to read out actual values from attributes
ba2bcf1 - Matt Raybuck - 2019-02-08 - Correct invalid HUID and chiplet id values for NPU targets
7262807 - Matt Raybuck - 2019-02-08 - Updates to processMrw.pl to fix erroneous chiplet ids
e36e001 - Bill Hoffa - 2019-02-08 - HBBL LPC Error Checking
dc1efdb - Tsung Yeung - 2019-02-08 - NVDIMM SBE Support to Trigger CSAVE - xip_customize
0ac318b - Prem Shanker Jha - 2019-02-08 - VDM(Part 1): Introduced new members in CME and CPMR image headers
b898a84 - Stephen Glancy - 2019-02-07 - Adds blank files for EFD API
6b3270d - Andre Marin - 2019-02-07 - Add empty explorer "check_for_ready" procedure files
1db4747 - Christian Geddes - 2019-02-07 - Unset CONFIG_FILE env var if in standalone environment
cf7c244 - Dan Crowell - 2019-02-07 - Move libconsole into base image

Changes Included for package hcode, branch master:
f0643f6 - hostboot - 2019-02-09 - Release tag information updated for hw020919a.930
4f85162 - hostboot - 2019-02-08 - Release tag information updated for hw020819a.930

Signed-off-by: hostboot <hostboot@us.ibm.com>
3 files changed
tree: 1defb11c1bc9e2d7aa101714c5d451da9721539d
  1. ci/
  2. dl/
  3. doc/
  4. openpower/
  5. output/
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. NOTICE
  12. op-build-env
  13. README.md
README.md

OpenPOWER Firmware Build Environment

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.

Documentation

https://open-power.github.io/op-build/

See the doc/ directory for documentation source. Contributions are VERY welcome!

Development

Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build

See CONTRIBUTING.md for howto contribute code.

Building an image

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.

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.

  2. Enable Universe (Ubuntu only):

     sudo apt-get install software-properties-common
     sudo add-apt-repository universe
    
  3. 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
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora 25 64-bit (older Fedora should also work).

  2. 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