Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tms570 support #1

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d7b0b2b
target/arm: Change bswap_code()'s parameter to CPUARMState *
ndreys Apr 3, 2019
2dac37c
target/arm: Add support for SCTLR.IE used in ARMv7-R
ndreys Apr 3, 2019
09895eb
target/arm: gdbstub: Swap register endiannes if SCTLR.IE is set
ndreys Apr 3, 2019
a3529f1
bitmap: Add for_each_set_bit macro
ndreys Jul 3, 2019
043d8cf
hw/char: Add support for Hercules RTP module
ndreys Apr 3, 2019
9b6f4df
hw/intc: Add support for Hercules VIM module
ndreys Apr 10, 2019
3dfd92c
hw/misc: Add support for Hercules System module
ndreys Apr 9, 2019
fef7320
hw/gpio: Add support for Hercules GIO/N2HET blocks
ndreys Apr 10, 2019
47df0ec
hw/timer: Add support for Hercules RTI module
ndreys Apr 16, 2019
cd020f5
hw/net: Add support for emulating Hercules EMAC
ndreys Apr 17, 2019
859c606
hw/ssi: Add support for Hercules MiB SPI
ndreys Apr 20, 2019
8be9c9a
hw/adc: Add support for Hercules MiBADC
ndreys Apr 24, 2019
93fdb83
hw/dma: Add support for Hercules DMA
ndreys May 22, 2019
49dcf5b
hw/misc: Add support for Hercules SCM module
ndreys Jun 2, 2019
9b187b4
hw/misc: Add support for Hercules ESM module
Jun 5, 2020
82cc13a
hw/misc: Add support for Hercules eFUSE module
ndreys Jun 5, 2019
d544e0f
hw/misc: Add support for Hercules L2RAMW module
ndreys Jun 5, 2019
c601c83
hw/misc: Add support for Hercules PMM module
ndreys Jun 9, 2019
c79ecfd
hw/misc: Add emulation for Hercules STC block
ndreys Jun 19, 2019
ef5c155
hw/misc: Add emulation for Hercules PBIST block
ndreys Jun 19, 2019
f82d2b5
hw/misc: Add support for Hercules CCM IP block
ndreys Jun 20, 2019
6dfa937
hw/misc: Add support for Hercules L2FMC IP block
ndreys Jun 23, 2019
71e7a78
hw/misc: Add emulation for Hercules ECAP IP block
ndreys Jul 3, 2019
01eecce
hw/arm: Add support for Hercules SoC
ndreys Apr 28, 2019
59e237a
fixup! hw/arm: Add support for Hercules SoC
Jun 5, 2020
60fcc02
fixup! hw/arm: Add support for Hercules SoC
Jun 5, 2020
f66e469
MAINTAINERS: add entry for TI Hercules chip family
Jun 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions default-configs/arm-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CONFIG_SX1=y
CONFIG_NSERIES=y
CONFIG_STELLARIS=y
CONFIG_REALVIEW=y
CONFIG_HERCULES=y
CONFIG_VERSATILE=y
CONFIG_VEXPRESS=y
CONFIG_ZYNQ=y
Expand Down
1 change: 1 addition & 0 deletions hw/adc/Makefile.objs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
common-obj-$(CONFIG_STM32F2XX_ADC) += stm32f2xx_adc.o
common-obj-$(CONFIG_HERCULES) += hercules_mibadc.o
Loading