Update platform.yaml

This commit is contained in:
Jordan Carlin 2024-12-14 21:08:33 -08:00
parent d525cc25d8
commit 785b817f93
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ trek:
doc: >- doc: >-
Name of the memory region Name of the memory region
base: base:
value: 0x82000000 value: 0x83000000
doc: >- doc: >-
Base address of memory region. Base address of memory region.
Ignored for `static` initialized memory Ignored for `static` initialized memory
@ -108,13 +108,13 @@ trek:
- backdoor - backdoor
- frontdoor - frontdoor
c2t_base: c2t_base:
value: 0x83000000 value: 0x82000000
doc: >- doc: >-
Fixed base address of C to trekbox mailbox region. Fixed base address of C to trekbox mailbox region.
Allow 64 bytes per processor. Allow 64 bytes per processor.
Used for init_type of `backdoor` and `frontdoor` only. Used for init_type of `backdoor` and `frontdoor` only.
t2c_base: t2c_base:
value: 0x83001000 value: 0x82001000
doc: >- doc: >-
Fixed base address of trekbox to C mailbox region. Fixed base address of trekbox to C mailbox region.
Allow 64 bytes per processor. Allow 64 bytes per processor.