Skip to content

Commit 7591824

Browse files
dmitry1945igrr
authored andcommitted
hw/xtensa: implement ESP32-S3 machine
This also includes the ESP32-S3 BIOS (ROM bootloader)
1 parent c0cce1f commit 7591824

File tree

7 files changed

+1065
-0
lines changed

7 files changed

+1065
-0
lines changed

configs/devices/xtensa-softmmu/default.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
# CONFIG_XTENSA_VIRT=n
1010
# CONFIG_XTENSA_XTFPGA=n
1111
# CONFIG_XTENSA_ESP32=n
12+
# CONFIG_XTENSA_ESP32S3=n

hw/xtensa/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ config XTENSA_ESP32
3333
select LED
3434
select ESP_RGB
3535

36+
config XTENSA_ESP32S3
37+
bool
38+
default y
39+
depends on XTENSA
40+
select SSI
41+
select SSI_M25P80
42+
select UNIMP
43+
select OPENCORES_ETH
44+
select DWC_SDMMC
45+
select TMP105
46+
select ESP_RGB
47+
48+

0 commit comments

Comments
 (0)