]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: bfin: push SIC mappings to device tree
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 Jun 2011 17:11:19 +0000 (17:11 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 4 Jun 2011 17:11:19 +0000 (17:11 +0000)
commit082e1c4a877c633cbe92113a27f6108e5bcc686d
tree94135cd7e9638f1fdea4e9a2a22aa6a53417c6c1
parentd50ec8a7e1a44e1de5db93d18e7369c000cce008
sim: bfin: push SIC mappings to device tree

The machs.c file is the best place for holding cpu-specific details, so
restructure the way the SIC manages its ports to do just that.  Now the
SIC's have a standard set of input pins and the different line routing
from peripherals is kept in the device tree only.  This better models
the hardware where the SIC doesn't care about the exact peripheral that
is sending it stuff, just which input pin it gets it on.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/bfin/ChangeLog
sim/bfin/dv-bfin_sic.c
sim/bfin/machs.c