Giter Club home page Giter Club logo

genode-imx's People

Contributors

a-dmg avatar alex-ab avatar chelmuth avatar cnuke avatar cproc avatar nfeske avatar skalk avatar ssumpf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

genode-imx's Issues

Build error due to missing crc32table.h

When attempting to build the framebuffer or SD-card driver, the following error occurs:

.../contrib/mnt_reform2_linux-90fc608b70814e0448031ad49a99273ed72d77a4/linux/lib/crc32.c:48:10: fatal error: crc32table.h: No such file or directory
   48 | #include "crc32table.h"

This file is normally generated by the Linux build system but it is absent from src/include/imx8mq/lx_generated. BTW, for the genode-allwinner drivers, I use the following rule to generate the file: https://github.com/nfeske/genode-allwinner/blob/master/lib/import/import-a64_lx_emul.mk#L147

Port hashes do not depend on patches

In https://github.com/skalk/genode-imx8mq/blob/main/ports/mnt_reform2_linux.port#L17 a shell command is used to apply patches collected using a shell command. This has the unfortunate effect that a change of a patch does not affect the port hash as it should. E.g., I just ran into trouble updating to the usb branch, which ultimately needed a clean prepare_port.

This problem can be solved best by listing the patches in the PATCHES variable, which is the official way of handling patches. The variable may be populated using a $(wildcard).

Alternatively, the port file could extend the HASH_INPUT variable.

imx8mq_gpu_drv: enable multi-client support

The following commits add support for executing multiple clients concurrently and gets rid of the explicit I/O signal handling (cf genodelabs/genode#2777). In contrast to the other GPU drivers multiple contexts are still handled implicitly (i.e. there is only one Gpu session used by each client), which will be addressed at a later date.

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.