summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtems: Avoid -Wundef warnings in API headerSebastian Huber2024-03-231-6/+6
* Mark parameters as intentionally unusedSebastian Huber2024-03-228-0/+11
* bsps: Avoid unused argument in clock interruptSebastian Huber2024-03-2042-181/+137
* Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0Sebastian Huber2024-03-2065-66/+2
* score: Include missing header fileSebastian Huber2024-03-201-0/+2
* testsuites: Exclude JFFS2 NAND testsSebastian Huber2024-03-202-0/+18
* dev/irq: Optional arm_gic_irq_processor_count()Sebastian Huber2024-03-203-0/+6
* bsps: Add xilinx_zynqmp_lp64_a53 BSP variantSebastian Huber2024-03-205-0/+25
* bsps: Add xilinx_zynq_rpu BSP variantSebastian Huber2024-03-204-83/+132
* xilinx-zynqmp-rpu: Remove URLs from copyrightsSebastian Huber2024-03-204-4/+4
* bsps: Use bsps/arm/xilinx-zynqmp-rpuSebastian Huber2024-03-202-3/+2
* bsps: Use bsps/aarch64/xilinx-zynqmpSebastian Huber2024-03-203-15/+3
* arm: Move _CPU_ISR_install_vector()Sebastian Huber2024-03-203-27/+77
* arm/xilinx-zynqmp-rpu: Fix clock driverStanislav Pankevich2024-03-191-1/+1
* cpukit: Gate ticks per timeslice configKinsey Moore2024-03-181-1/+3
* cpukit/jffs2: Properly commit JFFS2 dataKinsey Moore2024-03-141-0/+4
* Ensure ticks per timeslice is greater than zeroZack leung2024-03-142-2/+5
* bsps/shared/xqspipsu: Read correct status bitsKinsey Moore2024-03-111-0/+15
* bsps/shared/xnandpsu: Add opportunistic page cacheKinsey Moore2024-03-112-0/+50
* aarch64/zynqmp: Fix build item BSP familySebastian Huber2024-03-111-1/+1
* bsps/clock: Fix fast idle for SMPSebastian Huber2024-03-111-0/+16
* validation/tc-sched-smp: Fix synchronization issueMatt Joyce2024-03-111-0/+1
* aarch64/zynqmp: Fix UART base addresses and IRQSebastian Huber2024-03-113-4/+5
* bsps/powerpc: Fix include orderSebastian Huber2024-03-111-1/+1
* testsuites/dhrystone: Initialize before useKinsey Moore2024-03-051-0/+1
* cpukit/libtest: Remove unused variableKinsey Moore2024-03-011-1/+0
* bsps/xnandpsu: Allow creation of BBTKinsey Moore2024-02-281-1/+1
* build: Fix script actionSebastian Huber2024-02-281-2/+8
* powerpc: Use RTEMS_XCONCAT()Sebastian Huber2024-02-271-6/+4
* bsps/powerpc: Include missing <rtems/irq.h>Sebastian Huber2024-02-271-0/+1
* bsp/qoriq: Use more specific includeSebastian Huber2024-02-272-1/+2
* bsp/qoriq: Remove superfluous includeSebastian Huber2024-02-271-1/+0
* bsp/qoriq: Remove <rtems/irq.h> in <bsp/irq.h>Sebastian Huber2024-02-273-5/+4
* bsp/qoriq: Use bsp_fatal()Sebastian Huber2024-02-272-2/+5
* bsp/qoriq: Use interrupt entrySebastian Huber2024-02-274-29/+50
* Update company nameSebastian Huber2024-02-2714-14/+14
* testsuites/unit: Add files to groupSebastian Huber2024-02-272-0/+12
* testsuites/jffs2: Add test for empty NOR FSKinsey Moore2024-02-265-0/+285
* cpukit/jffs2: Handle used empty file systemKinsey Moore2024-02-262-0/+27
* spec/zynqmp-rpu: Clean up optionsKinsey Moore2024-02-232-3/+0
* arm/altera-cyclone-v/README: Fix use of CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSJoel Sherrill2024-02-231-1/+1
* libtest: Improve gcov info dumpSebastian Huber2024-02-222-4/+6
* testsuites/dl11: Test TLS on a secondary threadKinsey Moore2024-02-192-15/+59
* bsps/qspipsu: Calculate correct parallel mode sizeKinsey Moore2024-02-191-1/+2
* doxygen: Fix link formatSebastian Huber2024-02-161-1/+1
* crc: Add a CRC-24Q implementationSebastian Huber2024-02-165-0/+300
* base64: Add decoderMatthew Joyce2024-02-165-0/+410
* base64: Make base64 encoding tables publicSebastian Huber2024-02-162-7/+27
* base64: Move base64 encoding supportSebastian Huber2024-02-1610-111/+181
* i386: Restore SMP functionalityKinsey Moore2024-02-143-0/+11