From 7eb07ee67da99e8633592ffbf8307d7af43f8b77 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 16 Dec 2020 16:35:58 -0800 Subject: [PATCH] hbl: grant read access to ktrace buffer --- hbl.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hbl.json b/hbl.json index 3a76aa4..c62fbbb 100644 --- a/hbl.json +++ b/hbl.json @@ -162,6 +162,15 @@ "allow_debug": true, "force_debug": true } + }, + { + "type": "map_region", + "value": [ + { + "region_type": 1, + "is_ro": true + } + ] } ] }