commit | c4b95685cfb1f79210a5e0aaec6f9ee114f680f1 | [log] [tgz] |
---|---|---|
author | hostboot <hostboot@us.ibm.com> | Wed Aug 30 00:45:58 2017 -0500 |
committer | hostboot <hostboot@us.ibm.com> | Wed Aug 30 00:45:58 2017 -0500 |
tree | f8b01495f6af6e80e296e416f267bb2872b53649 | |
parent | ead1f767fa3ac5b6f94296547a714e157370e8f9 [diff] |
op-build update 8-30-2017 Changes Included for hostboot: 0759aa1 - Dzuy Nguyen - 2017-08-29 - Add const to p9_check_idle_stop_done input parameter 98e3ce4 - spashabk-in - 2017-08-29 - Optimise RamCore put_reg & get_reg 00b819b - Jacob Harvey - 2017-08-29 - Add in last addr register to memdiags error xml 9a02235 - Thi Tran - 2017-08-29 - L3 update - p9_avsbus_xxx HWPs 1ab2edd - Prasad Bg Ranganath - 2017-08-29 - AVSBUS: Move fapi2 return code to error xml file 42f0422 - Joe McGill - 2017-08-29 - resolve Zeppelin DMI channel framelock issues 3580111 - Joe McGill - 2017-08-29 - Cumulus DMI -- apply MSB swap attribute, disable dynamic rpr, recal, sls_rcvy 3363a36 - Joe McGill - 2017-08-29 - PLL updates for Cumulus simulation testing d070d9a - Luke Mulkey - 2017-08-29 - VBU feedback fixes d1adf97 - John Rell - 2017-08-29 - jgr17050500 Added Centaur and DMI IO SCOM initfiles 24ca491 - Luke Mulkey - 2017-08-29 - centaur: scominit + scom initfiles d3c3f01 - Thi Tran - 2017-08-29 - Centaur istep 11 support a95c13c - Nick Klazynski - 2017-08-29 - Mistakenly pulled workaround for HW410212 - readd for CDD1.0 db4e2f3 - John Rell - 2017-08-29 - jgr17071200 Removed pdwn settings ee53983 - Jacob Harvey - 2017-08-29 - Implementing draminit_training_adv 2b881eb - Stephen Glancy - 2017-08-29 - Adds DDR4 hybrid NV-RDIMM support 598111f - Jacob Harvey - 2017-08-29 - p9_mss_eff_config_thermal L3 bcb755c - Prachi Gupta - 2017-08-29 - cumulus: changes to boot simics all the way to test cases f544857 - crgeddes - 2017-08-29 - Remove EKB attribute from target_types.xml cd1d9e3 - Stephen Cprek - 2017-08-29 - Add HDAT Permissions type to Hostboot Reserved Memory Sections 5ee8711 - Santosh Puranik - 2017-08-29 - Fixes for Zeppelin 045061a - Joachim Fenkes - 2017-08-28 - fapi2: Change FAPI_CALL_SUBROUTINE() dummy message to FAPI_DBG b6a15c6 - Richard J. Knight - 2017-08-28 - Remove CHIPOP parameter from FAPI_CALL_SUBROUTINE f51ece5 - Richard J. Knight - 2017-08-28 - Add FAPI_CALL_SUBROUTINE macro eb0977a - Jacob Harvey - 2017-08-28 - Add in L1 draminit_training_adv files 47c5594 - Dan Crowell - 2017-08-28 - Temp remove of p9_mss_draminit_training_adv.H to fix bad mirror 745818d - Dan Crowell - 2017-08-28 - Adding a prereq to get around a CI issue 77960da - crgeddes - 2017-08-28 - Clear NPU bars if attr does not enable them bf7a405 - Caleb Palmer - 2017-08-28 - Functions for BAD_DQ_BITMAP attribute usage d520480 - Caleb Palmer - 2017-08-28 - Setter function for ATTR_BAD_DQ_BITMAP
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.
Issues, Milestones, pull requests and code hosting is on GitHub: https://github.com/open-power/op-build
Mailing list: openpower-firmware@lists.ozlabs.org
Info/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware
Archives: https://lists.ozlabs.org/pipermail/openpower-firmware/
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/
such as Habanero and Firestone.
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 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