op-build update 8-2-2019

Changes Included for package hostboot, branch master:
15b0afe - Stephen Glancy - 2019-08-01 - Moves ecc::trap_address and fwms::address to new files
5e8d01a - Stephen Glancy - 2019-08-01 - Adds blank files for ecc traps and fwms addresses
06ed740 - Andre Marin - 2019-08-01 - Move find_magic from generic to Nimbus subdir path
ed0430e - Christian Geddes - 2019-08-01 - OR mux select with the "enable" bit 0b1000 when making selection
7e05c2e - Christian Geddes - 2019-08-01 - Always update EECACHE header when we find a new eeprom entry
b3043ae - Matt Derksen - 2019-08-01 - Enable testpreverifiedlidmgr for Axone
eafe3e3 - Roland Veloz - 2019-07-31 - Added support for checking on the health status of an NVDIMM
f088a0d - Corey Swenson - 2019-07-31 - Miscellaneous NVDIMM cleanup
44c6d59 - Roland Veloz - 2019-07-31 - Replaced invalid trace buffer with a valid one
f9d0c39 - Christian Geddes - 2019-07-30 - Skip phase 2 of IDEC check for ocmb targets for gemini
b3c0acc - Christian Geddes - 2019-07-30 - Remove MVPD,MEMD and CENHWIMG section from Axone pnor layout
be772a1 - Christian Geddes - 2019-07-30 - Break out of loop if we fail to load reserved mem section
3ab493b - Ilya Smirnov - 2019-07-30 - Account For TPM Not Required in Node Comm
0e26522 - Andre Marin - 2019-07-30 - Add nimbus and cumulus empty files for find specialization
afeaf78 - Matthew Hickman - 2019-07-30 - Fixed the ccs port merge conflicts and added lab code
4a69b75 - Stephen Glancy - 2019-07-30 - Adds LRDIMM shadow register workaround
1552e38 - Stephen Glancy - 2019-07-30 - Adds MCBIST beat/byte signature data patterns
60d3cb8 - Joachim Fenkes - 2019-07-30 - Streamline the way PIB/NET are initialized between SBE and Cronus
9eaf71a - Zane Shelley - 2019-07-30 - PRD: disable mask/clear for SMP failures on FSP
37af28e - Caleb Palmer - 2019-07-30 - PRD: NVDIMM avoid gard for general mem errors only for IPL
ddf90e5 - Caleb Palmer - 2019-07-30 - PRD: Cumulus Add PLL Slave Error Regs
e659585 - Caleb Palmer - 2019-07-30 - PRD: Add OCMB support for ROW_REPAIR code
4128797 - Caleb Palmer - 2019-07-30 - PRD: Axone sim support and test cases
b731bda - Caleb Palmer - 2019-07-30 - PRD: Axone Restore DRAM Repairs support
6751459 - Caleb Palmer - 2019-07-30 - PRD: Axone MemEccAnalysis Updates
81c225b - Christian Geddes - 2019-07-29 - Enable runtime test for Axone
5ccea20 - Mark Pizzutillo - 2019-07-29 - Add omi_workarounds blank files for PRBS OMI training workarounds
ab91399 - Andre Marin - 2019-07-29 - Move pre_eff_config specific code to chip specific folders
0978a1a - Stephen Glancy - 2019-07-29 - Adds lab MCBIST compare masking functionality

Changes Included for package pnor, branch master:
4fbcc5e - William Hoffa - 2019-08-01 - Merge pull request #126 from wghoffa/master
fae230b - Bill Hoffa - 2019-08-01 - Revert "Add OCMBFW Partition"
107b051 - Dan - 2019-07-31 - Merge pull request #125 from rajadas2/master
77aeb0f - Raja Das - 2019-07-31 - Updated update_image.pl file to fetch HW_REF image

Signed-off-by: hostboot <hostboot@us.ibm.com>
2 files changed
tree: 36c6be310eb33f1d4400ce7e6a7913a03f2a5c68
  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)" libxml2-devel \
       which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \
       openssl-devel