summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-14lm32/shared/startup/bspreset.c: New file missed in previous commitJoel Sherrill1-0/+28
2015-04-05lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill5-12/+34
Lay groundwork for a simulator configuration configuration for the Milkymist. This is needed to use the shared code.
2014-12-05Update bug report URLSebastian Huber3-3/+3
2014-10-20lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill3-9/+13
2014-10-19lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill1-3/+6
2014-10-13libbsp/lm32/shared: Fix warningsJoel Sherrill2-53/+11
2014-10-13lm32/shared/milkymist_clock/ckinit.c: Fix warningsJoel Sherrill1-5/+6
2014-10-13lm32/lm32_evr/include/bsp.h: Fix warningsJoel Sherrill1-2/+0
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill2-2/+2
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-08-29Regenerate all preinstall.am files.Chris Johns2-9/+9
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-08-28Regenerate all preinstall.am files.Joel Sherrill2-9/+9
Apparently, at some point automake output changed and these were not updated.
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber2-2/+6
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-03-21lm32_evr/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-15/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns56-56/+56
2014-02-24bsps: Add empty cache managerSebastian Huber2-0/+10
This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2-0/+28
2013-12-24lm32_milkymist: improve doxygenToma2-0/+24
Add doxygen to the header files in the /lm32/milymist/include directory.
2013-12-24lm32_evr: improve doxygenToma4-0/+40
Add doxygen to the header files in the /lm32/lm32_evr/include directory.
2013-12-23lm32: Enhance Doxygen #2Chirayu Desai3-10/+29
2013-12-23lm32: Add doxygenChirayu Desai21-10/+302
2013-08-14bsps: Fix clock driver definesSebastian Huber2-2/+2
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2-2/+2
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-6/+0
Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and TOD_MILLISECONDS_TO_TICKS().
2013-06-29framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber1-3/+2
2013-06-25termios: Update due to API changesSebastian Huber1-4/+3
Termios notifies now the driver about an inactive transmit with the length argument set to zero.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom4-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.
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-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.
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber3-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().
2012-11-15bsps/lm32: Include <bsp/bootcard.h>Sebastian Huber1-0/+1
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber1-1/+1
Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.
2012-11-02libblock: Block device transfer request API changeSebastian Huber1-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.
2012-11-02libnetworking: Use system eventsSebastian Huber2-8/+8
Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom2-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.
2012-07-19Reformat AC_INIT.Ralf Corsépius1-2/+1
2012-07-19Require automake-1.12.2.Ralf Corsépius3-3/+3
2012-07-19Require autoconf-2.69.Ralf Corsépius3-3/+3
2012-07-09bsps/lm32: PR2045: Add mic boost optionXiangfu Liu1-6/+18
2012-05-24Add bspopts.h.in.Ralf Corsépius2-0/+78
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill61-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.
2012-05-04Remove CVS-Ids.Ralf Corsépius6-18/+0
2012-04-16lm32: use shared setvec.cGedare Bloom2-44/+1
2012-04-16lm32: replace lm32_isr with rtems_isrGedare Bloom2-3/+3
2012-03-24bsps: Add shared default IRQ handlerSebastian Huber1-5/+0
2012-03-06Milkymist - Increase SOFTUSB_PMEM_SIZE to 8 KBWerner Almesberger1-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>
2012-03-03PR 2032: Milkymist USB: Ioctl interface for loading USB firmwareSebastien Bourdeauducq3-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>
2012-03-03PR2029: Milkymist VGA: adjust video timingsXiangfu Liu1-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>
2012-02-29PR2028: Milkymist USB: forward MIDI messages.Werner Almesberger2-0/+12
Forward MIDI messages from the softusb controller to the application. Signed-off-by: Gedare Bloom <gedare@rtems.org>
2012-02-01Remove all .cvsignore files.Joel Sherrill5-32/+0
2011-12-052011-12-05 Gedare Bloom <gedare@rtems.org>Gedare Bloom1-0/+5
* ChangeLog: Add PR number to ChangeLog entry
2011-12-052011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>Gedare Bloom2-3/+26
* milkymist_midi/midi.c: move MIDI message detection from higher layers to the MIDI interrupt handler