rp2040: Add rp2350 bootrom based chipid and reboot to bootloader code

This adds the bootrom code needed to implement "reboot into
bootloader" and "chipid" capabilities.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2024-10-29 12:28:24 -04:00
parent 8a203cf2cb
commit f6718291b7
4 changed files with 65 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ config RPXXXX_SELECT
select HAVE_GPIO_SPI
select HAVE_GPIO_I2C
select HAVE_STRICT_TIMING
select HAVE_CHIPID if MACH_RP2040
select HAVE_CHIPID
select HAVE_GPIO_HARD_PWM
select HAVE_STEPPER_BOTH_EDGE
select HAVE_BOOTLOADER_REQUEST