summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-0632-0/+5336
| | | | | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.
* 2005-06-06 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-062-1/+6
| | | | * Makefile.am: Include lcd.rel.
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-026-45/+91
| | | | | | | * bsp_specs: Add rules for cpp support * include/bsp.h: Add gp32 support fct prototypes * console/conio.c: Moved video buffer to 0x0c7ed000 * startup/bspstart.c: Add some init code, some cleaning...
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-2610-14/+34
| | | | * include/bsp.h: New header guard.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-172-28/+33
| | | | | | * irq/irq.h: Modified names and types to match rtems/irq.h. Note: rtems/irq.h should be included after the addition of a parameter to ISRs.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-0/+5
| | | | * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-264-5/+15
| | | | * network/network.c: Eliminate warnings.
* 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.
* 2005-03-11 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-03-1120-2868/+12
| | | | | | | | | | | | * acinclude.m4: Removed vegaplus BSP. * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am, vegaplus/bsp_specs, vegaplus/configure.ac, vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore, vegaplus/include/bsp.h, vegaplus/include/registers.h, vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S, vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h, vegaplus/start/start.S, vegaplus/startup/bspstart.c, vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-1122-0/+2254
| | | | | | | | | | | * acinclude.m4: Added gp32 BSP. * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs, gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c, gp32/console/console.c, gp32/console/defaultfont.c, gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h, gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S, gp32/startup/.cvsignore, gp32/startup/bspstart.c, gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c: New files.
* Change my email address.Ralf Corsepius2005-03-031-2/+2
|
* 2005-03-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2005-03-031-0/+8
| | | | | | | | * acinclude.m4: Remove arm_bare_bsp. PR bsps/771 * configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
* 2005-03-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2005-03-031-1/+1
| | | | | | PR bsps/771 * configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
* arm_bare_bspRalf Corsepius2005-03-031-2/+0
|
* 2005-02-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-2519-1716/+12
| | | | | | | | | | | | * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog, arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs, arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c, arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h, arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h, arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c, arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h, arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c, arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-253-2/+46
| | | | | | | PR 751/bsps * startup/linkcmds: Cleanup. * network/network.c: Added hardware initialization code.
* Cosmetics.Ralf Corsepius2005-01-283-6/+3
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0712-26/+50
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-4/+8
| | | | * startup/linkcmds: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-4/+9
| | | | * clock/clockdrv.c: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-043-1/+6
| | | | * startup/bspstart.c, startup/exit.c: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-0/+5
| | | | * start/start.S: Remove warnings.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0212-402/+135
| | | | * Makefile.am: Remove build-variant support.
* 2004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-052-0/+5
| | | | * startup/linkcmds: Add .gnu.linkonce.b section.
* 2004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-054-8/+20
| | | | | * startup/linkcmds: Add .gnu.linkonce.b section and account for memory area being named sdram NOT RAM.
* 2004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-056-0/+16
| | | | * startup/linkcmds: Add .gnu.linkonce.b section.
* Reformat.Ralf Corsepius2004-10-262-24/+20
|
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-212-5/+9
| | | | * startup/bspstart.c: Use POSIX fixed size types.
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-212-5/+9
| | | | * startup/bspstart.c: Use POSIX fixed size types.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-292-2/+6
| | | | * include/tm27.h: i960 obsoleted and all references removed.
* Fix typo in previous change.Ralf Corsepius2004-09-247-7/+7
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-2414-7/+35
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-30 Jay Monkman <jtm@lopingdog.com>Jay Monkman2004-07-302-16/+21
| | | | | * network/network.c: Changes to network driver to get it to compile again.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-0/+5
| | | | * startup/linkcmds: Add gnu.linkonce.r sections.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-0/+18
| | | | * .cvsignore: New file.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-152-0/+8
| | | | * acinclude.m4: Added csb336 and csb337 BSPs
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1520-0/+1946
| | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uarts.c, include/.cvsignore, include/bsp.h, include/tm27.h, network/.cvsignore, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
* 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.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2312-21/+61
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2212-61/+161
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-10/+5
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-1/+5
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-2132-116/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-2143-406/+406
|
* Remove stray white spaces.Ralf Corsepius2004-04-1519-63/+0
|
* * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-022-1/+5
|
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-018-12/+36
| | | | | | * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-316-13/+25
| | | | * startup/bspstart.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-315-97/+102
| | | | | * console/uart.c, include/ep7312.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.