OSDN Git Service

sim: bfin: move model data into machs.h
authorvapier <vapier>
Wed, 25 May 2011 12:54:19 +0000 (12:54 +0000)
committervapier <vapier>
Wed, 25 May 2011 12:54:19 +0000 (12:54 +0000)
commit1e88ce19401d4939aa8d515860bf7bd6bba19488
tree896c487fd01e90745fdf85e25792b4433fbccd42
parenta136ba07dfa672d2bca629e6804cf86b2fb6d1eb
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