summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Remove empty tm27.h variantsSebastian Huber2017-11-273-50/+2
| | | | Update #3254.
* Remove coverhd.hSebastian Huber2017-11-242-5/+0
| | | | | | | This header file contained timing overhead values which are hard to maintain. Update #3254.
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-221-1/+1
| | | | | | | | | 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-171-0/+1
| | | | Update #3239.
* fb/fb.c: include <string.h> for memcpy()Joel Sherrill2017-08-271-0/+1
|
* fb/fb.c: Include <rtems/inttypes.h> and use PRI constant to fix warningJoel Sherrill2017-04-231-2/+7
|
* arm: Remove legacy execption supportSebastian Huber2017-03-083-28/+31
|
* arm/gumstix: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
|
* arm/gumstix/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
|
* Use linker set for libio initializationSebastian Huber2016-02-031-1/+1
| | | | Update #2408.
* arm/gumstix: Add per-section compilation and linking supportAun-Ali Zaidi2016-01-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 58932 1700 67031844 67092476 3ffbffc minimum.exe 91364 1956 66999140 67092460 3ffbfec base_sp.exe 111756 2044 66978660 67092460 3ffbfec nsecs.exe 189636 2440 66900388 67092464 3ffbff0 capture.exe 203520 1984 66886976 67092480 3ffc000 cdtest.exe 178068 2340 66912068 67092476 3ffbffc paranoia.exe 104468 1908 66986084 67092460 3ffbfec hello.exe 553352 5892 66533220 67092464 3ffbff0 fileio.exe 94780 1956 66995716 67092452 3ffbfe4 ticker.exe 269384 6752 66816320 67092456 3ffbfe8 loopback.exe 590408 2176 66499872 67092456 3ffbfe8 cxx_iostream.exe 447928 12860 66631684 67092472 3ffbff8 pppd.exe 93476 1964 66997028 67092468 3ffbff4 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 31352 1276 67059840 67092468 3ffbff4 minimum.exe 85492 1804 67005156 67092452 3ffbfe4 base_sp.exe 105964 1892 66984612 67092468 3ffbff4 nsecs.exe 181748 2280 66908420 67092448 3ffbfe0 capture.exe 195592 1832 66895040 67092464 3ffbff0 cdtest.exe 172044 2180 66918244 67092468 3ffbff4 paranoia.exe 96396 1748 66994308 67092452 3ffbfe4 hello.exe 537240 5740 66549476 67092456 3ffbfe8 fileio.exe 88884 1804 67001764 67092452 3ffbfe4 ticker.exe 249568 6504 66836384 67092456 3ffbfe8 loopback.exe 412652 2016 66677796 67092464 3ffbff0 cxx_iostream.exe 415208 12584 66664672 67092464 3ffbff0 pppd.exe 85728 1804 67004932 67092464 3ffbff0 unlimited.exe
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+1
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-161-2/+2
| | | | | | | | | | | | | | | | | 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
* Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill2015-05-211-1/+1
| | | | | | Fix typo. closes 2345.
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-271-0/+2
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-231-4/+4
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+1
|
* Remove unused pxa255/pmc, update csb337 and gumstix BSPsJoel Sherrill2014-10-161-2/+1
|
* arm/gumstix/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-3/+1
|
* gumstix/include/bsp.h: Do not include libchip/serial to avoid conflicts when ↵Joel Sherrill2014-10-101-1/+6
| | | | building libchip/rtc
* arm: Fix warningSebastian Huber2014-10-101-3/+1
|
* bsps/arm: Delete obsolete compiler flagsSebastian Huber2014-09-111-1/+1
| | | | These flags are obsolete with the EABI based ARM tool chain.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | 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-281-7/+7
| | | | | Apparently, at some point automake output changed and these were not updated.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-218-8/+8
|
* bsps: Add empty cache managerSebastian Huber2014-02-241-0/+6
| | | | | This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+2
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* gumstix: added new doxygenDaniel Ramirez2013-12-223-119/+324
|
* gumstix: Move bsp_reset() to gumstix/startup/bspreset.cDaniel Ramirez2013-11-223-9/+21
|
* bsp/gumstix: Fix warningsVipul Nayyar2013-07-121-54/+14
|
* Updated Legacy code in arm gumstixVipul Nayyar2013-07-101-17/+16
|
* framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber2013-06-291-1/+1
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-143/+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.
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-3/+1
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-0/+1
| | | | | | | 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().
* sapi: Delete duplicate declarationsSebastian Huber2012-11-071-2/+0
|
* libnetworking: Use system eventsSebastian Huber2012-11-021-3/+3
| | | | | | | 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-061-37/+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.
* Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius2012-07-191-1/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-07-191-2/+0
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-121-1/+0
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+37
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1111-24/+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-041-4/+0
|
* nds/linkcmds - Remove execute permissionJoel Sherrill2012-05-031-0/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-0310-0/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.