source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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.
(edit) @b47c818   12/21/23 14:16:49 tyler.miller bsp/tms570: Update README Update #4982.
(edit) @449d836   12/21/23 14:16:49 tyler.miller bsp/tms570: Board-specific tms570_emif_sdram_init() Update #4982.
(edit) @87be7eab   12/21/23 14:16:49 tyler.miller bsp/tms570: Board-specific tms570_pinmux_init() Update #4982.
(edit) @42e013a   12/21/23 14:16:49 tyler.miller bsp/tms570: Board-specific tms570_map_clock_init() Update #4982.
(edit) @b300b967   12/21/23 14:16:49 tyler.miller bsp/tms570: Board-specific tms570_pll_init() Update #4982.
(edit) @53cbe748   12/21/23 14:16:49 tyler.miller bsp/tms570: Initialize MPU Update #4982.
(edit) @65831d7   12/21/23 14:16:49 Sebastian Huber bsp/tms570: Optimize tms570_debug_console_out() Reduce number of …
(edit) @5a2f64cf   12/21/23 14:16:49 Sebastian Huber bsp/tms570: Initialize and enable caches on demand Update #4982.
(edit) @663bedd   12/21/23 14:16:49 Sebastian Huber bsp/tms570: Use bsp_start_copy_sections_compact() There is no need to …
(edit) @d4c6def   12/21/23 14:16:49 Sebastian Huber bsp/tms570: Use shared bsp_start_hook_1() Update #4982.
(edit) @e963447   12/21/23 14:16:49 Sebastian Huber bsp/tms570: Add header guards Update #4982.
(edit) @3f75b58   12/21/23 14:16:49 Sebastian Huber bsp/tms570: The TMS570LC4357 has no TCRAM modules Update #4982.
(edit) @2db0844   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Initialize SRAM on demand Update #4982.
(edit) @23ba8d2c   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Use asm code for tms570_memory_init() Make sure that we …
(edit) @f7530be   12/21/23 14:16:48 tyler.miller bsp/tms570: Honor DBGRST for TMS570LC4357 Update #4982.
(edit) @b99013e   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Remove reset source handling Do not clear SYSESR and let …
(edit) @ec79400   12/21/23 14:16:48 tyler.miller bsp/tms570: Add HCLKCNTL register Update #4982.
(edit) @2bbacdb   12/21/23 14:16:48 tyler.miller bsp/tms570: TMS570LC4x Errata DEVICE#60 Update #4982.
(edit) @75dd824   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Add errata SSWF021#45 handling Update #4982.
(edit) @4d9c9c52   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Conditionalize TMS570LS3137 errata Update #4982.
(edit) @eeaa318   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Simplify expression Update #4982.
(edit) @c14efe49   12/21/23 14:16:48 tyler.miller bsp/tms570: Add TMS570LC4357 power support Update #4982.
(edit) @4f6fa974   12/21/23 14:16:48 tyler.miller bsp/tms570: Add TMS570LC4357 pin config support Update #4982.
(edit) @39fd4b1   12/21/23 14:16:48 tyler.miller bsp/tms570: Remove double pin configuration Do not set pins to the …
(edit) @b995211   12/21/23 14:16:48 tyler.miller bsp/tms570: Add tms570_pbist_run_and_check() Update #4982.
(edit) @8569f01   12/21/23 14:16:48 Sebastian Huber bsp/tms570: Enable hardware init for some variants Update #4982.
(edit) @048d81a0   12/21/23 14:16:48 tyler.miller bsp/tms570: Add TMS570LC4357 PBIST support Update #4982.
Note: See TracRevisionLog for help on using the revision log.