This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sim/bfin ChangeLog dv-bfin_sic.c machs.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-06-04 17:11:19

Modified files:
	sim/bfin       : ChangeLog dv-bfin_sic.c machs.c 

Log message:
	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>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/dv-bfin_sic.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/machs.c.diff?cvsroot=src&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]