mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/timer: Remove omap_gptimer
The omap_gptimer device is only in the OMAP2 SoC, which we are removing. 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-45-peter.maydell@linaro.org
This commit is contained in:
@@ -21,7 +21,6 @@ system_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_gictimer.c'))
|
||||
system_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-timer.c'))
|
||||
system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_timer.c'))
|
||||
system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_timer.c'))
|
||||
system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_gptimer.c'))
|
||||
system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_synctimer.c'))
|
||||
system_ss.add(when: 'CONFIG_PXA2XX_TIMER', if_true: files('pxa2xx_timer.c'))
|
||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_systmr.c'))
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -676,13 +676,6 @@ struct omap_dma_lcd_channel_s {
|
||||
# define OMAP24XX_DMA_MS 63 /* Not in OMAP2420 */
|
||||
# define OMAP24XX_DMA_EXT_DMAREQ5 64
|
||||
|
||||
/* omap[123].c */
|
||||
/* OMAP2 gp timer */
|
||||
struct omap_gp_timer_s;
|
||||
struct omap_gp_timer_s *omap_gp_timer_init(struct omap_target_agent_s *ta,
|
||||
qemu_irq irq, omap_clk fclk, omap_clk iclk);
|
||||
void omap_gp_timer_reset(struct omap_gp_timer_s *s);
|
||||
|
||||
/* OMAP2 sysctimer */
|
||||
struct omap_synctimer_s;
|
||||
struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta,
|
||||
@@ -936,7 +929,6 @@ struct omap_mpu_state_s {
|
||||
/* OMAP2-only peripherals */
|
||||
struct omap_l4_s *l4;
|
||||
|
||||
struct omap_gp_timer_s *gptimer[12];
|
||||
struct omap_synctimer_s *synctimer;
|
||||
|
||||
struct omap_mcspi_s *mcspi[2];
|
||||
|
||||
Reference in New Issue
Block a user