Giter VIP home page Giter VIP logo

edi-boot-shim's People

Contributors

lueschem avatar lueschem-sch avatar miglio avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

edi-boot-shim's Issues

NanoPi R5C

Any chance you could add a template for the NanoPi R5C?

Get rid of using unit addresses in FIT dts files.

https://github.com/lueschem/edi-boot-shim/blob/master/template/boot.scr.its is using unit addresses (e.g. default@1). However, due to CVE-2021-27138 u-boot does not allow this anymore: https://source.codeaurora.org/external/imx/uboot-imx/commit/common/image-fit.c?id=3f04db891a353f4b127ed57279279f851c6b4917

The reworked boot.scr.its file could then look like:

/dts-v1/;
  
/ {
    description = "edi-boot-shim boot script";
    #address-cells = <1>;
  
    images {
        default = "bootscript-1";
        bootscript-1 {
            description = "default setup";
            data = /incbin/("__BOOT_COMMAND_SCRIPT__");
            type = "script";
            arch = "__U_BOOT_ARCHITECTURE__";
            compression = "none";
            hash-1 {
                algo = "sha1";
            };
        };
    };
};

Marco, many thanks for the hint!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.