Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @85df127   02/15/21 22:01:32 Chris Johns powerpc/shared: Fix warnings in i8259 PIC code.
(edit) @53abbbd0   02/13/21 01:25:07 Chris Johns powerpc/shared: Fix warnings
(edit) @86f031d4   02/13/21 01:23:21 Chris Johns powerpc/motorola_powerpc: Fix tm27 warnings
(edit) @b5aef78   02/13/21 01:22:07 Chris Johns score: Fix warning in thread queue ops
(edit) @e1676c1   02/12/21 19:35:40 Chris Johns Update motorola_power to irq-generic interrupt management - Add …
(edit) @f65d3384   02/12/21 18:50:36 ryan.long rtems-debugger-threads.c: Fix three Dereference before null check …
(edit) @3f4cdd8   02/12/21 18:43:43 ryan.long rtems-debugger-target.c: Fix Dereference before null check (CID …
(edit) @14f5a05   02/12/21 20:38:23 ryan.long consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and …
(edit) @cc273ec1   02/12/21 18:39:54 ryan.long Add macros to assert status and use it These macros are to be used to …
(edit) @426154f   02/12/21 20:09:38 Chris Johns cputkit/rtems: Remove warning
(edit) @03dff201   02/09/21 01:48:07 Chris Johns libcsupport: Add sbrk greedy support to consume all sbrk memory - …
(edit) @570992dc   02/09/21 07:17:21 Sebastian Huber bsp/riscv: Re-license to BSD-2-Clause Change license to BSD-2-Clause …
(edit) @286ff586   12/14/20 08:41:56 Sebastian Huber basedefs: Add stringification of argument lists Change RTEMS_STRING() …
(edit) @8b32f1d   02/06/21 17:40:12 niteesh.gs bsps/shared/ofw: Bug fixes Fixed bugs in rtems_ofw_get_prop, …
(edit) @6da50db   02/06/21 17:40:11 niteesh.gs bsps/shared/ofw: Make rtems_ofw_get_effective_phandle iterative …
(edit) @066687c4   02/06/21 17:40:10 niteesh.gs bsps/shared/ofw: Use strlcpy instead of strncpy Changed …
(edit) @c4985b77   02/06/21 17:40:09 niteesh.gs bsps/shared/ofw: Fix coverity reported defects Fixed use after free …
(edit) @fafc923   02/05/21 09:15:48 Sebastian Huber validation: Tweak construct error tests Unify the state names across …
(edit) @e59efd8   02/04/21 12:35:27 Sebastian Huber validation: Tests for barrier manager
(edit) @788fa86   02/05/21 15:05:20 Sebastian Huber libtest: Add T_get_thread_timer_state()
(edit) @c9ceff9   02/03/21 16:21:23 Sebastian Huber validation: Add tests for rtems_build_name()
(edit) @7ca3b28   02/08/21 06:27:34 Chris Johns libcsupport: Have greedy allocations use consume extended memory - …
(edit) @822cad89   01/25/21 01:03:06 Chris Johns libcsupport: Add no_regular_file_mknod as a mount option to the mount …
(edit) @ee14fdf   10/14/20 06:14:21 Chris Johns bsp/motorola_powerp: Print RTEMS_VERSION from the bootloader
(edit) @450e238   02/06/21 20:03:21 Chris Johns powerpc/shared: ISA bus bridge fails to enable the openpic irq - The …
(edit) @96ea09ac   02/05/21 13:35:56 Sebastian Huber score: Add barrier thread queue operations This fixes a missing …
(edit) @9477d9ae   02/05/21 13:13:31 Sebastian Huber score: Make FIFO thread queue ops public Update #4230.
(edit) @2b5ce23b   02/05/21 13:19:06 Sebastian Huber score: Constify Thread_queue_First_operation Update #4230.
(edit) @aa0060f4   02/03/21 05:08:21 Sebastian Huber rtems: Clarify partition manager documentation Unify the wording …
(edit) @98549e45   02/02/21 14:40:42 Sebastian Huber score: _Objects_Build_name() signed/unsigned char Change …
(edit) @ca68cfc8   02/02/21 11:15:28 Sebastian Huber rtems: Avoid duplicated implemenation Use the …
(edit) @8a95e6f8   02/02/21 13:23:52 Sebastian Huber rtems: Rework object services API Add a "Constraints" paragraph to …
(edit) @490e6e8   01/29/21 06:07:51 Sebastian Huber score: Define _Assert() for static analysis runs The goal is to …
(edit) @8f7baef4   02/01/21 13:18:58 Sebastian Huber libtest: Remove double definition
(edit) @56494ed8   02/01/21 11:47:38 Sebastian Huber score: Clarify thread life state documentation
(edit) @05da65c   01/29/21 07:22:31 Sebastian Huber score: Document Thread_Life_state
(edit) @51e59d5   01/12/21 13:03:41 Sebastian Huber nios2: Allow ISR nesting in dispatch variant Rename …
(edit) @19acb3b   01/12/21 09:31:27 Sebastian Huber nios2: Optimize ISR dispatch variant Use _Thread_Do_dispatch() in …
(edit) @9165349d   01/12/21 06:13:08 Sebastian Huber nios2: Use Per_CPU_Control::isr_dispatch_disable
(edit) @c968b27   01/08/21 08:04:22 Sebastian Huber nios2: Add TLS support Update #4214.
(edit) @e324f82   01/05/21 13:56:25 Sebastian Huber nios2: Make _ISR_Is_in_progress() weak This allows the BSP to …
(edit) @98c95d1   01/05/21 09:53:35 Sebastian Huber nios2: Fix ISR dispatch variants The thread dispatch disabled level …
(edit) @9523887   01/29/21 06:22:21 Sebastian Huber rtems: Fix implicit type conversions This fix relates to a Coverity …
(edit) @fe08e45   01/29/21 05:29:38 Sebastian Huber score: Remove unused _SMP_Assert()
(edit) @9e56c85   01/28/21 15:52:52 Sebastian Huber score: Fix implicit type conversion This fix relates to a Coverity …
(edit) @d52c4961   01/28/21 15:51:15 Sebastian Huber rtems: Fix explicit type conversion This fix relates to a Coverity …
(edit) @23f4e5b   01/28/21 15:43:55 Sebastian Huber libtest: Fix implicit type conversions This fix relates to a Coverity …
(edit) @c4db00db   01/28/21 14:09:38 Sebastian Huber rtems: Mark value as used This fix relates to a Coverity issue …
(edit) @0c99206   01/28/21 14:06:48 Sebastian Huber score: Remove double assignment This fix relates to a Coverity issue …
(edit) @3b8137b   01/28/21 14:03:55 Sebastian Huber libtest: Check return values with RTEMS_DEBUG This fix relates to a …
(edit) @8d099f4a   01/28/21 13:52:03 Sebastian Huber score: Remove superfluous type qualifier This fix relates to a …
(edit) @2c050633   01/28/21 13:50:11 Sebastian Huber score: Simplify _CORE_message_queue_Broadcast() This fix relates to a …
(edit) @ab97ea64   01/28/21 13:36:13 Sebastian Huber bsp/leon3: Improve printk() support Use the idle stack to buffer …
(edit) @3dcdb9c9   01/28/21 11:55:52 Sebastian Huber score: Simplify _MRSP_Wait_for_ownership() Do not shadow the …
(edit) @5dc4f9c7   01/28/21 10:59:44 Sebastian Huber score: Fix implicit type conversion This fix relates to a Coverity …
(edit) @c44ab898   01/28/21 10:52:38 Sebastian Huber bsp/leon3: Fix incompatible function types This fix relates to a …
(edit) @198e926   01/28/21 10:40:10 Sebastian Huber kern_tc.c: Remove unused code This fix relates to a Coverity issue …
(edit) @450c170   01/28/21 10:35:18 Sebastian Huber score: Add comments and asserts for clarification This fix relates to …
(edit) @64189a70   01/28/21 10:29:12 Sebastian Huber score: Fix _CORE_message_queue_Submit() indentation This fix relates …
(edit) @dc2a6987   01/28/21 10:26:11 Sebastian Huber bsp/leon3: Fix bsp_fatal_extension) indentation Remove superfluous …
(edit) @395c15f   01/28/21 10:17:51 Sebastian Huber score: Fix _Objects_Get_information() indentation This fix relates to …
(edit) @bf8d4b9   01/27/21 18:28:56 Sebastian Huber score: Add _Thread_Get_objects_information() We do not need all the …
(edit) @76eec484   01/29/21 17:45:05 Sebastian Huber score: Rename _Thread_Get_objects_information() Rename …
(edit) @44ae183   01/28/21 18:27:12 Sebastian Huber bsps/aarch64: Add missing include Fixes: …
(edit) @f8b6359   01/28/21 09:31:07 Sebastian Huber bsp/leon3: Simplify bsp_interrupt_is_valid_vector() There is not need …
(edit) @fcbefb5   01/28/21 08:48:21 Sebastian Huber rtems: Use _Status_Get() This fixes implicit conversions between …
(edit) @b361eabd   01/28/21 05:28:33 Sebastian Huber bsps: Replace bsp_specs with an empty file This fixes an issue with …
(edit) @e269e389   01/27/21 15:42:14 Sebastian Huber libtest: Remove superfluous NULL pointer check This fix relates to …
(edit) @426b6cd   01/27/21 15:41:00 Sebastian Huber libtest: Use dependency injection This helps static analyzers.
(edit) @361ec320   01/27/21 15:33:01 Sebastian Huber cacheimpl.h: Avoid potential dead code If CPU_DATA_CACHE_ALIGNMENT == …
(edit) @3272dcb   01/27/21 08:39:51 Sebastian Huber Update copyright notice to 2021
(edit) @b35ac99   01/25/21 08:27:22 Sebastian Huber rtems: Add "Notes" paragraph header Place the paragraphs in the same …
(edit) @30c71c3   01/07/21 11:05:37 Sebastian Huber heap: Fix _Heap_Area_overhead() The first block must be a proper …
(edit) @c734e86   01/08/21 10:59:40 Sebastian Huber cpucounter: Increase conversion accuracy The maximum frequency is …
(edit) @9d2db27a   01/05/21 09:45:28 Sebastian Huber build: Add CPPFLAGS to assembler command line We use GCC to call the …
(edit) @9eb9813   01/26/21 14:29:00 Sebastian Huber bsps: Add missing DWARF 5 sections Sort alphabetically.
(edit) @40c4e2e   01/25/21 15:16:35 Sebastian Huber build: Add test excludes
(edit) @33c12d5   01/25/21 10:19:21 Sebastian Huber bsps: Support DWARF 5 sections GCC 11 uses DWARF 5 by default.
(edit) @a6689fb1   01/22/21 15:01:46 Sebastian Huber Improve file header comment in generated files
(edit) @c709017   01/25/21 05:39:55 Sebastian Huber Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE() Add "extern" similar to …
(edit) @70c34fb   01/23/21 19:01:43 Sebastian Huber splinkersets01: Fix declaration GCC 11 produced warnings like this: …
(edit) @c45da42   01/22/21 14:44:16 christian.mauderer bsps/shared: Build fsl-edma only for certain BSP Move the Freescale …
(edit) @7b99d76   01/18/21 09:02:40 christian.mauderer bsp/imx: Fix system counter init for imx6 For i.MX7 U-Boot …
(edit) @36b4e8c   12/14/20 13:12:21 christian.mauderer bsps/imxrt: Add ioctl to LPSPI to get registers This allows an …
(edit) @b2f265ab   12/14/20 13:10:24 christian.mauderer cpukit/spi: Allow driver specific ioctl This allows a SPI driver to …
(edit) @d9794a1   12/14/20 13:54:47 christian.mauderer bsps/imxrt: Add DMA numbers to dtsi Also currently no driver uses …
(edit) @a434cc8   11/24/20 16:22:38 christian.mauderer bsps/shared: Adapt fsl-edma driver for imxrt Note: The changes have …
(edit) @301bbc3   11/24/20 09:47:11 christian.mauderer bsps/shared: Copy fsl-edma from mpc55xx This is a preparation for …
(edit) @22e9dafb   12/14/20 13:09:11 christian.mauderer bsps/imxrt: Use standard names to avoid warnings If spi or i2c slaves …
(edit) @8ee22b2   01/20/21 09:31:18 Sebastian Huber mrsp: Change error status for a nested seize Return STATUS_DEADLOCK …
(edit) @7c30dca   01/14/21 13:58:15 kinsey.moore bsps/aarch64: Swap primary ZynqMP UART Both Qemu and actual hardware …
(edit) @7696533   12/23/20 19:33:53 Chris Johns cpukit: Merge FreeBSD values for the priorities It seems we need …
(edit) @6600585f   01/04/21 18:21:11 Sebastian Huber bsp/stm32h7: Split console configuration This allows applications to …
(edit) @affc8de   01/04/21 17:58:24 Sebastian Huber bsp/stm32h7: Split start configuration This allows applications to …
(edit) @f867e7b   12/04/20 08:10:47 niteesh.gs libtests/ofw01: Added a test for RTEMS OFW This commit adds a basic …
(edit) @9d2ed41   12/04/20 08:10:46 niteesh.gs bsps/shared/ofw: Implement RTEMS OFW interface RTEMS OFW is a FDT …
(edit) @828ea6e   12/23/20 09:25:33 Sebastian Huber Update header.am
(edit) @81c7f5be   12/03/20 14:31:40 Sebastian Huber arm/fvp: New BSP This BSP supports the Arm Fixed Virtual Platform. …
(edit) @016bcb3   12/22/20 12:10:53 Sebastian Huber bsps/arm: Rely on initialized vector table The …
(edit) @9f3a08e   12/22/20 12:00:27 Sebastian Huber bsps: Use header file for GIC architecture support This avoids a …
Note: See TracRevisionLog for help on using the revision log.