hw/arm: Remove omap2.c
The users of the OMAP2 SoC emulation have been removed, so we can delete omap2.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-38-peter.maydell@linaro.org
This commit is contained in:
parent
21c1270f41
commit
5a5425998a
@ -65,7 +65,6 @@ system_ss.add(when: 'CONFIG_ARM_SMMUV3', if_true: files('smmu-common.c'))
|
|||||||
system_ss.add(when: 'CONFIG_COLLIE', if_true: files('collie.c'))
|
system_ss.add(when: 'CONFIG_COLLIE', if_true: files('collie.c'))
|
||||||
system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4_boards.c'))
|
system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4_boards.c'))
|
||||||
system_ss.add(when: 'CONFIG_NETDUINO2', if_true: files('netduino2.c'))
|
system_ss.add(when: 'CONFIG_NETDUINO2', if_true: files('netduino2.c'))
|
||||||
system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap2.c'))
|
|
||||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_peripherals.c'))
|
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_peripherals.c'))
|
||||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2838_peripherals.c'))
|
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2838_peripherals.c'))
|
||||||
system_ss.add(when: 'CONFIG_STRONGARM', if_true: files('strongarm.c'))
|
system_ss.add(when: 'CONFIG_STRONGARM', if_true: files('strongarm.c'))
|
||||||
|
2715
hw/arm/omap2.c
2715
hw/arm/omap2.c
File diff suppressed because it is too large
Load Diff
@ -972,26 +972,18 @@ struct omap_mpu_state_s {
|
|||||||
struct omap_gp_timer_s *gptimer[12];
|
struct omap_gp_timer_s *gptimer[12];
|
||||||
struct omap_synctimer_s *synctimer;
|
struct omap_synctimer_s *synctimer;
|
||||||
|
|
||||||
struct omap_prcm_s *prcm;
|
|
||||||
struct omap_sdrc_s *sdrc;
|
struct omap_sdrc_s *sdrc;
|
||||||
struct omap_gpmc_s *gpmc;
|
struct omap_gpmc_s *gpmc;
|
||||||
struct omap_sysctl_s *sysc;
|
|
||||||
|
|
||||||
struct omap_mcspi_s *mcspi[2];
|
struct omap_mcspi_s *mcspi[2];
|
||||||
|
|
||||||
struct omap_dss_s *dss;
|
struct omap_dss_s *dss;
|
||||||
|
|
||||||
struct omap_eac_s *eac;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* omap1.c */
|
/* omap1.c */
|
||||||
struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *sdram,
|
struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *sdram,
|
||||||
const char *core);
|
const char *core);
|
||||||
|
|
||||||
/* omap2.c */
|
|
||||||
struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sdram,
|
|
||||||
const char *core);
|
|
||||||
|
|
||||||
uint32_t omap_badwidth_read8(void *opaque, hwaddr addr);
|
uint32_t omap_badwidth_read8(void *opaque, hwaddr addr);
|
||||||
void omap_badwidth_write8(void *opaque, hwaddr addr,
|
void omap_badwidth_write8(void *opaque, hwaddr addr,
|
||||||
uint32_t value);
|
uint32_t value);
|
||||||
|
Loading…
Reference in New Issue
Block a user