op-build update 4-3-2017

b1f3ddf - nagurram-in, 7 days ago : HDAT alignment fix for variable length PCRD structs
e452a1b - Aravind T Nair, 3 weeks ago : Fix compile warnings from trace statements
478f823 - Rahul Batra, 3 weeks ago : PM Complex Suspend and Safe Mode
5881261 - crgeddes, 7 days ago : Set WKUP_NOTIFY_SELECT bit on all slave cores
908517a - Jaymes Wilks, 3 weeks ago : Add attribute support for TPM locality 1 and 3
91ada94 - Jaymes Wilks, 6 weeks ago : Initialize HDAT TPM Info
d6aaf2f - Jaymes Wilks, 7 weeks ago : Setup TPM Related Info Section in HDAT
2557676 - Prem Shanker Jha, 3 months ago : PM: Design changes in SGPE Boot copier and boot loader.
b188c4c - Joe McGill, 5 weeks ago : update DPLL and IVRM inits
480861b - Sangeetha T S, 3 weeks ago : Register data collection in FFDC
9dbaa5d - Yue Du, 4 weeks ago : HW405243/IPL: Assert/drop pcb_mux_disable around quad power off
99dffb1 - Stephen Glancy, 5 days ago : Fixed blue waterfall's error message
6a9cd8f - Andre Marin, 6 days ago : Change base decoder, add ddr4 namespace, and common API btw modules
3e8219f - Stephen Glancy, 11 days ago : Fixed blue waterfall workaround bugs
6a1cf7b - Andre Marin, 7 days ago : Disable ECC Hash in sim
6e3af62 - nagurram-in, 3 days ago : Fixing mem leak and ipmi getSensorType api failure bypass for now.
a38c879 - Dean Sanner, 3 days ago : Only populate OCC HDAT structs when OCC config enabled
4ec5fe2 - Stephen Glancy, 4 days ago : Updates DCD to pass on a/b failure
1 file changed
tree: a37f9cb193f5595b1f93e425c90a69e05d275015
  1. ci/
  2. dl/
  3. openpower/
  4. output/
  5. .gitignore
  6. .gitmodules
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. op-build-env
  11. 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.

Development

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/

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

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 \
       libxml-simple-perl libxml-sax-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