Bump skiboot to skiboot-5.6.0-148-g6678e057ab5c

Benjamin Herrenschmidt (22):
      capp: Fix hang when CAPP microcode LID is missing on FSP machine
      xive: DD2.0 updates
      phb4: DD2.0 updates
      phb4: Workaround bug in spec 053
      phb3/4: Move IO VPD preload out to a common place
      phb3/4: Silence a useless warning
      hdat/vpd: Don't warn and don't create a dummy "model-name"
      psi: Use phys_map to setup the BARs
      lpc: Enable "new" SerIRQ mode
      psi: Switch to ESB mode later
      xive: Remove historical BAR reading code
      libffs: Fix ffs_lookup_part() return value
      cpu: Add a space to #threads message
      flash: Silence some messages
      init: Silence messages and call ourselves "OPAL"
      Big log level reduction...
      Move cleanup_tlb from head.S to misc.S
      Rename cleanup_tlb() to cleanup_local_tlb()
      Add "cleanup_global_tlb" for P9 and later
      cpu: Make init_hid() local to cpu.c
      cpu: Rework HILE change
      cpu: Support setting HID[RADIX] and set it by default on P9

Cyril Bur (1):
      libflash/libffs: Zero checksum words

Russell Currey (2):
      phb4: Properly mask out link down errors during reset
      phb4: Mask out write-1-to-clear registers in RC cfg

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
1 file changed
tree: 25455fff5f651d5253734feca504c0091bf7e6a3
  1. ci/
  2. dl/
  3. openpower/
  4. output/
  5. .gitignore
  6. .gitmodules
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. op-build-env
  11. README.md
README.md

OpenPOWER Firmware Build Environment

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.

Development

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/

Building an image

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.

Dependencies for 64-bit Ubuntu/Debian systems

  1. Install Ubuntu (>= 14.04) or Debian (>= 7.5) 64-bit.

  2. Enable Universe (Ubuntu only):

     sudo apt-get install software-properties-common
     sudo add-apt-repository universe
    
  3. 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
    

Dependencies for 64-bit Fedora systems

  1. Install Fedora 25 64-bit (older Fedora should also work).

  2. 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