commit | c766ee27292d9f290417c0f95ed4ffbb611f7bad | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Apr 13 13:49:39 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Apr 13 13:49:39 2020 -0500 |
tree | 0754846678e35128488143087349b9b3b887351d | |
parent | 3791ca21dff2eaf0fbea4143b2fecc926223d258 [diff] |
op-build update 4-13-2020 Changes Included for package sbe, branch master-p10: 19c160d - Joe McGill - 2020-04-13 - refactor ADU routines to support auto-increment for CI ops 2ede185 - Murulidhar Nataraju - 2020-04-13 - Update the customRc to latest simcis release Changes Included for package rainier-xml, branch master: fcdf04c - RUBY M ZGABAY - 2020-04-13 - Merge pull request #25 from rubymart/master 2f67699 - rubymart - 2020-04-10 - Changed IOHS_CONFIG_MODE value to SMPX 85bf39f - rubymart - 2020-04-08 - Added attribute PROC_MODULE_TYPE for Rainier with value of GODEL 1103683 - rubymart - 2020-04-04 - Update to baseServices and FSI attributes with correct values dd0a1c7 - RUBY M ZGABAY - 2020-03-25 - Merge pull request #23 from rubymart/master c89f162 - rubymart - 2020-02-28 - Added new P10 attributes including SPI_BUS_DIV_REF, CCINs & MTMs info Changes Included for package hostboot, branch master-p10: 673276c - Sheldon Bailey - 2020-04-13 - Change to xml files to fix inheritance issue in attributes. 334e8a0 - Zane Shelley - 2020-04-13 - MDIA: scrubbed global configuration variables for p10 df59bad - Matt Derksen - 2020-04-13 - EECACHE testing 590a0f8 - Matt Derksen - 2020-04-13 - Test EEPROM write boundary 76927df - hostboot - 2020-04-11 - Update simics level to: 2020-04-10_a7e2e2_simics.tar.gz 048ab772fc2cb260 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(bigint)" "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 lzo-devel python2