commit | 584e3d045d3c04ecf311128cfcec9674ea3da8e1 | [log] [tgz] |
---|---|---|
author | Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> | Thu Aug 20 18:17:40 2020 -0300 |
committer | Klaus Heinrich Kiwi <klausk@br.ibm.com> | Thu Aug 20 21:36:52 2020 -0300 |
tree | 22a3facc8b1148d896f7568c036d6c341b21e761 | |
parent | 07f912f6597dece1fcd11c7fca6d53a26834c3ee [diff] |
Bump skiboot to latest level Changes since commit f767049: Klaus Heinrich Kiwi (3): Rename 'rainier' to 'rainier-2s2u' Revert "Merge pull request #40 from klausk/rename_rainier" Add 'rainier-2s2u' as a valid SYSTEM_TYPE Pratik Rajesh Sampat (1): libpore: P10 stop-api support Ryan P Grimm (3): Merge pull request #39 from svaidyan/p10-stop-api Merge pull request #40 from klausk/rename_rainier Merge pull request #41 from klausk/rename_rainier Vaidyanathan Srinivasan (1): xive2: Add NCU_SPEC_BAR to stop engine for restore Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> ---------------------------------------------------------------- hw/slw.c | 38 ++++- hw/xive2.c | 31 ++++- include/p10_stop_api.H | 232 +++++++++++++++++++++++++++++++ libpore/Makefile.inc | 2 +- libpore/p10_cpu_reg_restore_instruction.H | 88 ++++++++++++ libpore/p10_hcd_header_defs.H | 152 ++++++++++++++++++++ libpore/p10_hcd_memmap_base.H | 463 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libpore/p10_hcd_memmap_homer.H | 94 +++++++++++++ libpore/p10_hcd_memmap_occ_sram.H | 174 +++++++++++++++++++++++ libpore/p10_hcode_image_defines.H | 462 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libpore/p10_stop_api.C | 1816 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libpore/p10_stop_api.H | 232 +++++++++++++++++++++++++++++++ libpore/p10_stop_data_struct.H | 162 ++++++++++++++++++++++ libpore/p10_stop_util.C | 191 +++++++++++++++++++++++++ libpore/p10_stop_util.H | 123 ++++++++++++++++ platforms/astbmc/rainier.c | 3 +- 16 files changed, 4252 insertions(+), 11 deletions(-) create mode 100755 include/p10_stop_api.H create mode 100755 libpore/p10_cpu_reg_restore_instruction.H create mode 100644 libpore/p10_hcd_header_defs.H create mode 100644 libpore/p10_hcd_memmap_base.H create mode 100644 libpore/p10_hcd_memmap_homer.H create mode 100644 libpore/p10_hcd_memmap_occ_sram.H create mode 100644 libpore/p10_hcode_image_defines.H create mode 100755 libpore/p10_stop_api.C create mode 100755 libpore/p10_stop_api.H create mode 100755 libpore/p10_stop_data_struct.H create mode 100755 libpore/p10_stop_util.C create mode 100755 libpore/p10_stop_util.H
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.ibm.com:open-power/op-build.git cd op-build ./op-build rainier_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