summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics.Ralf Corsepius2006-01-113-4/+1
|
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-228-29/+16
| | | | * bsp_specs: remove %lib.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-128-16/+16
| | | | * bsp_specs: Remove %cpp.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+4
| | | | * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
* Remove obsolete types (*unsigned32).Ralf Corsepius2005-11-082-22/+22
|
* Regenerate.Ralf Corsepius2005-10-171-4/+4
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-172-5/+14
| | | | * Makefile.am: Install/preinstall headers from ../../arm/shared.
* 2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-161-36/+91
| | | | | | * Makefile.am: Merge-in shared/Makefile.am. * ChangeLog: Merge-in shared/ChangeLog. * configure.ac: Remove shared/Makefile.am.
* Merge-in shared/ChangeLog.Ralf Corsepius2005-10-161-0/+6
|
* Remove shared/Makefile.amRalf Corsepius2005-10-161-2/+1
|
* Merge-in shared/Makefile.am.Ralf Corsepius2005-10-161-1/+12
|
* Remove.Ralf Corsepius2005-10-163-115/+0
|
* 2005-07-25 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-254-1/+685
| | | | | * Makefile.am: added smc.rel. * smc/smc.c, smc/smc.h: New files.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-079-1240/+295
| | | | | | | | | | | * Makefile.am: Remove lcd.rel, added console/uart.c, removed conio stuffs. * console/conio.c, console/console.c, console/defaultfont.c, include/conio.h : files removed. * console/uart.c: New file. * include/bsp.h: lcd.c prototypes removed. * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios, added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-062-0/+6
| | | | * acinclude.m4: Added GBA BSP.
* 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.