Commit Graph

86 Commits

Author SHA1 Message Date
Toma
5b4c479572 lm32_evr: improve doxygen
Add doxygen to the header files in the /lm32/lm32_evr/include directory.
2013-12-24 14:37:13 -05:00
Chirayu Desai
9dc999af01 lm32: Enhance Doxygen #2 2013-12-23 12:34:54 -05:00
Chirayu Desai
c541862e73 lm32: Add doxygen 2013-12-23 12:21:32 -05:00
Sebastian Huber
d473dc0b22 bsps: Fix clock driver defines 2013-08-14 13:27:34 +02:00
Nick Withers
efdda56546 Use $(EXEEXT) [defaults to "exe"] to generate binaries 2013-08-09 09:18:23 +02:00
Sebastian Huber
88c74ab115 score: Merge tod implementation into one file
Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and
TOD_MILLISECONDS_TO_TICKS().
2013-07-26 11:55:47 +02:00
Sebastian Huber
311ba73f3a framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAME 2013-06-29 15:15:49 +02:00
Sebastian Huber
e18db9f0cf termios: Update due to API changes
Termios notifies now the driver about an inactive transmit with the
length argument set to zero.
2013-06-25 17:03:21 +02:00
Gedare Bloom
fad2d38a9f RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned
since converting to git version control. The historical data may be recovered
by checking out any commit before this one. Most of the contents of these
ChangeLog files can also be found in the git log.

Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-03-08 15:55:06 -05:00
Sebastian Huber
48bff53b3d score: rtems_initialize_start_multitasking()
Do not return from rtems_initialize_start_multitasking() and call
rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and
a fatal code with the exit status.

Remove all bsp_cleanup() functions.  The boot_card() is now a no return
function.
2012-12-07 09:38:41 +01:00
Sebastian Huber
a052181ca2 score: Add RTEMS_FATAL_SOURCE_EXIT
Include <bsp/default-initial-extension.h> in all BSPs.  Call
rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit()
status code as fatal code in every bsp_cleanup().  Move previous
bsp_cleanup() code into bsp_fatal_extension().
2012-11-15 15:33:12 +01:00
Sebastian Huber
db5cb2629b bsps/lm32: Include <bsp/bootcard.h> 2012-11-15 15:33:10 +01:00
Sebastian Huber
3a1d9c6711 bsps: Include <bsp/bootcard.h>
Use <bsp/bootcard.h> to get prototype for bsp_cleanup().  Fix
bsp_cleanup() definition if necessary.
2012-11-14 14:06:59 +01:00
Sebastian Huber
9f0a68ce5a libblock: Block device transfer request API change
Add and use rtems_blkdev_request_done().  Block device transfer requests
must signal the completion status now with rtems_blkdev_request_done().
The return value of the block device IO control will be ignored for
transfer requests.

The first parameter of rtems_blkdev_request_cb is now the transfer
request structure.

Renamed rtems_blkdev_request::req_done to rtems_blkdev_request::done to
break third party drivers at compile time, otherwise this API change
would result in runtime errors.
2012-11-02 09:40:58 +01:00
Sebastian Huber
26e90fb1c6 libnetworking: Use system events
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and
RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP.

Add and use rtems_bsdnet_event_send().
2012-11-02 09:34:35 +01:00
Gedare Bloom
c717fda5c1 Revert "Add bspopts.h.in."
This reverts commit daffa606cc.

Conflicts:

	c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in
	c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in
	c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in

Manually deleted conflicting files.
2012-08-06 13:03:46 -04:00
Ralf Corsépius
d7af3360ca Reformat AC_INIT. 2012-07-19 17:00:56 +02:00
Ralf Corsépius
bb2b8259ea Require automake-1.12.2. 2012-07-19 15:47:55 +02:00
Ralf Corsépius
0f772813aa Require autoconf-2.69. 2012-07-19 15:44:32 +02:00
Xiangfu Liu
c5ba8ba727 bsps/lm32: PR2045: Add mic boost option 2012-07-09 10:44:47 +02:00
Ralf Corsépius
daffa606cc Add bspopts.h.in. 2012-05-24 07:16:50 +02: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
Ralf Corsépius
15c1978c8a Remove CVS-Ids. 2012-05-04 09:36:23 +02:00
Gedare Bloom
a114011d70 lm32: use shared setvec.c 2012-04-16 13:11:20 -04:00
Gedare Bloom
416f1efbd2 lm32: replace lm32_isr with rtems_isr 2012-04-16 13:11:20 -04:00
Sebastian Huber
0f31fddcac bsps: Add shared default IRQ handler 2012-03-24 23:00:00 +01:00
Joel Sherrill
314d3272df Merge branch 'master' of ssh://git.rtems.org/data/git/rtems 2012-03-06 08:36:49 -06:00
Werner Almesberger
47a45e5cd8 Milkymist - Increase SOFTUSB_PMEM_SIZE to 8 KB
We increased PMEM to 8 kB but never updated SOFTUSB_PMEM_SIZE.
This didn't have much of an effect because all we used it for was
to zero unused program memory - which we should never touch
anyway.

But now that "usb load" in FN uses SOFTUSB_PMEM_SIZE, this caused
it to silently truncate the firmware, producing rather puzzling
effects.

Signed-off-by: Joel Sherrill <joel.sherrill@oarcorp.com>
2012-03-06 08:25:39 -06:00
Sebastien Bourdeauducq
dc1a3b9c6c PR 2032: Milkymist USB: Ioctl interface for loading USB firmware
Leave the task of providing a suitable firmware for the Milkymist softusb
core to the application instead of having an inflexible array in the driver.

