rp2040: Initial rp2350 support

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2024-10-25 14:43:05 -04:00
parent 61f81bdb26
commit 06bb49f135
6 changed files with 62 additions and 24 deletions

View File

@@ -42,6 +42,15 @@ SECTIONS
KEEP(*(.vector_table))
_text_vectortable_end = .;
*(.text.armcm_boot*)
#if CONFIG_MACH_RP2350
// The rp2350 needs an "image definition" for the internal ROM
LONG(0xffffded3)
LONG(0x10210142)
LONG(0x000001ff)
LONG(0x00000000)
LONG(0xab123579)
#endif
} > rom :text_segment
. = ALIGN(4);