commit | a272a6f415895f77d696fd00ce30477fe20c0d6a | [log] [tgz] |
---|---|---|
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | Tue Jan 21 05:00:31 2020 +0000 |
committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | Tue Jan 21 05:00:31 2020 +0000 |
tree | 538ead54c765fbe8b81b3e494339ee82b486c9c2 | |
parent | 76c91e9f27e73b15a6ae5e7b8caa04dde4f0e820 [diff] |
skiboot v6.5-198-g120b1b7d Nicholas Piggin (31): asm/cvc_entry.S: r2 save fix capp: fix endian conversion cpu: use dt accessor device tree access opal-api: add endian conversions to most opal calls opal-msg: endian fixes for opal-msg.c and opal_queue_msg callers elf: endian conversions spira: fix endian conversions in spira data structures hdata: endian conversions naca: move naca definition from asm to C io: endian conversions for io accessors hmi: endian conversions cvc: allow BE cvc code to be called from LE context xive: make endian-clean phb4: make endian-clean occ sensors: make endian-clean memconsole: make endian-clean debug descriptor: make endian-clean ipmi: endian conversion sbe-p9: endian conversion fsp: endian conversions errorlog: endian conversion pel: endian conversion libflash: ecc endian conversions prd: endian conversions opal-dump: MPIPL endan conversions sfc-ctrl: endian conversions add little endian support dt: assorted cleanups add more sparse endian annotations fix simple sparse warnings i2c: fix dereference beyond the end of buffer Oliver O'Halloran (18): doc: Add skiboot-5.2.0 ref doc/secvar: Fix table markup doc/mpipl: Fix warnings doc/secvar: Fix indentation warnings doc: Fix code blocks in v6.3.3 release notes doc/sbe: Fix block indentation doc: Remove duplicate OPAL_ELOG_WRITE label doc: Fix block in 6.3.2 release notes doc/opal-api: Remove spurious indent doc/dt: Fix memory-heirachy block doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL doc/device-tree: Add secvar bindings to the toctree doc: Add VAS stuff into the tree doc: Use parallel builds doc: Remove bonus CONTRIBUTING.md from the index doc: Fix some errors in platforms-and-cpus doc/imc: Fix sphinx warning README.md: Add information on docs Vasant Hegde (4): skiboot 5.4.11 release notes skiboot v6.5.2 release notes skiboot v6.3.3 release notes skiboot v6.0.21 release notes Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.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-bignum "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