summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Do not install test programsSebastian Huber2019-01-3012-33/+11
* record: Add enum value for each eventSebastian Huber2019-01-305-23/+1788
* Add low level event recording supportSebastian Huber2019-01-2922-0/+3137
* m68k: Avoid _Addresses_Add_offset()Sebastian Huber2019-01-291-4/+2
* samples/pppd: Use less memory hungry configurationSebastian Huber2019-01-291-5/+4
* psxtmtests: Fix format warningsSebastian Huber2019-01-284-36/+36
* bsps/powerpc: Fix warningsSebastian Huber2019-01-252-5/+3
* bsps/powerpc: Fix 64-bit issues in assembler filesSebastian Huber2019-01-254-10/+34
* libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov2019-01-231-1/+1
* riscv: add griscv bspJiri Gaisler2019-01-2224-6/+1430
* grlib: make memory coherency cpu-independentJiri Gaisler2019-01-222-1/+6
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-2210-71/+145
* grlib: use rtems_interrupt_handler_install()Jiri Gaisler2019-01-224-8/+15
* grlib: make apbuart driver independent of bspJiri Gaisler2019-01-223-17/+17
* grlib: Move source filesSebastian Huber2019-01-2269-203/+72
* grlib: Move header filesSebastian Huber2019-01-22140-309/+315
* bsps/arm: Remove unused bsp_stack_irq_sizeSebastian Huber2019-01-216-8/+0
* score: Remove unused _ISR_lock_Flash()Sebastian Huber2019-01-182-33/+0
* score: Improve debug support for ISR locksSebastian Huber2019-01-183-17/+51
* score: Avoid internal API and use ISR lockSebastian Huber2019-01-181-9/+9
* score: Simplify _Addresses_Is_aligned()Sebastian Huber2019-01-181-6/+2
* bsps/i386/shared/cache/cache.c: Make compileJoel Sherrill2019-01-161-0/+29
* m68k/include/rtems/score/cpu.h: Add include of address.hJoel Sherrill2019-01-141-0/+2
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-141-2/+2
* build: Remove bogus spqreslib_LDADDSebastian Huber2019-01-141-1/+0
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-143-9/+9
* memalign: Add missing attributes to fix warningSebastian Huber2019-01-101-1/+3
* Fix format warnings due to ino_t changesSebastian Huber2019-01-105-8/+16
* psxconfig01: Fix pre-processor conditionsSebastian Huber2019-01-101-20/+20
* bsps/arm: Conditional ARMv7-AR data cache disableSebastian Huber2019-01-101-0/+2
* bsps/arm: Fix typo in disable cache for ARMv7-ARThomas Dörfler2019-01-101-1/+1
* riscv: Enable robust thread dispatchSebastian Huber2019-01-091-0/+3
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-095-7/+36
* rtems: Allow to set ISR level 0 in SMP configSebastian Huber2019-01-092-1/+2
* Separate task mode checksSebastian Huber2019-01-092-23/+26
* tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)Sebastian Huber2019-01-095-5/+5
* libtests/stackchk: Fix for 64-bit targetsSebastian Huber2019-01-091-22/+11
* psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin2019-01-082-0/+45
* bsp/riscv: Clear boot command lineSebastian Huber2019-01-081-0/+1
* build: Call rtems-ld with the $(CC) of the buildSebastian Huber2019-01-081-2/+3
* build: Call rtems-syms with the $(CC) of the buildSebastian Huber2019-01-081-6/+6
* psxfile01: Fix one second sleepJiri Gaisler2019-01-071-1/+1
* Fix format warningsSebastian Huber2019-01-078-46/+57
* score: Remove superfluous include from chainimpl.hSebastian Huber2019-01-073-1/+2
* drvmgr: Improve LP64 compatibilitySebastian Huber2018-12-275-14/+16
* drvmgr: Enable build for riscvSebastian Huber2018-12-271-1/+1
* psxtmtests: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu402018-12-2210-125/+240
* bsps/sparc: Fix warningsSebastian Huber2018-12-2110-34/+65
* bsps/sparc: Fix typoSebastian Huber2018-12-211-1/+1
* bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber2018-12-2138-140/+176