summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb337 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Remove legacy execption supportSebastian Huber2017-03-083-32/+31
|
* bsps/arm: Change code to explicit selection of cache implementation for ARM ↵Pavel Pisa2016-07-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | | BSPs. The original ARM architecture wide cache_.h is changed to dummy version for targets not implementing/enablig cache at all. The ARM targets equipped by cache should include appropriate implementation. Next options are available for now c/src/lib/libbsp/arm/shared/armv467ar-basic-cache/cache_.h basic ARM cache integrated on the CPU core directly which requires only CP15 oparations c/src/lib/libbsp/arm/shared/arm-l2c-310/cache_.h support for case where ARM L2C-310 cache controller is used. It is accessible as mmaped peripheral. c/src/lib/libbsp/arm/shared/armv7m/include/cache_.h Cortex-M specific cache support
* arm/csb337: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-291-1/+0
|
* arm/csb337/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/csb337: Add per-section compilation and linking supportAun-Ali Zaidi2016-01-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CSB337 ====== The size of the sample executables without this option were: text data bss dec hex filename 70556 2168 15640608 15713332 efc434 minimum.exe 102324 2428 15608576 15713328 efc430 base_sp.exe 122712 2516 15588096 15713324 efc42c nsecs.exe 201232 2912 15509184 15713328 efc430 capture.exe 214608 2456 15496256 15713320 efc428 cdtest.exe 190600 2804 15519936 15713340 efc43c paranoia.exe 115312 2372 15595648 15713332 efc434 hello.exe 573592 6340 15133408 15713340 efc43c fileio.exe 105752 2428 15605152 15713332 efc434 ticker.exe 281684 7208 15424448 15713340 efc43c loopback.exe 601632 2640 15109056 15713328 efc430 cxx_iostream.exe 460224 13324 15239776 15713324 efc42c pppd.exe 104536 2428 15606368 15713332 efc434 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 32396 1404 15679520 15713320 efc428 minimum.exe 92036 2268 15619040 15713344 efc440 base_sp.exe 112516 2356 15598464 15713336 efc438 nsecs.exe 188792 2744 15521792 15713328 efc430 capture.exe 202256 2304 15508768 15713328 efc430 cdtest.exe 179664 2644 15531008 15713316 efc424 paranoia.exe 102848 2220 15608256 15713324 efc42c hello.exe 552880 6180 15154272 15713332 efc434 fileio.exe 95448 2268 15615616 15713332 efc434 ticker.exe 257188 6968 15449184 15713340 efc43c loopback.exe 419444 2488 15291392 15713324 efc42c cxx_iostream.exe 422624 13032 15277664 15713320 efc428 pppd.exe 92428 2276 15618624 15713328 efc430 unlimited.exe CSB637 ====== The size of the sample executables without this option were: text data bss dec hex filename 70556 2168 65972256 66044980 3efc434 minimum.exe 102324 2428 65940224 66044976 3efc430 base_sp.exe 122712 2516 65919744 66044972 3efc42c nsecs.exe 201232 2912 65840832 66044976 3efc430 capture.exe 214608 2456 65827904 66044968 3efc428 cdtest.exe 190600 2804 65851584 66044988 3efc43c paranoia.exe 115312 2372 65927296 66044980 3efc434 hello.exe 573592 6340 65465056 66044988 3efc43c fileio.exe 105752 2428 65936800 66044980 3efc434 ticker.exe 281684 7208 65756096 66044988 3efc43c loopback.exe 601632 2640 65440704 66044976 3efc430 cxx_iostream.exe 460224 13324 65571424 66044972 3efc42c pppd.exe 104536 2428 65938016 66044980 3efc434 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 32396 1404 66011168 66044968 3efc428 minimum.exe 92036 2268 65950688 66044992 3efc440 base_sp.exe 112516 2356 65930112 66044984 3efc438 nsecs.exe 188792 2744 65853440 66044976 3efc430 capture.exe 202256 2304 65840416 66044976 3efc430 cdtest.exe 179664 2644 65862656 66044964 3efc424 paranoia.exe 102848 2220 65939904 66044972 3efc42c hello.exe 552880 6180 65485920 66044980 3efc434 fileio.exe 95448 2268 65947264 66044980 3efc434 ticker.exe 257188 6968 65780832 66044988 3efc43c loopback.exe 419444 2488 65623040 66044972 3efc42c cxx_iostream.exe 422624 13032 65609312 66044968 3efc428 pppd.exe 92428 2276 65950272 66044976 3efc430 unlimited.exe KIT637 V6 ========= The size of the sample executables without this option were: text data bss dec hex filename 70556 2168 15640608 15713332 efc434 minimum.exe 102324 2428 15608576 15713328 efc430 base_sp.exe 122712 2516 15588096 15713324 efc42c nsecs.exe 201232 2912 15509184 15713328 efc430 capture.exe 214608 2456 15496256 15713320 efc428 cdtest.exe 190600 2804 15519936 15713340 efc43c paranoia.exe 115312 2372 15595648 15713332 efc434 hello.exe 573596 6340 15133408 15713344 efc440 fileio.exe 105752 2428 15605152 15713332 efc434 ticker.exe 281684 7208 15424448 15713340 efc43c loopback.exe 601632 2640 15109056 15713328 efc430 cxx_iostream.exe 460224 13324 15239776 15713324 efc42c pppd.exe 104536 2428 15606368 15713332 efc434 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 32396 1404 15679520 15713320 efc428 minimum.exe 92036 2268 15619040 15713344 efc440 base_sp.exe 112516 2356 15598464 15713336 efc438 nsecs.exe 188792 2744 15521792 15713328 efc430 capture.exe 202256 2304 15508768 15713328 efc430 cdtest.exe 179664 2644 15531008 15713316 efc424 paranoia.exe 102848 2220 15608256 15713324 efc42c hello.exe 552884 6180 15154272 15713336 efc438 fileio.exe 95448 2268 15615616 15713332 efc434 ticker.exe 257188 6968 15449184 15713340 efc43c loopback.exe 419444 2488 15291392 15713324 efc42c cxx_iostream.exe 422624 13032 15277664 15713320 efc428 pppd.exe 92428 2276 15618624 15713328 efc430 unlimited.exe
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
* 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-272-0/+4
| | | | | 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/csb337/console/fbcons.c: Fix warningJoel Sherrill2014-10-201-18/+4
|
* arm/csb337/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+1
|
* arm/csb337: Fix warningsJoel Sherrill2014-10-162-6/+12
|
* arm/csb337/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* csb337/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-1/+1
|
* bsps/arm: Delete obsolete compiler flagsSebastian Huber2014-09-111-1/+1
| | | | These flags are obsolete with the EABI based ARM tool chain.
* csb337/.../bspreset.c: Eliminate warning for set not used variableJoel Sherrill2014-09-041-1/+0
|
* raspberrypi: Use shared bspreset.cJoel Sherrill2014-09-041-0/+1
|
* 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-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-219-9/+9
|
* bsps: Add empty cache managerSebastian Huber2014-02-241-0/+5
| | | | | 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.
* arm: Enhance Doxygen for csb336,csb337 and gdbarmsimChirayu Desai2013-12-143-0/+25
|
* arm: csb337: Add doxygenChirayu Desai2013-12-094-2/+47
|
* Removed legacy data types from armVipul Nayyar2013-07-261-2/+2
|
* bsp/csb337: Use IRQ extensions APIVipul Nayyar2013-07-071-36/+17
| | | | Fix warnings.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-408/+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-112-5/+5
|
* bsp/csb637: Fix memory mapSebastian Huber2012-12-031-2/+2
|
* bsp/csb337: Fix memory mapSebastian Huber2012-12-031-2/+2
|
* 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().
* 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().
* bsps: Remove unused bsp_libc_init() prototypeSebastian Huber2012-10-151-1/+0
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-56/+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-122-2/+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/+56
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1118-43/+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
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-034-2/+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.
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-241-5/+6
|