]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow later PSCI revisions to also work. The latest ARM Trusted Firmware
authorandrew <andrew@FreeBSD.org>
Thu, 19 Oct 2017 13:22:52 +0000 (13:22 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 19 Oct 2017 13:22:52 +0000 (13:22 +0000)
commit8bde48af865a95e40af8ab0afb223c9e37af559c
tree780d6fb3f5cac7750396b7cd33322f8c55b20558
parent2531d8deb3ae1fe51c43a46f528fda3fdf1806e2
Allow later PSCI revisions to also work. The latest ARM Trusted Firmware
reports version 1.1 so the check was failing. As thjis is a minor change
from 1.0, and future 1.x revisions are also expected to be backwards
compatible just ignore the minor revision in the init handler.

Sponsored by: DARPA, AFRL
sys/dev/psci/psci.c