source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d6afec1   04/16/24 10:19:49 Ning Yang bsps/aarch64/raspberrypi: Add system timer support The clock from the …
(edit) @17f744b8   04/17/24 09:22:01 Sebastian Huber validation: Fix typo
(edit) @b83eb5d   04/17/24 08:17:15 Sebastian Huber doxygen: Fix constraints Somehow the constraints for …
(edit) @19e2dbd   04/16/24 08:08:25 vincenzo.calabretta bsp/qoriq: Include missing processormaskimpl.h
(edit) @5ce7ed1f   04/16/24 08:20:48 Sebastian Huber bsps/arm: Improve GICv3 support In addtion to 1023, the GICC_IAR …
(edit) @ba2e1e6c   04/16/24 08:26:07 Sebastian Huber arm/xen: Fix BSP_INTERRUPT_VECTOR_COUNT Do not use reserved interrupt IDs.
(edit) @67a8a3d   03/07/24 08:30:03 Sebastian Huber validation: Improve bad thread dispatch validation
(edit) @43143040   03/07/24 07:40:32 Sebastian Huber validation: Test global construction on aarch64 Update #3716.
(edit) @26eb581   04/10/24 12:47:51 Sebastian Huber dev/irq: Improve Doxgyen group assignments Make the GIC interrupt …
(edit) @899f92f7   04/08/24 12:49:21 Sebastian Huber bsps/arm: Improve GICv2 support In addtion to 1023, the GICC_IAR …
(edit) @d45fab84   04/08/24 09:44:39 Sebastian Huber smptests/smpipi01: Fix sporadic test failure Make sure that the last …
(edit) @9ec36a1   04/08/24 09:58:08 Sebastian Huber smpmulticast01: Ignore SMP_FATAL_SHUTDOWN_RESPONSE This fatal code is …
(edit) @b7713854   03/20/24 10:26:11 Sebastian Huber testsuites/unit: Add tests for compiler builtins On the arm target, …
(edit) @4814f82   04/10/24 06:05:03 Ning Yang dev/clock: Move bcm2835-system-timer driver to shared space This …
(edit) @226d51ac   04/10/24 06:20:23 Sebastian Huber bsps/xil-ttc: Improve clock driver Make the clock driver parameters …
(edit) @924648d   04/10/24 05:48:42 Sebastian Huber bsps/xil-ttc: Add XIL_FATAL_TTC_IRQ_INSTALL
(edit) @312bd4d   03/06/24 10:15:51 Sebastian Huber bsps/xil-ttc: Use interrupt entry
(edit) @97ecdc1   04/10/24 11:41:43 Sebastian Huber build: Install <rtems/score/processormaskimpl.h>
(edit) @4716f098   04/09/24 15:53:32 Sebastian Huber bsps: Include <rtems/score/processormaskimpl.h> This fixes commit …
(edit) @7048e831   04/09/24 11:13:43 Sebastian Huber bsp/qoriq: Do not build unused object
(edit) @b678a19   04/09/24 11:28:51 Sebastian Huber score: Improve C/C++ standard compatibility The processor mask …
(edit) @e8132da   04/09/24 11:09:12 Sebastian Huber validation: Fix powerpc in test case The powerpc context switch …
(edit) @24dbeaed   03/25/24 20:44:14 berndmoessner80 Fix: type-cast to wrong type
(edit) @53d0924   03/19/24 08:55:35 Sebastian Huber dev/serial: Add Zynq UART kernel I/O support Replace the …
(edit) @8ad3f92   03/19/24 08:54:10 Sebastian Huber dev/serial: Add ZYNQ_UART_[01]_BASE_ADDR This helps to provide a …
(edit) @4c2da2c3   03/18/24 13:47:59 Sebastian Huber dev/serial: Simplify some Zynq UART functions Make the initialization …
(edit) @5b0e355   03/20/24 14:54:33 Sebastian Huber bsps: Move declarations to <bsp/irq-generic.h> Move declarations of …
(edit) @1ef5fa0   03/22/24 09:31:57 Sebastian Huber rtems: Avoid -Wundef warnings in API header
(edit) @1df822a   03/20/24 15:23:08 Sebastian Huber Mark parameters as intentionally unused The parameters are unused due …
(edit) @1eed6f8   03/23/23 15:53:30 Sebastian Huber bsps: Avoid unused argument in clock interrupt Pass the parameter of …
(edit) @d62f299   03/20/24 07:12:38 Sebastian Huber Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0 Unconditionally make …
(edit) @9e0bcd4   03/20/24 09:51:24 Sebastian Huber score: Include missing header file This fixes: heap.c:268:3: …
(edit) @e1cb883   03/20/24 07:07:33 Sebastian Huber testsuites: Exclude JFFS2 NAND tests
(edit) @2f5a747d   03/19/24 15:40:59 Sebastian Huber dev/irq: Optional arm_gic_irq_processor_count() Provide …
(edit) @431e335   03/05/24 17:34:10 Sebastian Huber bsps: Add xilinx_zynqmp_lp64_a53 BSP variant Add a BSP variant …
(edit) @1e40669   03/05/24 17:24:02 Sebastian Huber bsps: Add xilinx_zynq_rpu BSP variant Add a BSP variant without a …
(edit) @8f4b9d66   03/05/24 17:23:18 Sebastian Huber xilinx-zynqmp-rpu: Remove URLs from copyrights
(edit) @5b5ff07   03/05/24 17:11:57 Sebastian Huber bsps: Use bsps/arm/xilinx-zynqmp-rpu
(edit) @99398625   03/05/24 17:06:21 Sebastian Huber bsps: Use bsps/aarch64/xilinx-zynqmp
(edit) @bc910e1   03/18/24 10:40:18 Sebastian Huber arm: Move _CPU_ISR_install_vector() The use of this function is …
(edit) @ef9a74f   03/19/24 09:34:57 stanislav arm/xilinx-zynqmp-rpu: Fix clock driver We observed a strange …
(edit) @9c84037   03/18/24 19:56:35 kinsey.moore cpukit: Gate ticks per timeslice config Gate …
(edit) @1ecb4e30   03/09/24 05:04:54 kinsey.moore cpukit/jffs2: Properly commit JFFS2 data When unmounting a JFFS2 …
(edit) @5ee87ee   03/14/24 17:53:50 z.liang111 Ensure ticks per timeslice is greater than zero
(edit) @fd790b3   03/05/24 20:07:35 kinsey.moore bsps/shared/xqspipsu: Read correct status bits When resetting the …
(edit) @33379dcf   03/01/24 21:39:27 kinsey.moore bsps/shared/xnandpsu: Add opportunistic page cache Add an …
(edit) @a7730cf   03/11/24 15:42:50 Sebastian Huber aarch64/zynqmp: Fix build item BSP family
(edit) @85b55a76   01/16/24 09:47:35 Sebastian Huber bsps/clock: Fix fast idle for SMP
(edit) @461f118a   01/15/24 08:26:34 matthew.joyce validation/tc-sched-smp: Fix synchronization issue Update #3716.
(edit) @283f783   03/11/24 13:18:46 Sebastian Huber aarch64/zynqmp: Fix UART base addresses and IRQ The base addresses …
(edit) @5cb666b   03/11/24 06:06:52 Sebastian Huber bsps/powerpc: Fix include order The <rtems/irq.h> header file depends …
(edit) @da967ec   02/28/24 18:12:28 kinsey.moore testsuites/dhrystone: Initialize before use This resovles a warning …
(edit) @3200933e   02/28/24 18:11:39 kinsey.moore cpukit/libtest: Remove unused variable This unused variable causes a …
(edit) @75d7af4   02/21/24 16:08:12 kinsey.moore bsps/xnandpsu: Allow creation of BBT This fixes a logic inversion …
(edit) @be81a223   02/27/24 14:32:22 Sebastian Huber build: Fix script action We have to use a custom dictionary to be …
(edit) @c454b104   01/16/24 19:57:49 Sebastian Huber powerpc: Use RTEMS_XCONCAT() Prefer macros with a proper namespace.
(edit) @a779b17   02/27/24 13:53:41 Sebastian Huber bsps/powerpc: Include missing <rtems/irq.h> The <rtems/irq.h> defines …
(edit) @d624219   01/16/24 20:21:26 Sebastian Huber bsp/qoriq: Use more specific include
(edit) @b544d07   01/16/24 20:21:13 Sebastian Huber bsp/qoriq: Remove superfluous include
(edit) @65bfcc3   01/16/24 19:52:30 Sebastian Huber bsp/qoriq: Remove <rtems/irq.h> in <bsp/irq.h> The <rtems/irq.h> …
(edit) @4fd930b   01/16/24 19:50:01 Sebastian Huber bsp/qoriq: Use bsp_fatal()
(edit) @7e99023   01/16/24 18:49:18 Sebastian Huber bsp/qoriq: Use interrupt entry Avoid heap usage in the basic BSP.
(edit) @4b0409f1   01/17/24 16:25:18 Sebastian Huber Update company name The embedded brains GmbH & Co. KG is the legal …
(edit) @6582b70   02/26/24 15:48:23 Sebastian Huber testsuites/unit: Add files to group
(edit) @cd12bf02   02/20/24 00:19:12 kinsey.moore testsuites/jffs2: Add test for empty NOR FS This adds a test to very …
(edit) @e3972d71   01/16/24 16:32:55 kinsey.moore cpukit/jffs2: Handle used empty file system On JFFS2 file systems on …
(edit) @5df1d15e   02/16/24 22:06:43 kinsey.moore spec/zynqmp-rpu: Clean up options The RAM origin had an unnecessary …
(edit) @00e71f0   02/20/24 19:55:00 joel arm/altera-cyclone-v/README: Fix use of …
(edit) @e9c7ba3e   01/19/24 09:38:20 Sebastian Huber libtest: Improve gcov info dump Make sure there is no spurious empty …
(edit) @6b12224   02/19/24 02:16:22 kinsey.moore testsuites/dl11: Test TLS on a secondary thread This adds a pthread …
(edit) @8f8f043   02/12/24 17:13:23 kinsey.moore bsps/qspipsu: Calculate correct parallel mode size Stacked mode …
(edit) @fa3a918   12/06/23 06:41:43 Sebastian Huber doxygen: Fix link format
(edit) @fa17765b   12/11/23 11:03:29 Sebastian Huber crc: Add a CRC-24Q implementation
(edit) @2757b36   08/09/23 06:19:51 matthew.joyce base64: Add decoder
(edit) @c90e2b2   12/11/23 09:47:45 Sebastian Huber base64: Make base64 encoding tables public This makes them reusable. …
(edit) @317df86   01/25/24 16:51:06 Sebastian Huber base64: Move base64 encoding support
(edit) @8d22b57   02/12/24 14:30:58 kinsey.moore i386: Restore SMP functionality When the switch to waf occurred, the …
(edit) @b1fdf75   01/24/24 17:01:52 adrien bsp/tms570: Fix console receive interrupts …
(edit) @b03aba30   01/24/24 17:57:36 kinsey.moore cpukit/libblock: Ignore sync status prior to purge
(edit) @0d5319d   01/24/24 17:52:45 kinsey.moore cpukit/libblock: Ignore error notify return value This is already in …
(edit) @55a1b9ac   01/09/24 09:16:33 christian.mauderer bsps/qoriq: Add VME support for MVME2500 This enables the VME support …
(edit) @529b70c8   01/11/24 14:41:45 christian.mauderer bsps/qoriq: Allow setting EIRQ polarity and sense Add a function that …
(edit) @c9dda8c   07/26/23 11:38:45 christian.mauderer bsps/qoriq: Add MMU regions for PCIe based on fdt Get the memory …
(edit) @9a95f9c6   01/22/24 21:53:27 kinsey.moore cpukit/libblock: Ignore return value on error path
(edit) @4c948a6a   01/24/24 17:13:34 kinsey.moore cpukit/cache: Report coherent add area failures This alters the API …
(edit) @572c95c3   01/17/24 00:46:06 kinsey.moore cpukit/dosfs: Simplify expressions where possible
(edit) @07ee157   01/16/24 23:49:29 kinsey.moore cpukit/libmisc: Cast getpid() before shifting Cast getpid() before …
(edit) @df8e3fc   01/16/24 20:32:35 kinsey.moore cpukit/libmisc/uuid: Check for invalid FD
(edit) @487cdce6   01/16/24 19:04:14 kinsey.moore cpukit/dosfs: Don't leak a FAT FD The tmp_fat_fd variable is …
(edit) @3626fe8   01/17/24 19:42:13 Sebastian Huber fstests/tftpfs: Fix build dependency Update #4666.
(edit) @2ee0159e   01/18/24 16:29:32 Sebastian Huber build: Fix target of build script
(edit) @659a79e   01/16/24 19:58:58 kinsey.moore cpukit/score: Avoid overflow in multiplication Change extend_count to …
(edit) @46c343d   01/08/24 21:08:02 kinsey.moore cpukit/dosfs: Remove unused internal function arg
(edit) @6383390   01/08/24 19:52:17 kinsey.moore cpukit: Remove or use unused variable assignments
(edit) @a73b52d   01/07/24 09:21:40 berndmoessner80 flashdev.c: return error if both buffers are NULL Updates #4981
(edit) @bd898b50   01/06/24 19:39:27 berndmoessner80 flashdev: Add missing default case Updates #4981
(edit) @a43163d0   01/06/24 19:26:10 berndmoessner80 flashdev.h: Add missing C++ include guards Updates #4981
(edit) @7eee05a   11/07/23 10:06:21 s.pankevich bsps/xilinx-zynqmp-rpu: Invalidate caches on start This corrects an …
(edit) @df37864   01/09/24 06:47:50 Sebastian Huber bsp/tms570: Use TMS570_OSCILLATOR_MAIN This option replaces …
(edit) @9a961eec   01/09/24 06:42:38 Sebastian Huber bsp/tms570: Remove unused BSP options Update #4982.
Note: See TracRevisionLog for help on using the revision log.