mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 06:06:24 -04:00
fpga/fw: Extend checks for invalid memory accesses
- Extend hardware checks for invalid memory accesses to include checking more address space. - In fw include file: fix two typos for memory ranges that relates to above that fortunately have no impact on functionality.
This commit is contained in:
parent
a5ed3cfaa9
commit
0af82ee566
7 changed files with 71 additions and 9 deletions
|
@ -82,8 +82,8 @@
|
|||
#define TK1_MMIO_TIMER_TIMER 0xc100002c
|
||||
|
||||
#define TK1_MMIO_UDS_BASE 0xc2000000
|
||||
#define TK1_MMIO_UDS_FIRST 0xc2000040
|
||||
#define TK1_MMIO_UDS_LAST 0xc200005c
|
||||
#define TK1_MMIO_UDS_FIRST 0xc2000000
|
||||
#define TK1_MMIO_UDS_LAST 0xc200001c
|
||||
|
||||
#define TK1_MMIO_UART_BASE 0xc3000000
|
||||
#define TK1_MMIO_UART_RX_STATUS 0xc3000080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue