forked from genodelabs/genode-zynq
Zynq SoC support for the Genode OS framework
- C++ 69.2%
- C 16.6%
- Makefile 9%
- Tcl 3.3%
- BitBake 1.2%
- Other 0.7%
| board | Revert "platform_drv: remove hard-coded slcr device" | |
| doc | doc: Getting Started with USRP e310 | |
| include | mmio: upper-bounds checks | |
| lib | zynq_linux: update to Linux 6.12 | |
| ports | uboot: increase CONFIG_SYS_BOOTM_LEN | |
| recipes | depot: update recipe hashes | |
| run | run/sd_card_zynq: fix write test | |
| src | test/dma_loopback: use libc memset | |
| tool | zynq_uboot_sdcard: move uImage to /boot/uImage | |
| .gitignore | Add .gitignore | |
| LICENSE | README and LICENSE | |
| README | Update README with Codeberg URL | |
==================================== Genode support for Zynq-based boards ==================================== This repository complements the Genode OS framework (https://genode.org) with the board support needed to use Genode on devices based on Xilinx Zynq 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-zynq.git_ repository to _genode/repos/zynq: ! git clone https://codeberg.org/genodelabs/genode-zynq.git genode/repos/zynq Create a build directory by executing the following command in the genode directory: ! ./tool/create_builddir arm_v7a 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 _zynq_ repository is prioritized over the others. ! REPOSITORIES += $(GENODE_DIR)/repos/zynq 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.