commit | 20251a0190922ad224617696172f7a42c72c3eef | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Jan 30 19:26:39 2019 -0600 |
committer | hostboot <hostboot@us.ibm.com> | Wed Jan 30 19:26:39 2019 -0600 |
tree | 8722c961259b8a854193869fa357bd7504c60b8f | |
parent | c92c866122a6ca13d070046c4db2d1a483a2d137 [diff] |
op-build update 1-30-2019 Changes Included for package hostboot, branch master-p8: e743c92 - Caleb Palmer - 2019-01-30 - PRD: PCINESTFIR callout proc instead of PHB Changes Included for package hostboot, branch master: 23c66cc - Rahul Batra - 2019-01-30 - PM: OCC<>PGPE Interface for P9+ b933c9e - Rahul Batra - 2019-01-30 - PGPE: Write magic number in HcodeOCCShared struct 602885b - Roland Veloz - 2019-01-30 - Set the I2C MUX bus selector in the i2cPresence function 5408943 - Jayashankar Padath - 2019-01-30 - HDAT: Fused core and memorymap version support f6b8ae9 - Dan Crowell - 2019-01-29 - Do not gard cores on the initial core wakeup failure 5b03768 - Caleb Palmer - 2019-01-29 - PRD: PHBNFIR callout proc instead of PHB d5fe22b - Christian Geddes - 2019-01-29 - Remove sha512 hash from EECACHE section & init section w/ correct info 573dc45 - Andre Marin - 2019-01-29 - Add DDIMM empty files for easier HB mirroring c335cd1 - Ben Gass - 2019-01-29 - Add missing Axone MC channel translations. 164e4ec - Prem Shanker Jha - 2019-01-29 - SMF: Defined new attribute containing unsecure HOMER memory's size. caec0f1 - Louis Stermole - 2019-01-29 - Convert mss explorer and axone code to use attr accessors 30e3c86 - Sumit Kumar - 2019-01-29 - eRepair(Zeppelin): Fix to invalidate centaur vpd records 98baafa - Jenny Huynh - 2019-01-29 - Additional core inits for Nimbus DD2.3 compatibility modes be4944d - Jenny Huynh - 2019-01-29 - HW477626 Dangerous Elk - Temporarily apply to CDD13 native only 0da0d75 - Jenny Huynh - 2019-01-29 - HW477626 Dangerous Elk - Applies to CDD12+ 9c147a3 - Prem Shanker Jha - 2019-01-29 - PM Malf Func: Fixed bugs pertaining pm malfunction FFDC and parser. 39a6b40 - Caleb Palmer - 2019-01-29 - PRD: Initial NVDIMM Support 675244e - Christian Geddes - 2019-01-28 - Load HWAS module earlier in ext init tasks f34e826 - Dan Crowell - 2019-01-25 - Remove p9_dump_stop_info 3e1fcbf - Dan Crowell - 2019-01-25 - Interface for OCMB getVPD 7a16c28 - Andre Marin - 2019-01-25 - Add empty data engine files for generic eff_config a3dae28 - Prasad Bg Ranganath - 2019-01-25 - PPB:Undervolting biasing: fix bug found in testing. 71bc706 - Andre Marin - 2019-01-25 - Move fake_spd testing data into generic ff5e469 - Dan Crowell - 2019-01-25 - Add retry to slave core wakeup path c2f2f50 - Matt Raybuck - 2019-01-25 - remove unnecessary checks in checkMinimumHardware 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