website/platform: update support platform website#623
website/platform: update support platform website#623Martinfx wants to merge 2 commits intofreebsd:mainfrom
Conversation
7977d1a to
be6002c
Compare
|
I don't think listing every supported AArch64 core is maintainable. As all cores that follow the architecture are supported. |
|
Please don't add cores to the list unless FreeBSD has actually been tested on them and is known to work. For example, we do not support running natively on Apple Silicon, though we can run in emulator. Also, armv6 is no longer supported, so please remove all armv6 (i.e. ARM11 and earlier) cores. |
| * M2 Pro Blizzard | ||
| * M2 Pro Avalanche | ||
| * M2 Max Blizzard | ||
| * M2 Max Avalanche |
There was a problem hiding this comment.
And all the M? ones here likely won't work.
Old arm cortex are still in kernel https://github.com/freebsd/freebsd-src/blob/main/sys/arm/arm/identcpu-v6.c#L74 |
ARMv6 is no longer supported as of FreeBSD 15.0. See release notes. |
Signed-off-by: Martin Filla <[email protected]>
Hello,
This is update platform arm website.