summaryrefslogtreecommitdiff
path: root/gxp-host-device-structs.h
diff options
context:
space:
mode:
authorAurora pro automerger <aurora-pro-automerger@google.com>2022-06-14 13:50:26 -0700
committerJohn Scheible <johnscheible@google.com>2022-06-15 19:51:41 +0000
commit399265ce726dfc7e5b02352fbf17683a4ee15950 (patch)
tree701de08e23d0f3104a3c216a4912140d652f05c6 /gxp-host-device-structs.h
parentb16f2fa6d4a747b68c8eab8fefb4dd94537d5426 (diff)
downloadgs201-399265ce726dfc7e5b02352fbf17683a4ee15950.tar.gz
[Copybara Auto Merge] Merge branch 'gs201-release' into 'android13-gs-pixel-5.10-tm-d1'android-13.0.0_r0.45android-13.0.0_r0.32android-13.0.0_r0.31android-gs-pantah-5.10-android13-d1
Revert "gxp: authenticate firmware after requesting it" Bug: 235447772 gxp: Add option to disable DSP FW auth Bug: 235135800 gxp: Fix hangs and OOB writes when auth fails Bug: 234947988 gxp: Adjust the per-core FW size from 16MB to 1MB Bug: 228277106 gxp: Add enable_debug_dump argument for insmod Bug: 234529356 gxp: Dynamically allocate memory for debug dump buffer Bug: 234529355 gxp: Trigger debug dump only when firmware is up and running Bug: 233660431 Bug: 233607168 gxp: remove support for unsigned firmware Bug: 220246540 gxp: authenticate firmware after requesting it Bug: 232715929 gxp: Expose additional DVFS states in power APIs Bug: 233929549 GitOrigin-RevId: 99f54518439e715bff19b7b45b9cafe635febb77 Change-Id: Iee1b3c93aad333db2d051017e3509279ceb35f38
Diffstat (limited to 'gxp-host-device-structs.h')
-rw-r--r--gxp-host-device-structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gxp-host-device-structs.h b/gxp-host-device-structs.h
index 57dc673..8e4723c 100644
--- a/gxp-host-device-structs.h
+++ b/gxp-host-device-structs.h
@@ -265,6 +265,8 @@ struct gxp_system_descriptor {
uint32_t watchdog_dev_addr;
/* A device address for the telemetry descriptor */
uint32_t telemetry_dev_addr;
+ /* A device address for the common debug dump region */
+ uint32_t debug_dump_dev_addr;
};
/* A structure describing the metadata belonging to a specific application. */