commit | b6c7e1a64147efeb1e42d31ccbb9291fe0cdd943 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Fri Apr 03 00:32:14 2020 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Fri Apr 03 00:32:14 2020 -0500 |
tree | d5894670ac246242b59b4bef5fdb276bd41f129b | |
parent | ca7fc2717ce231b328e8624f60c05624e27f2362 [diff] |
op-build update 4-3-2020 Changes Included for package sbe, branch master-p10: 8d3ed2f - Glenn Miles - 2020-04-02 - Add new enum, OCMB_FW_UPDATE, to ATTR_RECONFIGURE_LOOP 9989367 - Ben Gass - 2020-04-02 - Add TPCHIP.PIB and PIBMEM registers to register header files 539bf86 - Matthew Raybuck - 2020-04-02 - Add comments to policy changes to FAPI2 for Bootloader compilation 99320e8 - Douglas Gilbert - 2020-04-02 - PBA P10 modifications for pba/pbax b9fa814 - Srikantha Meesala - 2020-04-02 - MPIPL Reset is in progress then skip DATA section update ff5f303 - Sunil Kumar - 2020-04-02 - Remove appending hbbl during seeprom make. Add hbbl during sb prime. b580b4c - Srikantha Meesala - 2020-04-02 - Host Base address changed from 0800_0000 to F000_0000 b2272eb - Raja Das - 2020-04-02 - Simics not triggering testP10_standalone test bucket fix Changes Included for package hcode, branch master-p10: 6ad9004 - hostboot - 2020-04-02 - Release tag & head commit information updated for hw040220a.opmst10 9df690b - Greg Still - 2020-04-02 - PM: add Vretention voltage and Altitude Adjustment to OCC Parameter Block 683bc93 - Prem Shanker Jha - 2020-04-02 - QME Hcode: Fixed handling of scan region and type. ff4f155 - hostboot - 2020-04-01 - Release tag & head commit information updated for hw040120a.opmst10 Changes Included for package hostboot, branch master-p10: 426cf66 - aravnair-in - 2020-04-02 - Add ATTR_CEC_IPL_TYPE under the sys target 0d6cc8c - Nick Bofferding - 2020-04-02 - Reduce OCMBFW memory footprint by prefixing it with a hash page table 96b8339 - Nick Bofferding - 2020-04-02 - Support PLDM_ENTITY_ID_INFO attribute for BMC platforms 259dea0 - Dan Crowell - 2020-04-02 - Do not truncate error log at runtime when using firmware_request 4d74476 - Matthew Raybuck - 2020-04-02 - Add comments to policy changes to FAPI2 for Bootloader compilation f758973 - Prem Shanker Jha - 2020-04-01 - PM HWP: Level2 of Special Wakeup HWP. ec715d7 - Joe McGill - 2020-04-01 - refactor ADU routines to support auto-increment for CI ops c20e91c - Ben Gass - 2020-04-01 - Add TPCHIP.PIB and PIBMEM registers to register header files 058c5c5 - Yun Pan - 2020-04-01 - Enable mmio tests bc502e3 - Ilya Smirnov - 2020-04-01 - Commonize TI Area Between HB/HBBL/PHYP 86cadfc - Jayashankar Padath - 2020-04-01 - HDAT: Host SPI support 24e35eb - Dan Crowell - 2020-04-01 - Add translation for SuperWOF lid id 768fb1e - Jayashankar Padath - 2020-04-01 - HDAT: Add MMIO information of OCMB in to Ms Area 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