]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/bfin/ChangeLog
sim: bfin: move model data into machs.h
authorMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:54:19 +0000 (12:54 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:54:19 +0000 (12:54 +0000)
commitf2db709f4f9df667bb92816511bafd91636c46fd
tree1fca6804e83f0f17df921235a409e0c0bb14ff06
parentc43aadcaa6c1b7f5c853276b347fd46f67e8ba09
sim: bfin: move model data into machs.h

Pull the model data (register addresses/sizes) out of the different model
files and into the machs.h header.  The models themselves don't care about
where they're mapped, only the mach code does.  This allows us to keep the
model headers from being included in the mach code which can cause issues
with model-specific names colliding.  Such as when a newer device model is
created, but with incompatible register names/layouts.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31 files changed:
sim/bfin/ChangeLog
sim/bfin/dv-bfin_cec.h
sim/bfin/dv-bfin_ctimer.h
sim/bfin/dv-bfin_dma.h
sim/bfin/dv-bfin_dmac.h
sim/bfin/dv-bfin_ebiu_amc.h
sim/bfin/dv-bfin_ebiu_ddrc.h
sim/bfin/dv-bfin_ebiu_sdc.h
sim/bfin/dv-bfin_emac.h
sim/bfin/dv-bfin_eppi.h
sim/bfin/dv-bfin_evt.h
sim/bfin/dv-bfin_gpio.h
sim/bfin/dv-bfin_gptimer.h
sim/bfin/dv-bfin_jtag.h
sim/bfin/dv-bfin_mmu.h
sim/bfin/dv-bfin_nfc.h
sim/bfin/dv-bfin_otp.h
sim/bfin/dv-bfin_pfmon.h
sim/bfin/dv-bfin_pll.h
sim/bfin/dv-bfin_ppi.h
sim/bfin/dv-bfin_rtc.h
sim/bfin/dv-bfin_sic.h
sim/bfin/dv-bfin_spi.h
sim/bfin/dv-bfin_trace.h
sim/bfin/dv-bfin_twi.h
sim/bfin/dv-bfin_uart.h
sim/bfin/dv-bfin_uart2.h
sim/bfin/dv-bfin_wdog.h
sim/bfin/dv-bfin_wp.h
sim/bfin/machs.c
sim/bfin/machs.h