beaglebone

Damjan Marion dmarion at freebsd.org
Tue Apr 17 21:32:07 UTC 2012


On Apr 17, 2012, at 10:42 PM, Alex T. wrote:

> to sys/arm/omap/std.omap. What I don't understand right now is the following code in sys/arm/include/pmap.h
> 
> #if defined(CPU_ARMV7)
> void  pmap_pte_init_armv7(void);
> #endif
> 
> As far as i know ARMV7 covers the Cortex-A family. So how do I properly set CPU_ARMV7 ?
> I guess I'm missing how the parameters make their way from KERNEL configs to the actual source code.


If I recall correctly we renamed CPU_ARMV7 to CPU_CORTEXA in respect to other CPUs which are ARMv7 but they are not Cortex-A (like marvel Armada 510).

Where have you found this code? Which board are you targeting?




More information about the freebsd-arm mailing list