Towards an ARM system-building script
Ian Lepore
freebsd at damnhippie.dyndns.org
Sat Sep 29 15:44:01 UTC 2012
On Sat, 2012-09-29 at 13:30 +1000, Andrew Reilly wrote:
> As an interested bystander looking for an opportunity to get
> involved, I'm curious: why the emphasis on "armv6" that I've
> seen, regarding these boards that all use processors that are
> ARMv7 architecture devices? Sure, armv6 is very similar, but
> armv7 is what ARM calls them.
>
> Cheers,
>
It's just shorthand... "armv4" in freebsd means v4 and v5, because they
are similar enough that the same code can handle the MMU and interrupts
and traps and so on. Likewise, armv6 is shorthand for v6 and v7 which
are similar enough to share most of the low-level support code.
-- Ian
More information about the freebsd-arm
mailing list