summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb336 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-3/+5
| | | | | * startup/linkcmds: Removed unnecessary global definition of bsp_vector_table.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-131/+139
| | | | * times: Reran timing tests and updated 'times' file.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-12/+35
| | | | * startup/bspstart.c: Fixed PLL calculations.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-033-197/+389
| | | | | * Makefile.am, console/uart.c, startup/exit.c: Changed UART driver to be interrupt driven, added support for both UARTs.
* 2006-06-02 Jay MonkmanJay Monkman2006-06-032-12/+18
| | | | | * network/network.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-023-1/+18
| | | | | * start/start.S, startup/linkcmds: Defined UNDEF exception stack space.
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Regenerate.Ralf Corsepius2006-01-121-0/+4
|
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* Regenerate.Ralf Corsepius2006-01-121-1/+1
|
* Cleanup.Ralf Corsepius2006-01-121-2/+0
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-112-46/+6
| | | | * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-111-0/+54
|
* Cosmetics.Ralf Corsepius2006-01-111-1/+0
|
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-7/+4
| | | | * bsp_specs: remove %lib.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-122-4/+4
| | | | * bsp_specs: Remove %cpp.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-262-3/+7
| | | | * include/bsp.h: New header guard.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-0/+5
| | | | * network/network.c: Add include rtems/bspIo.h to eliminate warning.
* Cosmetics.Ralf Corsepius2005-01-281-2/+1
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-072-3/+7
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-043-1/+6
| | | | * startup/bspstart.c, startup/exit.c: Remove warnings.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-022-57/+24
| | | | * Makefile.am: Remove build-variant support.
* 2004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-052-4/+10
| | | | | * startup/linkcmds: Add .gnu.linkonce.b section and account for memory area being named sdram NOT RAM.
* Reformat.Ralf Corsepius2004-10-261-11/+9
|
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-212-5/+9
| | | | * startup/bspstart.c: Use POSIX fixed size types.
* Fix typo in previous change.Ralf Corsepius2004-09-241-1/+1
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-242-1/+5
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-0/+18
| | | | * .cvsignore: New file.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-156-0/+68
| | | | | * console/.cvsignore, include/.cvsignore, network/.cvsignore, start/.cvsignore, startup/.cvsignore: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1517-0/+2652
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.