Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'soc_info.h')
-rw-r--r--soc_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/soc_info.h b/soc_info.h
index a7ae83e..1e72ecb 100644
--- a/soc_info.h
+++ b/soc_info.h
@@ -127,6 +127,8 @@ typedef struct {
uint32_t sid_offset; /* offset for SID_KEY[0-3], "root key" */
const sid_section *sid_sections; /* sid memory maps */
uint32_t rvbar_reg; /* MMIO address of RVBARADDR0_L register */
+ uint32_t rvbar_reg_alt;/* alternative MMIO address of RVBARADDR0_L register */
+ uint32_t ver_reg; /* MMIO address of "Version Register" */
const watchdog_info *watchdog; /* Used for reset */
bool sid_fix; /* Use SID workaround (read via register) */
/* Use I$ workaround (disable I$ before first write to prevent stale thunk */