commit | c96770412f4a54073467fb93c0483fe238932a15 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Mon Mar 18 03:04:39 2019 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Mon Mar 18 03:04:39 2019 -0500 |
tree | f36d5e5700590940e48e8ed76afea5f5515729e3 | |
parent | 67157e26cc6cd68acb72ef1bea6d288f8f814b39 [diff] |
op-build update 3-18-2019 Changes Included for package hostboot, branch master: 3653c5d - Christian Geddes - 2019-03-17 - Skip establish ex chiplet step (15.3) during Axone for now dd41d61 - Christian Geddes - 2019-03-17 - Set MAX_COMPUTE_NODES attribute so TOD code gets setup correctly b397d8d - Christian Geddes - 2019-03-17 - Allow single dimm configurations in Axone 5588cf8 - Nick Bofferding - 2019-03-17 - Fix bug where task migrates away from pinned CPU unexpectedly 6362249 - Dan Crowell - 2019-03-16 - Add PMIC target 0f728a1 - Louis Stermole - 2019-03-16 - Add empty file for explorer eff_memory_size specialization 143d039 - Prem Shanker Jha - 2019-03-16 - Image Build: Fixed handling of unsecure HOMER address field. 395f284 - Sumit Kumar - 2019-03-16 - FAPI_Infra:Add new member to structure ErrorInfoHwCallout 4d983e4 - Prasad Bg Ranganath - 2019-03-16 - PPB: Refactor pstate parameter block 1c169fc - Andre Marin - 2019-03-16 - Add attribute engine algorithm for eff_config and pre_eff_config b5e9f70 - Andre A. Marin - 2019-03-16 - Update phy_pharams structure, tests, and exp attrs bcecb8a - Christian R. Geddes - 2019-03-16 - Revert "Update phy_pharams structure, tests, and exp attrs" d679e6d - Andre A. Marin - 2019-03-16 - Add attr_engine_traits empty files for HB to mirror 2dcce4b - Andre Marin - 2019-03-15 - Add L1 for p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle cd82f3e - Stephen Glancy - 2019-03-15 - Adds DDIMM EFD decoder API 9e1906f - Andre Marin - 2019-03-15 - Add std::remove_all_extends to HB STL library c2c08ea - Dan Crowell - 2019-03-15 - Remove old fapi files a5c4032 - Matt Derksen - 2019-03-15 - Fixing runtime i2c operation 3830dc6 - Matthew Raybuck - 2019-03-15 - Support UCD target generation for Zeppelin MRW 642a5f6 - Nick Bofferding - 2019-03-15 - Support UCD discovery c4031ac - Chen Du - 2019-03-15 - Dropped messages at shutdown 87cc9b2 - Joe McGill - 2019-03-14 - cleanup references to chip-centric EC feature attributes ee476c6 - Andre A. Marin - 2019-03-14 - Update phy_pharams structure, tests, and exp attrs 8b9e2d4 - Bill Hoffa - 2019-03-14 - Fix autocitest simics attempt numbering 9145082 - Christian Geddes - 2019-03-14 - Disable OCMB mmio communication tests until MMIO works Changes Included for package hcode, branch master: 3d18592 - hostboot - 2019-03-16 - Release tag information updated for hw031619a.940 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-env 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.
Install Ubuntu (>= 14.04) or Debian (>= 7.5) 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
Install Fedora 25 64-bit (older Fedora should also work).
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-bignum "perl(XML::Simple)" \ "perl(YAML)" "perl(XML::SAX)" "perl(Fatal)" "perl(Thread::Queue)" \ "perl(Env)" "perl(XML::LibXML)" "perl(Digest::SHA1)" libxml2-devel \ which wget unzip tar cpio python bzip2 bc findutils ncurses-devel