commit | ad3b61ecfef124f51e0f90d8449f36339567483c | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Sep 19 08:28:16 2022 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Sep 19 08:28:16 2022 -0500 |
tree | 6513515d979fba128883d4bb018d7d82b6d2eee7 | |
parent | 7a2fe148307cd3dbeb287a8091409365e26ea109 [diff] |
op-build master-p10 update 9-19-2022 Changes Included for package sbe, branch master-p10: 678e429 - Isaac Salem - 2022-09-19 - Load SBE Debug tools for Bonito simics 52c6a35 - akhis023 - 2022-09-16 - HRESET Flow for Chip Select 775abdc - akhis023 - 2022-09-16 - Remove loader, text and base loader as part of signed SBE FW image 9e3c46a - Sunil Kumar - 2022-09-16 - Chip Select Load rings from pibmem in ring utility. 3c47f0a - Sunil Kumar - 2022-09-16 - Chip Select Load fastarray directly from pibmem. 27c7aa9 - sandeep - 2022-09-16 - Chip Select Load HDCT directly from pibmem. 8f79e2e - rajerpp1 - 2022-09-16 - SPI chip select issue fix and Implementation of new security flow 8bc02d0 - Nick Bofferding - 2022-09-12 - Update VRM callout related code and XML to accurately log VRM callouts cb457cd - Matthew Raybuck - 2022-09-12 - Fix missing include in hwp_ffdc_classes.H eee283d - chenduibm - 2022-09-12 - EKB commit for FAPI layer VRM_CALLOUT fe5bd98 - Sneha Kadam - 2022-09-12 - Updates to safemode throttles based on DIMM config 423ea2d - Geetha Pisapati - 2022-09-12 - Add support for all DDR5 base module in eff config 532a99a - Geetha Pisapati - 2022-09-12 - Remove 38400 speed in DDR5 support in p10_mss_freq_system.C 2c8fbd0 - Joe McGill - 2022-09-12 - port-in Odyssey pervasive istep procedures ddd48de - Geetha Pisapati - 2022-09-12 - Added DDR5 support in p10_mss_freq_system.C 26f15d3 - Prasad Bg Ranganath - 2022-09-12 - PM HWP: Clear SCRB values once backing cores are entered stop11 a6f917b - Amita Banchhor - 2022-09-12 - Port sppe changes to ddrphyinit from ekb-src to ekb repo 9e5575f - RAJESWARAN THILLAIGOVINDAN - 2022-09-09 - API for Retriving secondary chip measurement Changes Included for package hostboot, branch master-p10: 09409b1 - Geetha Pisapati - 2022-09-16 - Specialize port library for odyssey 3055eae - aravnair-in - 2022-09-16 - Remove hack in platClearGardRecords() 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 Blackbird system:
git clone --recursive git@github.com:open-power/op-build.git cd op-build ./op-build p10ebmc_defconfig && ./op-build
There are also default configurations for other platforms in openpower/configs/
. 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 gawk cpio xxd \ 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)" \ "perl(FindBin)" "perl(English)" "perl(Time::localtime)" \ libxml2-devel which wget unzip tar cpio python bzip2 bc findutils ncurses-devel \ openssl-devel make libxslt vim-common lzo-devel python2 rsync hostname