commit | 8dd04e1f0b9b08decc94cdf0b518527f6b4839d9 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Oct 11 12:35:12 2019 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Oct 11 12:35:12 2019 -0500 |
tree | b8c25cf3b792ee166001717e1c1a40db7609c593 | |
parent | e002a0fb45d6bf50ed8d8a270a9110604a8afdfd [diff] |
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>
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 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).
Install Ubuntu (>= 18.04) or Debian (>= 9) 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 libxml-parser-perl libxml2-dev libxml2-utils xsltproc \ wget bc rsync
Install Fedora (>= 25) 64-bit.
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