~ruther/guix-kria

79fd3786 — Rutherther 11 months ago master
chore: Add script to build the final image
eabb73db — Rutherther 11 months ago
chore: Add script that gives user environment to guix build in
363ce5bc — Rutherther 11 months 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 11 months ago
feat: Add image builder
15d492bb — Rutherther a year ago
fix: Add missing pm_cfg_obj.c file
91c60e0f — Rutherther a year ago
feat: Add linux for xilinx_zynqmp

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