This release introduces arm64 architecture and board support.
Major changes for tamago package API:
- arm64: new package supporting ARM Cortex-A53 CPUs (#55)
- arm64/gic: new package providing ARM GICv3 driver (#55)
- imx8mp: new package supporting NXP i.MX8MP SoCs (#55)
- imx8mpevk: new board support package for 8MPLUSLPD4-EVK (#55)
- imx6ul:
TIMER_IRQconstant moved to arm package (191d0fb)
Major changes for tamago package internals:
- amd64: fix SMP initialization when low memory is not zeroed (9785bf1)
- cloud_hypervisor/vm: enable SMP (9785bf1)
- arm/gic: improve implementation, highlight GICv2 compatibility (#55)
- amd64: improve exception handling, unify traceback with
riscv64(#55) - riscv64: improve exception handling, unify traceback with
amd64(#55)
Full Changelog: v1.25.4...v1.25.5
This release requires GOOS=tamago support in the Go distribution with tamago-go1.25.5 or later releases.