Why is Zedboard (Zynq 7000 SoC) under AArch64 section in Hardware Notes?

This may be a dumb question.

I was looking at the FreeBSD 15.1 Hardware Notes page. In 2. Supported Platforms > 2.2. AArch64 I saw Zedboard (Zynq 7000 SoC), with Tier-1 support. I checked some documents and here's what I got:
Armv7-A is 32-bit instruction set, according to ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition, A1.2 The instruction sets.
The ARM instruction set is a set of 32-bit instructions providing comprehensive data-processing and control functions.
Also in the FreeBSD/ARM Project page, Status.
32-bit ARMv7 is officially a Tier 2 architecture, as the FreeBSD Project does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena.

Am I missing something, or should Zedboard be moved to AArch32 (Tier-2 support)?
 
Back
Top