summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/edb7312 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-202-0/+15
| | | | * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
* 2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-138-7/+10
| | | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg. * network/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-122-1/+7
| | | | * start/Makefile.am: Use install-data-local to install startfile.
* 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-102-1/+4
| | | | * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-024-1/+12
| | | | | * configure.ac, network/Makefile.am: Don't build if networking disabled. * startup/linkcmds: Add sections to remove warnings.
* 2002-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-182-1/+5
| | | | * network/network.c: Fix inconsistency in prototyping.
* 2002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-132-1/+5
| | | | * network/network.c: Removed warning per Jay's suggestion.
* 2002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-133-12/+24
| | | | | * include/.cvsignore: Corrected. * network/.cvsignore: New file.
* 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-11-1338-0/+2821
* New BSP. * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/uart.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am, network/network.c, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/exit.c, startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c, wrapup/.cvsignore, wrapup/Makefile.am: New file.