commit | 59060964143a959643c48d6d13142ee84be5a4c1 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Sep 14 00:39:41 2022 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Sep 14 00:39:41 2022 -0500 |
tree | 55805959190e3fb7e01c63dc7fa8c09cc5c9a53b | |
parent | f209194bfa18c9856bfa684148d3b2352a12a346 [diff] |
op-build master-p10 update 9-14-2022 Changes Included for package everest-xml, branch master: 350998e - Anh Dang - 2022-09-13 - Merge pull request #12 from adangster/master e94fa6b - adangster - 2022-09-13 - Rename OSC part per request to make it easier to read. No logic change (SW556105 ) SI5332_BMC_02-0 -> SI5332LD-osc-0 SI5332_BMC_01-1 -> SI5332LD-osc-1 5121f5f - adangster - 2022-09-06 - https://w3.rchland.ibm.com/projects/bestquest/?defect=SW554303 update SPDa/SPDb to match value in Denali per requested from Defect. 0x02 BYTE_ADDRESS_OFFSET 0x04 MEMORY_SIZE_IN_KB RSPD VPD_TYPE 0x08 WRITE_PAGE_SIZE Changes Included for package sbe, branch master-p10: 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 hcode, branch master-p10: 9c527e1 - hostboot - 2022-09-12 - Release tag & head commit information updated for hw090922a.opmst10 c00e312 - Nick Bofferding - 2022-09-12 - Update VRM callout related code and XML to accurately log VRM callouts Changes Included for package hostboot, branch master-p10: 23e4a05 - Chris Cain - 2022-09-13 - Add PLDM OEM command support for HTMGT commands 6efa833 - Louis Stermole - 2022-09-13 - Pass non-success RC through DDR5 MR constructors a53172c - Geetha Pisapati - 2022-09-13 - Specialize port library for odyssey b7f4b07 - Louis Stermole - 2022-09-13 - Fix default template type in configure_wrq and configure_rrq ec88160 - Geetha Pisapati - 2022-09-13 - Removed the occurrences of mvpd_fwms from attr, hwprocs and UT. d212997 - Mike Baiocchi - 2022-09-13 - Fix "FW Released Ver" Field in Hostboot PELs e000fea - Matt Derksen - 2022-09-13 - PDR change for Bonnell 067ffac - hostboot - 2022-09-12 - Update HCODE commit to 81c5987... Delete rdf_maintenance/mainline_rcd_he a65952a - hostboot - 2022-09-12 - Update SBE commit to 9e5575f... API for Retriving secondary chip measure Changes Included for package hostboot-binaries, branch master: fbd828f - hostboot - 2022-09-12 - UPDATE executables for the NVIDIA gpu and/or ring files for hw090922a.opmst10 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