fw: Add missing TK1_MMIO_BASE

TK1_MMIO_BASE and _SIZE needed by at least qemu.
This commit is contained in:
Michael Cardell Widerkrantz 2024-03-21 10:09:38 +01:00
parent 57a6ee2a12
commit 661a6458c8
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
#define TK1_RAM_BASE 0x40000000
#define TK1_RAM_SIZE 0x20000
#define TK1_MMIO_BASE 0xc0000000
#define TK1_MMIO_SIZE 0x3fffffff
#define TK1_APP_MAX_SIZE 0x20000
#define TK1_MMIO_FW_RAM_BASE 0xd0000000