Skip to content

Commit

Permalink
hw/xtensa: add ESP32 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Dec 28, 2019
1 parent 179835a commit f70cc8b
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 791,7 @@ palcode-clipper \
u-boot.e500 u-boot-sam460-20100605.bin \
qemu_vga.ndrv \
edk2-licenses.txt \
esp32-r0-rom.bin \
hppa-firmware.img \
opensbi-riscv32-virt-fw_jump.bin \
opensbi-riscv64-sifive_u-fw_jump.bin opensbi-riscv64-virt-fw_jump.bin
Expand Down
1 change: 1 addition & 0 deletions default-configs/xtensa-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 7,4 @@ CONFIG_SEMIHOSTING=y
CONFIG_XTENSA_SIM=y
CONFIG_XTENSA_VIRT=y
CONFIG_XTENSA_XTFPGA=y
CONFIG_ESP32=y
9 changes: 9 additions & 0 deletions hw/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 12,12 @@ config XTENSA_XTFPGA
select OPENCORES_ETH
select PFLASH_CFI01
select SERIAL

config ESP32
bool
select SSI
select SSI_M25P80
select UNIMP
select OPENCORES_ETH


1 change: 1 addition & 0 deletions hw/xtensa/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 4,4 @@ obj-y = xtensa_memory.o
obj-$(CONFIG_XTENSA_SIM) = sim.o
obj-$(CONFIG_XTENSA_VIRT) = virt.o
obj-$(CONFIG_XTENSA_XTFPGA) = xtfpga.o
obj-$(CONFIG_ESP32) = esp32.o
Loading

0 comments on commit f70cc8b

Please sign in to comment.