summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-223-3/+4
| | | | | | | | | Remove BSP-specific defaults for RTEMS_BSP_CLEANUP_OPTIONS to simplify the BSP configuration and documentation. Change defaults to: BSP_PRESS_KEY_FOR_RESET=0 BSP_RESET_BOARD_AT_EXIT=1 BSP_PRINT_EXCEPTION_CONTEXT=1
* getentropy: Add cpu counter based implementation.Christian Mauderer2017-11-172-0/+2
| | | | Update #3239.
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-182-5/+4
| | | | | | | Remove old ISR parameter since is not used by the clock driver shell. Make an implementation optional. Update #3139.
* Include missing <rtems/bspIo.h>Sebastian Huber2017-08-252-0/+2
|
* Include missing <string.h>Sebastian Huber2017-08-253-0/+3
| | | | Update #2133.
* Optional Clock_driver_support_shutdown_hardware()Sebastian Huber2017-08-042-12/+11
| | | | | Make Clock_driver_support_shutdown_hardware() optional. This avoids the atexit() support on memory constrained targets.
* bsps: Improve interrupt vector enable/disable APISebastian Huber2017-06-201-4/+4
| | | | | | Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add bsp_interrupt_assert() and use it to validate the vector number in the vector enable/disable implementations.
* build-system: Parallel build all subdirs.Chris Johns2017-05-241-1/+1
|
* lm32/shared/timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_video/video.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_pfpu/pfpu.c: Fix indentation and bracesJoel Sherrill2017-04-051-4/+5
|
* lm32/shared/milkymist_timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill2017-04-051-0/+1
|
* lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and bracesJoel Sherrill2017-04-051-0/+1
|
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-1/+1
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
| | | | Update #2825.
* Misc: Spell length correctlyJoel Sherrill2016-07-121-1/+1
|
* bsps: Include missing <rtems/bspIo.h>Sebastian Huber2016-06-242-0/+2
|
* lm32/milkymist: Remove include of <rtems/console.h> from <bsp.h> and fix ↵Joel Sherrill2016-03-291-1/+0
| | | | warnings
* lm32/lm32_evr: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
|
* lm32/shared/console/console.c: Add include of <rtems/console.h> to fix warningJoel Sherrill2016-03-291-0/+1
|
* lm32/milkymist/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
|
* lm32/lm32_evr/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
|
* lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabledJoel Sherrill2016-03-111-1/+1
|
* lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates #2577. For the milkymist BSP variant without this option sample executables sizes were as follows: text data bss dec hex filename 101160 9044 13333 123537 1e291 ticker.exe 30888 2676 9169 42733 a6ed minimum.exe 592200 90020 26557 708777 ad0a9 fileio.exe 456048 64528 42565 563141 897c5 pppd.exe 203752 25404 16241 245397 3be95 capture.exe 118216 10704 13437 142357 22c15 nsecs.exe 197848 22468 13981 234297 39339 paranoia.exe 97496 8760 13301 119557 1d305 base_sp.exe 100392 9120 17141 126653 1eebd unlimited.exe 121032 7720 13309 142061 22aed hello.exe 289340 28120 20653 338113 528c1 loopback.exe For the milkymist BSP variant with this option sample executables sizes were as follows: text data bss dec hex filename 93464 8748 13333 115545 1c359 ticker.exe 17144 1308 9133 27585 6bc1 minimum.exe 574024 87296 26301 687621 a7e05 fileio.exe 415668 60652 41837 518157 7e80d pppd.exe 190920 24712 16233 231865 389b9 capture.exe 111800 10404 13405 135609 211b9 nsecs.exe 187272 22064 13949 223285 36835 paranoia.exe 87656 8440 13301 109397 1ab55 base_sp.exe 89048 8736 17149 114933 1c0f5 unlimited.exe 108888 7316 13309 129513 1f9e9 hello.exe 262820 26764 20557 310141 4bb7d loopback.exe
* lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates #2577. For the lm32_evr BSP variant without this option sample executables sizes were as follows: text data bss dec hex filename 195764 6892 13077 215733 34ab5 ticker.exe 84212 2264 9169 95645 1759d minimum.exe 1077108 82852 26293 1186253 1219cd fileio.exe 763500 56340 44493 864333 d304d pppd.exe 344948 22148 15977 383073 5d861 capture.exe 211876 8472 13169 233517 3902d nsecs.exe 330020 18636 13685 362341 58765 paranoia.exe 185956 6452 13053 205461 32295 base_sp.exe 194516 6656 16893 218065 353d1 unlimited.exe 202164 5400 13013 220577 35da1 hello.exe 474728 23220 20389 518337 7e8c1 loopback.exe For the lm32_evr BSP variant with this option sample executables sizes were as follows: text data bss dec hex filename 186388 6792 13045 206225 32591 ticker.exe 53140 1124 9137 63401 f7a9 minimum.exe 1049556 80336 26045 1155937 11a361 fileio.exe 685632 55056 43757 784445 bf83d pppd.exe 323588 21400 15953 360941 581ed capture.exe 203540 8352 13137 225029 36f05 nsecs.exe 316612 18512 13653 348777 55269 paranoia.exe 172724 6352 13021 192097 2ee61 base_sp.exe 176708 6528 16837 200073 30d89 unlimited.exe 182900 5260 13021 201181 311dd hello.exe 436064 22840 20293 479197 74fdd loopback.exe
* Use linker set for libio initializationSebastian Huber2016-02-032-4/+0
| | | | Update #2408.
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-102-2/+0
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* Add RTEMS linker setsSebastian Huber2015-12-082-2/+4
| | | | Update #2408.
* 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
|