summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/mpc55xxevb: Manual file header clean upJoel Sherrill2022-03-103-18/+0
| | | | Updates #4625.
* m68k/genmcf548x/README: Manual file header clean upJoel Sherrill2022-03-101-38/+20
| | | | Updates #4625.
* m68k/gen68360/spi/m360_spi.c: Manual file header clean upJoel Sherrill2022-03-101-18/+13
| | | | Updates #4625.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-10285-1716/+14
| | | | Updates #4625.
* libmisc/serdbg: Manual header clean upJoel Sherrill2022-03-103-46/+30
| | | | Updates #4625.
* telnetd.c: Manual cleanup of embedded brains File HeadersJoel Sherrill2022-03-101-6/+0
| | | | | | This file's text looked different from others. Fixed by hand. Updates #4625.
* testsuites/fstests/fsdosfsname01/create_files.cs: Convert to UNIX CR/LF.Joel Sherrill2022-03-101-121/+121
| | | | | | This file had a mix of both DOS and UNIX CR/LF. Updates #4625.
* bsps/m68k/genmcf548x/README: Manual cleanup of embedded brains File HeadersJoel Sherrill2022-03-101-7/+1
| | | | Updates #4625.
* testsuites/.../*doc: Manual cleanup of embedded brains File HeadersJoel Sherrill2022-03-1011-75/+13
| | | | | | | There were not a lot of these and they did not match the patterns of the C. Updates #4625.
* SMP: Fix start multitasking for some targetsSebastian Huber2022-03-097-0/+59
| | | | | | | | | | | | | The previous SMP multitasking start assumed that the initial heir thread of a processor starts execution in _Thread_Handler(). The _Thread_Handler() sets the interrupt state explicitly by _ISR_Set_level() before it calls the thread entry. Under certain timing conditions, processors may perform an initial context switch to a thread which already executes its thread body (see smptests/smpstart01). In this case, interrupts are disabled after the context switch on targets which do not save/restore the interrupt state during a context switch (aarch64, arm, and riscv). Close #4627.
* bsp/altera-cyclone-v: fix the creation of reserved memory regionsMarcus Ritter2022-03-091-1/+1
|
* score: Disable thread dispatching earlierSebastian Huber2022-03-082-6/+6
| | | | | | | Disable thread dispatching earlier on secondary processors. This ensures that fatal error and per-CPU job handlers are called with thread dispatching disabled. On the boot processor, the thread dispatching is already disabled by _Thread_Dispatch_initialization().
* smptests/smpstart01: New test programSebastian Huber2022-03-084-0/+188
| | | | Update #4627.
* mpci: Fix RTEMS_DEBUG supportSebastian Huber2022-03-081-1/+1
|
* bsp/leon3: Fix warningSebastian Huber2022-03-081-1/+1
|
* bsp/leon3: Include missing header fileSebastian Huber2022-03-082-0/+2
| | | | | The <leon.h> include was removed from <bsp.h> in commit 1577a48369fae5e024baa2119b26d25de0f43946.
* cpukit/libblock: Change license to BSD-2Joel Sherrill2022-02-2824-72/+528
| | | | Updates #3053.
* cpukit/ftpd: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | | | Not all files could be changed. Updates #3053.
* cpukit/include/adainclude: Change license to BSD-2Joel Sherrill2022-02-2839-117/+858
| | | | Updates #3053.
* score/cpu/v850: Change license to BSD-2Joel Sherrill2022-02-288-24/+176
| | | | Updates #3053.
* score/cpu/sparc64: Change license to BSD-2Joel Sherrill2022-02-289-27/+198
|
* score/cpu/sparc: Change license to BSD-2Joel Sherrill2022-02-2816-48/+352
| | | | Updates #3053.
* score/cpu/powerpc: Change license to BSD-2Joel Sherrill2022-02-2810-34/+219
| | | | Updates #3053.
* score/cpu/or1k: Change license to BSD-2Joel Sherrill2022-02-2814-42/+308
|
* score/cpu/no_cpu: Change license to BSD-2Joel Sherrill2022-02-289-27/+198
| | | | Updates #3053.
* score/cpu/nios2: Change license to BSD-2Joel Sherrill2022-02-2827-81/+594
| | | | Updates #3053.
* score/cpu/mips: Change license to BSD-2Joel Sherrill2022-02-286-18/+132
| | | | Updates #3053.
* score/cpu/m68k: Change license to BSD-2Joel Sherrill2022-02-288-24/+176
| | | | Updates #3053.
* score/cpu/i386: Change license to BSD-2Joel Sherrill2022-02-2810-30/+218
| | | | | | sse_test.c was deliberarely NOT changed. Updates #3053.
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-2838-115/+836
| | | | Updates #3053.
* sapi/src/*.c: Change license to BSD-2Joel Sherrill2022-02-2833-99/+726
| | | | Updates #3053.
* cpukit/include/rtems/posix/*.h: Change license to BSD-2Joel Sherrill2022-02-2826-78/+572
| | | | Updates #3053.
* posix/src/_execve.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill2022-02-28125-375/+2750
| | | | Updates #3053.
* cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill2022-02-2886-258/+1892
| | | | Updates #3053.
* cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill2022-02-2834-102/+748
| | | | Updates #3053.
* cpukit/rtems/src/[s-z]*.c: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
| | | | Updates #3053.
* cpukit/rtems/src/[a-r]*.c: Change license to BSD-2Joel Sherrill2022-02-2878-234/+1716
| | | | Updates #3053.
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
| | | | Updates #3053.
* cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill2022-02-2850-150/+1100
| | | | Updates #3053.
* score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
| | | | Updates #3053.
* score/src/[n-s]*.c: Change license to BSD-2Joel Sherrill2022-02-2896-288/+2120
| | | | Updates #3053.
* score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill2022-02-2851-153/+1122
| | | | Updates #3053.
* powerpc: Use .machine any for some inline asmSebastian Huber2022-02-268-14/+91
|
* riscv: Use zicsr architecture extensionSebastian Huber2022-02-257-12/+54
| | | | | | | | | | This is required for ISA 2.0 support, see chapter "Zicsr", Control and Status Register (CSR) Instructions, Version 2.0 in RISC-V Instruction Set Manual, Volume I: RISC-V User-Level ISA
* bsps/riscv: Add missing includeSebastian Huber2022-02-251-0/+1
|
* bsps/riscv: Support .riscv.attributesSebastian Huber2022-02-251-1/+1
|
* bsps/powerpc: Do no use Newlib internalsSebastian Huber2022-02-255-5/+10
| | | | The struct _reent::__sdidinit member was renamed in a recent Newlib.
* cpukit/libblock: Clean up before license changeJoel Sherrill2022-02-232-2/+5
|
* score/cpu/i386: Clean up file headers in prep for license change.Joel Sherrill2022-02-233-6/+9
|