nfeske / genode-allwinner

Allwinner SoC support for the Genode OS framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

               =========================================
               Genode support for Allwinner-based boards
               =========================================


This repository complements the Genode OS framework (https://genode.org) with
the board support needed to use Genode on devices based on Allwinner SoCs.

To use it, you first need to obtain a clone of Genode:

! git clone https://github.com/genodelabs/genode.git genode

Now, clone the _genode-allwinner.git_ repository to _genode/repos/allwinner_:

! git clone https://github.com/nfeske/genode-allwinner.git genode/repos/allwinner

For enabling the board support, adjust the build-directory configuration
_etc/build.conf_ by adding the following line before the other 'REPOSITORIES'
definitions so that the _allwinner_ repository is prioritized over the others.

! REPOSITORIES += $(GENODE_DIR)/repos/allwinner


License
-------

Genode-specific code is provided under Genode's regular open-source license,
which is AGPLv3 + open-source linking exception. This code is also available
under a commercial license offered by Genode Labs.

For code ported from other projects - e.g., device drivers ported from the
Linux kernel - the license of the originating upstream project applies.

Please refer to the individual file headers for detailed information.

About

Allwinner SoC support for the Genode OS framework

License:Other


Languages

Language:C 64.2%Language:C++ 23.0%Language:Makefile 11.9%Language:NASL 0.9%