summaryrefslogtreecommitdiff
path: root/sim/bfin/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* sim: rename common/aclocal.m4 to common/acinclude.m4Mike Frysinger2011-10-181-1/+1
| | | | | | | | Automake likes to dump macros automatically used into the aclocal.m4 file, but the common/aclocal.m4 naming prevents that. So rename it to the more normal "acinclude.m4" so the aclocal tool can work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sim: move from common.m4 to SIM_AC_COMMONMike Frysinger2011-10-181-6/+2
| | | | | | | | | | Now that the sourceware tree generally requires autoconf-2.64, update the sim tree to require that too. This allows us to drop the long standing SIM_AC_COMMON/common.m4 workaround as autoconf 2.64+ seems to work for me. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sim: bfin: add a performance monitor stubMike Frysinger2011-05-251-0/+1
| | | | | | | No counters get updated, but there is enough here for software to poke things and work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sim: bfin: check for kill/preadMike Frysinger2011-03-171-1/+1
| | | | | | | If the host system (like Windows) doesn't support these functions, then make sure we don't use them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sim: bfin: add GPIO device simulationMike Frysinger2011-03-151-0/+1
| | | | | | This takes care of the MMR interface and pushing up interrupts. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sim: bfin: new portMike Frysinger2011-03-061-0/+75
This can boot Das U-Boot and a Linux kernel. It also supports Linux userspace FLAT and FDPIC (dynamic and static) ELFs. Signed-off-by: Mike Frysinger <vapier@gentoo.org>