summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-162-4/+4
| | | | | | | | | | | | | | | | | This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-202-0/+4
| | | | Update #2271.
* lm32/shared/startup/bspreset.c: New file missed in previous commitJoel Sherrill2015-04-141-0/+28
|
* lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill2015-04-055-12/+34
| | | | | Lay groundwork for a simulator configuration configuration for the Milkymist. This is needed to use the shared code.
* Update bug report URLSebastian Huber2014-12-053-3/+3
|
* lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill2014-10-203-9/+13
|
* lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill2014-10-191-3/+6
|
* libbsp/lm32/shared: Fix warningsJoel Sherrill2014-10-132-53/+11
|
* lm32/shared/milkymist_clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-5/+6
|
* lm32/lm32_evr/include/bsp.h: Fix warningsJoel Sherrill2014-10-131-2/+0
|
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-162-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.
* Regenerate all preinstall.am files.Chris Johns2014-08-292-9/+9
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-282-9/+9
| | | | | Apparently, at some point automake output changed and these were not updated.
* 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>