Signed-off-by: Gedare Bloom <gedare@rtems.org>
2012-03-03 16:02:33 -05:00
Xiangfu Liu
f0d2261beb PR2029: Milkymist VGA: adjust video timings
Slightly adjust video timing registers since we had problems with a few screens and the previous values.

Signed-off-by: Gedare Bloom <gedare@rtems.org>
2012-03-03 15:50:53 -05:00
Werner Almesberger
f7bb9f922d PR2028: Milkymist USB: forward MIDI messages.
Forward MIDI messages from the softusb controller to the application.

Signed-off-by: Gedare Bloom <gedare@rtems.org>
2012-02-29 11:08:44 -05:00
Joel Sherrill
61250b4ce9 Remove all .cvsignore files. 2012-02-01 10:59:44 -06:00
Gedare Bloom
96d29be2bb 2011-12-05 Gedare Bloom <gedare@rtems.org>
* ChangeLog: Add PR number to ChangeLog entry
2011-12-05 15:22:51 +00:00
Gedare Bloom
5144142533 2011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>
* milkymist_midi/midi.c: move MIDI message detection from higher layers
	to the MIDI interrupt handler
2011-12-05 15:21:50 +00:00
Gedare Bloom
267357adba 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
PR 1972/bsps
	* milkymist_video/milkymist_video.h, milkymist_video/video.c: Adds an
	ioctl to implement selection of composite on any connector, S-Video
	and Component sources on the Milkymist One.
2011-11-27 17:33:00 +00:00
Gedare Bloom
b8ee42cd81 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
PR 1970/bsps
	* milkymist_clock/ckinit.c, milkymist_console/console.c,
	milkymist_console/uart.c, milkymist_timer/timer.c: Support for the
	new Milkymist sysctl and clock frequency detection.
2011-11-27 17:30:18 +00:00
Gedare Bloom
cc3b482bc0 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
PR 1970/bsps
	* include/system_conf.h: Support for the new Milkymist sysctl and clock
	frequency detection.
2011-11-27 17:30:11 +00:00
Gedare Bloom
0f653ba984 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
PR 1966/bsps
	* milkymist_console/console.c, milkymist_console/uart.c,
	milkymist_console/uart.h, milkymist_midi/midi.c: support for the new
	UART core and interrupt map
2011-11-27 17:26:32 +00:00
Gedare Bloom
6fa94b75f0 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>
PR 1966/bsps
	* include/system_conf.h: support for the new UART core and interrupt
	map
2011-11-27 17:26:25 +00:00
Joel Sherrill
18544cbd47 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1869/bsps
	* ChangeLog: Spacing.
	* README: Removed.
2011-08-02 14:04:40 +00:00
Joel Sherrill
15ad13cb7d 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1869/bsps
	* milkymist_networking/mm_crc32.c: Removed.
2011-08-02 14:04:31 +00:00
Joel Sherrill
5f4dd4b91f 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1869/bsps
	* README: Merge content from lm32/README which was specific to
	this BSP.
2011-08-02 14:04:27 +00:00
Joel Sherrill
dce1032b6c 2011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1869/bsps
	* startup/bspclean.c: New file.
	* include/tm27.h: Removed.
	* ChangeLog, Makefile.am, README, preinstall.am, include/bsp.h,
	include/system_conf.h, make/custom/milkymist.cfg, startup/linkcmds:
	Complete BSP for Milkymist One supporting Milkymist SOC 1.0.x.
	Includes new or updated drivers for:
	  - Multi-standard video input (PAL/SECAM/NTSC)
	  - Two DMX512 (RS485) ports
	  - MIDI IN and MIDI OUT ports
	  - VGA output
	  - AC'97 audio
	  - NOR flash
	  - 10/100 Ethernet
	  - Memory card (experimental and incomplete)
	  - USB host connectors (input devices only)
	  - RC5 infrared receiver
	  - RS232 debug port
2011-08-01 13:48:40 +00:00
Ralf Corsepius
9b755aed85 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/milkymist_networking/network.c:
	Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-11 12:13:12 +00:00
Ralf Corsepius
44d775307c 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/milkymist_timer/timer.c, shared/timer/timer.c:
	Include <rtems/btimer.h>.
	Fix benchmark_timer_read() definition.
2011-02-09 08:19:30 +00:00
Ralf Corsepius
8ee3775f30 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Joel Sherrill
ae336ea4be 2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* .cvsignore: New file.
2010-08-25 22:15:44 +00:00
Joel Sherrill
9bf3483559 2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c,
	shared/milkymist_clock/clock.h, shared/milkymist_console/console.c,
	shared/milkymist_console/uart.c, shared/milkymist_console/uart.h,
	shared/milkymist_framebuffer/framebuffer.c,
	shared/milkymist_gpio/gpio.c, shared/milkymist_networking/mm_crc32.c,
	shared/milkymist_networking/network.c,
	shared/milkymist_networking/network.h,
	shared/milkymist_timer/timer.c: New files.
2010-08-20 21:23:27 +00:00
Joel Sherrill
1909706760 2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* acinclude.m4, configure.ac: Add Milkymist BSP developed as part of
	GSOC 2010.
2010-08-20 21:22:31 +00:00
Joel Sherrill
8affb5a9ed 2010-08-20 <yann.sionneau@telecom-sudparis.eu>
Add Milkymist BSP developed as part of GSOC 2010.
	* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, Documentation/uart.txt, include/.cvsignore,
	include/bsp.h, include/system_conf.h, include/tm27.h,
	make/custom/milkymist.cfg, startup/linkcmds: New files.
2010-08-20 21:22:27 +00:00