Commit Graph

10 Commits

Author SHA1 Message Date
Joel Sherrill
ff8922cfa5 arm/gba/console: Fix warnings and clean up 2014-10-13 10:33:31 -05:00
Chris Johns
c49985691f Change all references of rtems.com to rtems.org. 2014-03-21 08:10:47 +11:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
15ca4e7567 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
	gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
	gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
	gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
	gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
	gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
	nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
	smdk2410/include/bsp.h: Fix typo where license said
	found in found in.
2011-01-28 20:29:35 +00:00
Sebastian Huber
536f2d2b6a 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* irq/irq_asm.S, irq/irq_init.c, irq/bsp_irq_asm.S,
	irq/bsp_irq_init.c: Removed files.
	* Makefile.am, preinstall.am: Reflect changes above.  Added generic
	interrupt support modules.
	* irq/irq.h, irq/irq.c: The previous interrupt warning fix changed the
	interrupt handler API.  To fix this problem the generic interrupt
	support framework will be used now.  This eliminates a lot of copy and
	paste code.  The interrupt header file is now <bsp/irq.h>.
	* include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
	* start/start.S, startup/bspstart.c, clock/clockdrv.c,
	console/console.c, timer/timer.c: Interrupt support changes.
2010-04-30 14:55:55 +00:00
Thomas Doerfler
c193baadaf unify irq data types and code, merge s3c2400/s3c2410 support 2010-04-09 20:24:57 +00:00
Ralf Corsepius
6789d70a66 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/conio.c, console/console.c, include/conio.h:
	Let *getch return "int". Remove casts.
2009-12-07 16:21:07 +00:00
Joel Sherrill
61433e8eab 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, console/console.c: Use standardized
	bsp_cleanup() which can optionally print a message, poll for user to
	press key, and call bsp_reset(). Using this eliminates the various
	bsp_cleanup() implementations which had their own implementation and
	variety of string constants.
	* startup/bspclean.c: Removed.
2008-09-22 21:49:19 +00:00
Joel Sherrill
06d9c0ef91 2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Do not have BSP specific __assert.
2008-02-15 18:54:35 +00:00
Joel Sherrill
3c7ed6b8cd 2005-07-06 Markku Puro <markku.puro@kopteri.net>
* .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-07-06 18:46:04 +00:00