op-build update 10-11-2019

Changes Included for package hostboot, branch master:
a3a3923 - Dan Crowell - 2019-10-10 - Add OMI bus support to callouts
514dce8 - Dan Larson - 2019-10-09 - HCBI-239 Enable static analysis
68ab1e8 - Matt Derksen - 2019-10-09 - Prevent pre-3.0 level NVDIMMs from being in systems
b221671 - Matt Derksen - 2019-10-09 - NVDIMM Erase error handle not working in IPL Arm handling
daeac77 - Andre Marin - 2019-10-08 - Add RC A2, B3, and C3 for 16Gb RDIMMs
9d7ab6b - Louis Stermole - 2019-10-08 - Skip running EXP_FW_TEMP_SENSOR_CONFIG_INTERVAL_READ in exp_mss_thermal_init
599bd46 - Thi Tran - 2019-10-08 - Fix OCC sandbox base address overlapped with SMF in FLIP mode.
4cbe15e - Louis Stermole - 2019-10-08 - Rename p9a_mss_memdiag to exp_mss_memdiag
822fea8 - Mark Pizzutillo - 2019-10-08 - Add MDS attribute & draminit support
104c2dc - Mark Pizzutillo - 2019-10-08 - Disable & clear PMIC status codes in beginning of pmic_enable
c349ba9 - Mark Pizzutillo - 2019-10-08 - Check PMIC error and enable statuses after pmic_enable
23d883c - Adam Hale - 2019-10-08 - HW508066 - interleave granularity not setup for group of 3/6 in Axone
8ad37b9 - Dan Crowell - 2019-10-07 - Add support for DMI-MEMBUF bus failures to fapi
51c6d68 - Christian Geddes - 2019-10-07 - Update dimmspd used by explorers in axone simics
63989a5 - Matt Derksen - 2019-10-07 - Create error for unsuspected target in configureHbrtHypIds
e017df4 - Caleb Palmer - 2019-10-04 - PRD: Axone Two Phase Scrub (TPS) support
195dd6a - Caleb Palmer - 2019-10-04 - PRD: Axone VCM Updates
2dbc309 - Caleb Palmer - 2019-10-04 - PRD: Axone UE/CE threshold for background scrub
9d750b3 - Caleb Palmer - 2019-10-04 - PRD: Add additional FFDC to runtime NVDIMM analysis
aea300c - Claus Michael Olsen - 2019-10-04 - Fix to SW473350: p9_xip_customize Vpd core fill bug
34f119b - Tsung Yeung - 2019-10-04 - Add nvdimm arm retry logic in case of glitches

Signed-off-by: hostboot <hostboot@us.ibm.com>
1 file changed
tree: b8c25cf3b792ee166001717e1c1a40db7609c593
  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
  13. op-build-env
  14. 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 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.

The machine your building on will need Python 2.7, GCC 6.2 (or later), and a handful of other packages (see below).

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 18.04) or Debian (>= 9) 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 rsync
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora (>= 25) 64-bit.

  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)" "perl(ExtUtils::MakeMaker)" \
       libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \
       openssl-devel make libxslt vim-common