summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsps/shared/: Use device tree blobPadmarao Begari2022-09-201-0/+8
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-2022-9/+221
* spec/build/bsps: Add dtb supportPadmarao Begari2022-09-202-0/+39
* bsps/riscv: Add device tree blobPadmarao Begari2022-09-202-0/+967
* bsp/tms570: Fix TMS570_USE_HWINIT_STARTUPSebastian Huber2022-09-203-3/+19
* bsp/tms570: Fix declarationsSebastian Huber2022-09-201-4/+4
* bsp/tms570: Add -mbe32 to LINKFLAGSSebastian Huber2022-09-202-0/+19
* bsps/riscv/riscv: Fix fe310_uart_readAlan Cudmore2022-09-191-2/+5
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-19150-1039/+1039
* validation: Test deadlock detection special caseSebastian Huber2022-09-122-0/+191
* score: Prevent an out of bounds warningSebastian Huber2022-09-121-2/+7
* validation: Fix integer type warningSebastian Huber2022-09-091-1/+1
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0923-187/+19
* libcrypt: There is no need to clear message digestXin LI2022-09-082-4/+0
* Get rid of unused variables.Xin LI2022-09-082-16/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-083-2/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2022-09-081-1/+3
* libtests/sha: Add tests for SHA512-256Sebastian Huber2022-09-081-0/+49
* libtests/sha: Add tests for SHA512-224Sebastian Huber2022-09-081-0/+50
* libtests/sha: Add tests for SHA384Sebastian Huber2022-09-081-0/+58
* libtests/sha: Add tests for SHA224Sebastian Huber2022-09-081-4/+54
* libmd: Always erase context in _Final method,Xin LI2022-09-082-5/+5
* Implement SHA2-224 submode of SHA2-256Conrad Meyer2022-09-082-0/+113
* Fix C++ includability of crypto headers with static array sizesAlan Somers2022-09-084-5/+10
* Retune SHA2 code for improved performance on CPUsColin Percival2022-09-082-190/+198
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2022-09-082-0/+150
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2022-09-085-9/+10
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2022-09-084-19/+149
* minimum: Do not use unified work areasSebastian Huber2022-09-081-15/+0
* bsp/qoriq: Enable VRSAVE optimizationSebastian Huber2022-09-081-0/+2
* powerpc: Add support for VRSAVESebastian Huber2022-09-085-23/+429
* rtems: Include <rtems/score/cpuopts.h>Sebastian Huber2022-09-083-0/+3
* score: Improve formattingSebastian Huber2022-09-081-4/+10
* pthread_atfork(): Change to behavior from FACE Technical StandardJoel Sherrill2022-09-063-11/+14
* bsp/riscv: Add NOEL-V BSPMartin Aberg2022-09-0622-0/+754
* bsp/riscv: Work area size based on /memory node in fdtDaniel Cederman2022-09-062-0/+145
* config: Add SMP scheduler configuration errorsSebastian Huber2022-09-051-0/+20
* validation: CONFIGURE_SCHEDULER_TABLE_ENTRIESSebastian Huber2022-09-054-2/+120
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* validation: Refine basedefs specificationSebastian Huber2022-09-053-1/+147
* rtems: Add constraints for rtems_clock_tick()Sebastian Huber2022-09-051-0/+12
* Add items to Doxygen groupsSebastian Huber2022-09-0516-17/+53
* validation: RegenerateSebastian Huber2022-09-051-6/+6
* config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber2022-09-051-0/+49
* validation: Ignore array bounds warningsSebastian Huber2022-08-311-0/+10
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-312-1/+11
* libtest: Fix warnings without a pragmaSebastian Huber2022-08-313-26/+19
* config: Include <rtems/posix/timer.h> on demandSebastian Huber2022-08-311-2/+3
* validation: Move flush filter stop validationSebastian Huber2022-08-314-106/+408
* validation: Support a partial thread queue flushSebastian Huber2022-08-317-31/+53