commit | e9fc9825143892cc706e9cebf7353a74a76a2aa4 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Tue Oct 09 02:22:00 2018 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Tue Oct 09 02:22:00 2018 -0500 |
tree | e9ece5fdc63163910a54a354b2b5c335b53dfdb1 | |
parent | baec48684d5b746828c7f6a2a28ab382fc133586 [diff] |
op-build update 10-9-2018 Changes Included for package hostboot, branch master: 31b6cf0 - Caleb Palmer - 2018-10-08 - PRD: Fixes for MBS timeout cases d02cb05 - Benjamin Weisenbeck - 2018-10-08 - PRD: Request SW dump type for unhandled core checkstops 524937c - Zane Shelley - 2018-10-08 - remove deprecated ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS 6f8308d - Benjamin Weisenbeck - 2018-10-08 - PRD: Correct interpretation of PLL error bits in TP error register 965a9ea - Zane Shelley - 2018-10-08 - PRD: ATTR_EFF_DRAM_ROWS and ATTR_EFF_DRAM_COLS not used on Nimbus afa0689 - Andre Marin - 2018-10-08 - Port-over generic SPD attributes that shouldn't change per controller cb5a368 - Stephen Glancy - 2018-10-08 - Works around LRDIMM plug rules error for LRDIMM BUP 9d63618 - Nick Bofferding - 2018-10-08 - Create new FAPI attribute HB_HRMOR_BYTES 988eda1 - Andrew Jeffery - 2018-10-08 - ipmi: Introduce register_for_event() interface dc0f490 - Andrew Jeffery - 2018-10-08 - ipmi: Drop unnecessary ipmibt dependency from ipmifru 281dac1 - Andrew Jeffery - 2018-10-08 - ipmi: Drop unnecessary ipmiconfig dependencies bc36305 - Andrew Jeffery - 2018-10-08 - ipmi: Break circular dependency between IpmiDD and IpmiRP e862c4c - Andrew Jeffery - 2018-10-08 - initservice: Flush trace buffers before shutdown syscall 7caab94 - Matt Raybuck - 2018-10-08 - new targeting sorting tools removes newline from prolog Signed-off-by: hostboot <hostboot@us.ibm.com>
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