[PATCH] acpi: spcr: update interface types based on DBG2

Alex Hung alex.hung at canonical.com
Wed Feb 21 03:05:46 UTC 2018


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/acpi/spcr/spcr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/spcr/spcr.c b/src/acpi/spcr/spcr.c
index 741c879..4fcdf4b 100644
--- a/src/acpi/spcr/spcr.c
+++ b/src/acpi/spcr/spcr.c
@@ -111,7 +111,7 @@ static int spcr_test1(fwts_framework *fw)
 		str = "ARM PL011 UART";
 		break;
 	case 0x02:
-	case 0x04 ... 0x09:
+	case 0x04 ... 0x0c:
 		str = "Reserved (Do not Use)";
 		reserved = true;
 		break;
-- 
2.7.4




More information about the fwts-devel mailing list