summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-222-2/+6
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* lm32_evr/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-15/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2156-56/+56
|
* bsps: Add empty cache managerSebastian Huber2014-02-242-0/+10
| | | | | This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-042-0/+28
|
* lm32_milkymist: improve doxygenToma2013-12-242-0/+24
| | | | Add doxygen to the header files in the /lm32/milymist/include directory.
* lm32_evr: improve doxygenToma2013-12-244-0/+40
| | | | Add doxygen to the header files in the /lm32/lm32_evr/include directory.
* lm32: Enhance Doxygen #2Chirayu Desai2013-12-233-10/+29
|
* lm32: Add doxygenChirayu Desai2013-12-2321-10/+302
|
* bsps: Fix clock driver definesSebastian Huber2013-08-142-2/+2
|
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-092-2/+2
|
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-6/+0
| | | | | Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and TOD_MILLISECONDS_TO_TICKS().
* framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber2013-06-291-3/+2
|
* termios: Update due to API changesSebastian Huber2013-06-251-4/+3
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-084-368/+0
| | | | | | | | | 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.
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-071-5/+0
| | | | | | | | | 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.
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-153-2/+13
| | | | | | | 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().
* bsps/lm32: Include <bsp/bootcard.h>Sebastian Huber2012-11-151-0/+1
|
* bsps: Include <bsp/bootcard.h>Sebastian Huber2012-11-141-1/+1
| | | | | Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.
* libblock: Block device transfer request API changeSebastian Huber2012-11-021-2/+4
| | | | | | | | | | | | | | 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.
* libnetworking: Use system eventsSebastian Huber2012-11-022-8/+8
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-062-78/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. 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.
* Reformat AC_INIT.Ralf Corsépius2012-07-191-2/+1
|
* Require automake-1.12.2.Ralf Corsépius2012-07-193-3/+3
|
* Require autoconf-2.69.Ralf Corsépius2012-07-193-3/+3
|
* bsps/lm32: PR2045: Add mic boost optionXiangfu Liu2012-07-091-6/+18
|
* Add bspopts.h.in.Ralf Corsépius2012-05-242-0/+78
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1161-126/+0
| | | | | | | | | | | | 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.
* Remove CVS-Ids.Ralf Corsépius2012-05-046-18/+0
|
* lm32: use shared setvec.cGedare Bloom2012-04-162-44/+1
|
* lm32: replace lm32_isr with rtems_isrGedare Bloom2012-04-162-3/+3
|
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-5/+0
|
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtemsJoel Sherrill2012-03-065-359/+78
|\
| * PR 2032: Milkymist USB: Ioctl interface for loading USB firmwareSebastien Bourdeauducq2012-03-033-350/+57
| | | | | | | | | | | | | | 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>
| * PR2029: Milkymist VGA: adjust video timingsXiangfu Liu2012-03-031-9/+9
| | | | | | | | | | | | 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>
| * PR2028: Milkymist USB: forward MIDI messages.Werner Almesberger2012-02-292-0/+12
| | | | | | | | | | | | Forward MIDI messages from the softusb controller to the application. Signed-off-by: Gedare Bloom <gedare@rtems.org>
* | Milkymist - Increase SOFTUSB_PMEM_SIZE to 8 KBWerner Almesberger2012-03-061-1/+1
|/ | | | | | | | | | | | | 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>
* Remove all .cvsignore files.Joel Sherrill2012-02-015-32/+0
|
* 2011-12-05 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-051-0/+5
| | | | * ChangeLog: Add PR number to ChangeLog entry
* 2011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-12-052-3/+26
| | | | | * milkymist_midi/midi.c: move MIDI message detection from higher layers to the MIDI interrupt handler
* 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-273-2/+55
| | | | | | | 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 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-275-4/+11
| | | | | | | 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 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-272-3/+11
| | | | | | PR 1970/bsps * include/system_conf.h: Support for the new Milkymist sysctl and clock frequency detection.
* 2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-275-51/+35
| | | | | | | 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 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2011-11-272-20/+43
| | | | | | PR 1966/bsps * include/system_conf.h: support for the new UART core and interrupt map
* 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2011-08-022-39/+76
| | | | | | PR 1869/bsps * ChangeLog: Spacing. * README: Removed.
* 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2011-08-022-82/+5
| | | | | PR 1869/bsps * milkymist_networking/mm_crc32.c: Removed.
* 2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2011-08-022-0/+41
| | | | | | PR 1869/bsps * README: Merge content from lm32/README which was specific to this BSP.
* 2011-08-01 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2011-08-0152-1088/+4640
| | | | | | | | | | | | | | | | | | | | | 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-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-1/+6
| | | | | * shared/milkymist_networking/network.c: Use "__asm__" instead of "asm" for improved c99-compliance.