~ruther/guix-kria

guix-kria/modules d---------
363ce5bc — Rutherther a month ago
fix: boot flag on boot partition

The boot partition needs to have a boot flag so it is detected by
u-boot as a partition to boot from. Unfortunately Guix uses this flag
to check if a partition is root partition, and then sets the uuid of
the root partition based on that. As a workaround, move the boot
partition as second, this ensures the root partition will be detected
as root.

However, this is problematic, because the BootROM on the ZynqMP cannot
read the whole disk for the boot.bin file. It reads only first part of
it. Because of that, if the boot partition was second on the disk, it
would not be possible to boot into SPL and U-Boot from it. Because of
that, the offset is chosen so that the boot partition actually comes
first despite being partition 2.
48919710 — Rutherther a month ago
feat: Add image builder
91c60e0f — Rutherther 2 months ago
feat: Add linux for xilinx_zynqmp

Vendor the defconfig as it is not valid from upstream.
acc97ba0 — Rutherther 2 months ago
fix: u-boot: make flags should be env vars
e093c196 — Rutherther 2 months ago
chore: rename arm trusted firmare
a166a4f6 — Rutherther 2 months ago
feat: do not strip u-boot binaries
d1835222 — Rutherther 2 months ago
feat: add zynqmp DP reset support
3d7ec33e — Rutherther 2 months ago
fix: newlib info
f42cf873 — Rutherther 2 months ago
feat: Move search-patch to standalone module
c9106ed9 — Rutherther 2 months ago
chore: patch for libgloss fix direntry
c47d7c75 — Rutherther 3 months ago
chore: update pmcfg obj c file to be relative
34353779 — Rutherther 3 months ago
Initial commit