Module Name: src Committed By: skrll Date: Thu Mar 3 17:01:31 UTC 2016
Modified Files: src/sys/arch/arm/arm32: cpu.c src/sys/arch/arm/include: armreg.h vfpreg.h src/sys/arch/arm/vfp: vfp_init.c Log Message: Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs. While I'm here add some A57/A72 info as well. My RPI3 works with FB console - the uart needs some help with its clocks. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/arm/arm32/cpu.c cvs rdiff -u -r1.109 -r1.110 src/sys/arch/arm/include/armreg.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/vfpreg.h cvs rdiff -u -r1.49 -r1.50 src/sys/arch/arm/vfp/vfp_init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.