• Show log

    Commit

  • Hash : f0fb4834
    Author : Mark Cave-Ayland
    Date : 2022-01-26T11:12:13

    .github/workflows: add main.yml for building fcode-utils upon push This is a GitHub push action that generates a container image from docker/Dockerfile using the fcode-utils-builder image and pushes the result to ghcr.io/openbios/fcode-utils:master for public use. It is essentially a standard Debian 11.2 image with the binaries copied into /usr/bin. Note that this action also creates a zip artifact containing the binaries and localvariables directories to allow simple build testing and verification upon merge. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

  • README

  • This is the OpenBIOS FCODE suite.
    
    It consists of:
    
    - toke
    - detok
    - romheaders
    - localvalues
    
    NOTE: all parts of the OpenBIOS FCODE suite are GPL v2, except the localvalues
    implementation and parts of the documentation which are released under the 
    Common Public License (CPL) version 1.0 
    (see: http://www.opensource.org/licenses/cpl1.0.php)
    
    
    For information please contact the OpenBIOS Mailinglist <openbios@openbios.org>