source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @53c84ac   08/02/21 12:46:10 Sebastian Huber score: Disable interrupts in SMP shutdown
(edit) @d999f865   07/29/21 12:48:40 Sebastian Huber rtems: Generate <rtems/bspIo.h> Change license to BSD-2-Clause …
(edit) @913b326a   07/30/21 13:40:22 Sebastian Huber sptests: CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER Remove obsolete …
(edit) @0ea26384   07/29/21 07:14:33 Sebastian Huber bsps/cache: Optimize smp_cache_broadcast() Directly call the handler …
(edit) @6c39df7e   07/29/21 06:48:26 Sebastian Huber score: Change _SMP_Send_message() parameter type Use the processor …
(edit) @c61b855c   07/29/21 06:40:17 Sebastian Huber score: Assert job properties in _Per_CPU_Add_job()
(edit) @98a5751   07/29/21 06:34:45 Sebastian Huber score: Add _Per_CPU_Submit_job()
(edit) @59168e2a   07/29/21 06:05:26 Sebastian Huber score: Split SMP multicast action module Split up the SMP multicast …
(edit) @2802896   07/28/21 19:08:13 Sebastian Huber score: Return value in _SMP_Process_message()
(edit) @8b65b574   07/28/21 12:41:32 Sebastian Huber score: Canonicalize _CPU_Fatal_halt() Move _CPU_Fatal_halt() …
(edit) @f799b452   07/28/21 11:11:41 Sebastian Huber score: Move per-CPU jobs support Add percpujobs.c to contain the …
(edit) @70ec9bd   07/28/21 11:06:11 Sebastian Huber score: Remove SMP message multicast/broadcast Remove the unused …
(edit) @cbb1103   07/27/21 11:40:51 Sebastian Huber score: Simplify SMP processor state handling The per-CPU states which …
(edit) @4adaed73   07/27/21 09:08:54 Sebastian Huber score: Remove processor event broadcast/receive Remove …
(edit) @6e82e9e8   07/28/21 17:02:54 Sebastian Huber libcsupport: Consistent rtems_putc() output Use the same function to …
(edit) @79b94a2d   07/28/21 14:48:59 Sebastian Huber libcsupport: Fix TOCTOU in getchark() Use the same function pointer …
(edit) @bf338f04   07/27/21 08:09:05 Sebastian Huber score: Remove _Internal_errors_What_happened Users have access to the …
(edit) @c7b4eca7   07/27/21 07:58:43 Sebastian Huber bsps/irq: bsp_interrupt_facility_initialize() Do not return a status …
(edit) @67c033d3   07/26/21 13:53:26 Sebastian Huber validation: Test rtems_interrupt_handler_iterate() Update #3269.
(edit) @17fb5239   07/06/21 08:33:51 Sebastian Huber validation: Test rtems_interrupt_set_affinity() Update #3269.
(edit) @aab3713   07/06/21 06:04:26 Sebastian Huber validation: Test rtems_interrupt_get_affinity() Update #3269.
(edit) @32c0cd8   07/05/21 14:35:51 Sebastian Huber validation: Test rtems_interrupt_raise_on() Update #3269.
(edit) @163c1fd   07/05/21 13:50:07 Sebastian Huber validation: Test rtems_interrupt_is_pending() Update #3269.
(edit) @1bf8139a   07/05/21 12:01:10 Sebastian Huber validation: Test rtems_interrupt_clear() Update #3269.
(edit) @4341058   07/05/21 06:37:15 Sebastian Huber validation: Test rtems_interrupt_raise() Update #3269.
(edit) @7dbab6af   06/30/21 12:08:12 Sebastian Huber validation: Test rtems_interrupt_entry_remove() Update #3269.
(edit) @09960369   06/29/21 13:11:05 Sebastian Huber validation: Test rtems_interrupt_entry_install() Update #3269.
(edit) @aa6c962   06/29/21 13:10:46 Sebastian Huber validation: Test rtems_interrupt_vector_disable() Update #3269.
(edit) @7a3e6c7   06/29/21 13:10:18 Sebastian Huber validation: Test rtems_interrupt_vector_enable() Update #3269.
(edit) @d8be2b97   06/29/21 13:09:48 Sebastian Huber validation: rtems_interrupt_vector_is_enabled() Update #3269.
(edit) @e2894df   06/29/21 13:09:19 Sebastian Huber validation: Test rtems_interrupt_get_attributes() Update #3269.
(edit) @9e1fc36   07/14/21 08:50:25 Sebastian Huber validation: GetTestableInterruptVector?() Update #3269.
(edit) @bfec448   07/06/21 06:18:57 Sebastian Huber validation: GetValidInterruptVectorNumber?() Update #3269.
(edit) @1465e78a   06/29/21 13:57:50 Sebastian Huber validation: HasInterruptVectorEntriesInstalled?() Update #3269.
(edit) @f89cf8e8   06/29/21 13:37:06 Sebastian Huber validation: Add CallWithinISR() Update #3269.
(edit) @b910e60   07/07/21 11:44:16 Sebastian Huber bsp/raspberrypi: Add interrupt get/set affinity Add default …
(edit) @e518323   06/25/21 13:52:16 Sebastian Huber bsps/irq: Add rtems_interrupt_entry_install() Add …
(edit) @70357f1   06/25/21 13:26:45 Sebastian Huber bsps/irq: Move bsp_interrupt_handler_is_empty() This function is only …
(edit) @63d9e84   06/24/21 15:14:03 Sebastian Huber bsps/irq: Add bsp_interrupt_check_and_lock() Return …
(edit) @73fcbf4   06/17/21 15:47:31 Sebastian Huber bsps/irq: Use rtems_interrupt_entry Update #3269.
(edit) @81358d7   06/17/21 13:16:09 Sebastian Huber rtems: Add rtems_interrupt_entry_install() Add …
(edit) @09be98d   07/01/21 12:45:58 Sebastian Huber sparc/irq: Implement new interrupt directives Update #3269.
(edit) @fe6ce5ac   06/28/21 12:53:06 Sebastian Huber bsps/irq: Implement new directives for GICv2/3 Update #3269.
(edit) @85a3785   07/06/21 17:00:20 Sebastian Huber bsps/irq: bsp_interrupt_set_affinity() Return a status code for …
(edit) @23ec04c   07/06/21 16:39:57 Sebastian Huber bsps/irq: bsp_interrupt_get_affinity() Return a status code for …
(edit) @32f5a195   06/29/21 12:06:03 Sebastian Huber bsps/irq: bsp_interrupt_vector_disable() Return a status code for …
(edit) @bc86a5fa   06/29/21 12:01:17 Sebastian Huber bsps/irq: bsp_interrupt_vector_enable() Return a status code for …
(edit) @deb5afb   07/05/21 11:28:02 Sebastian Huber bsps/irq: Add rtems_interrupt_is_pending() Add a default …
(edit) @eebecd0   06/28/21 07:36:29 Sebastian Huber bsps/irq: Add rtems_interrupt_get_attributes() Add a default …
(edit) @9832652c   06/28/21 06:44:49 Sebastian Huber bsps/irq: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on() …
(edit) @781213f9   06/28/21 06:20:53 Sebastian Huber bsps/irq: Add rtems_interrupt_vector_is_enabled() Add a default …
(edit) @4969af4   07/06/21 12:03:41 Sebastian Huber rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPT Add …
(edit) @faa4b636   07/05/21 11:29:11 Sebastian Huber rtems: Add rtems_interrupt_is_pending() Update #3269.
(edit) @01e7c36   06/27/21 08:39:37 Sebastian Huber rtems: Add rtems_interrupt_vector_is_enabled() Update #3269.
(edit) @96265c8   06/17/21 11:40:02 Sebastian Huber rtems: Add rtems_interrupt_vector_enable() Add …
(edit) @5e33aec   06/17/21 11:37:26 Sebastian Huber rtems: Add rtems_interrupt_get_attributes() Add a directive to query …
(edit) @c4eafae2   06/17/21 11:17:27 Sebastian Huber rtems: Generate <rtems/irq-extension.h> Use <rtems/score/chain.h> …
(edit) @ba937459   06/16/21 06:50:02 Sebastian Huber rtems: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on(). …
(edit) @04c2c08   06/25/21 09:06:39 Sebastian Huber bsps/irq: Move handler iterate to separate file Update #3269.
(edit) @1b3b5b84   07/06/21 06:39:01 Sebastian Huber bsps/irq: Canonicalize get/set affinity errors Bring the error …
(edit) @efb3fc2   06/25/21 08:20:29 Sebastian Huber bsps/irq: Move get/set affinity to separate file Update #3269.
(edit) @cc0bd08   07/25/21 15:08:04 Sebastian Huber build: Bring Item.link() in line with waf link The LDFLAGS are placed …
(edit) @827c6ca   07/25/21 15:09:23 Sebastian Huber build: Remove superfluous library from rcxx01
(edit) @78b83601   07/23/21 14:00:10 Sebastian Huber bsps: Fix bsp_fatal_extension() The heap protection is conditional.
(edit) @350f501a   07/21/21 05:16:22 Chris Johns bsp: Remove fatal from exit(0). Add extended heap error output
(edit) @217bf7be   07/21/21 19:20:11 Sebastian Huber build: Add "bsps/" prefix to BSP family enable BSP family and BSP …
(edit) @5cc1695   04/19/21 08:55:33 robin.mueller.m Fixes for TMS570 BSP When compiling the lwIP port for the TMS570, …
(edit) @b24e8142   07/16/21 12:32:03 robin.mueller.m STM32H7 ethernet pin corrections These patches were submitted a few …
(edit) @1577a48   07/19/21 13:43:11 Sebastian Huber bsp/leon3: Remove <leon.h> include form <bsp.h> The <leon.h> header …
(edit) @36655b8   07/16/21 11:27:00 Sebastian Huber cpukit: occured -> occurred
(edit) @b177cfc1   07/12/21 16:05:19 Sebastian Huber sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTION Prefer …
(edit) @19e4a3d2   07/15/21 11:42:07 Sebastian Huber build: Use objects of build context for programs
(edit) @394efd4   07/15/21 10:46:54 Sebastian Huber rtems: Fix Doxygen comment
(edit) @90f250e2   07/15/21 06:15:31 Sebastian Huber build: Add the BSP family to the enable set This makes it possible to …
(edit) @8bfc208   07/15/21 06:15:05 Sebastian Huber build: Fix format
(edit) @6c1928c   07/15/21 06:06:26 Sebastian Huber build: Prefer variant default value over family Update #4468.
(edit) @b6092cb   07/15/21 06:05:30 Sebastian Huber build: Fix bsp_defaults command Update #4468.
(edit) @6107148   07/15/21 06:04:32 Sebastian Huber build: Add missing default-by-family Update #4468.
(edit) @aeaf623   07/14/21 13:00:12 Sebastian Huber spcoverage: Remove test program This program contained an optional …
(edit) @87609ba   07/14/21 08:55:28 Chris Johns build: Fix the motorola_powerpc default baudrate
(edit) @6f2aa8ad   07/14/21 06:47:08 Chris Johns build: Use BSP family for options - Optionally add support for …
(edit) @c7b3df3f   07/02/21 08:00:08 Sebastian Huber bsps/sparc: Improve interrupt affinity support Fully support the …
(edit) @7b2d569   07/09/21 08:39:01 Sebastian Huber bsp/imx: Fix SMP start Flush imx_gic_dist_base so that secondary …
(edit) @a398909   07/09/21 08:40:35 Sebastian Huber bsps/arm: Fix SMP start Skip the data cache initialization if we are …
(edit) @89b652a5   07/07/21 14:37:27 christian.mauderer bsps/imxrt: Fix undefined symbol
(edit) @8b0e3334   07/06/21 15:53:12 dangipranav bsps/arm: Add start up support for ARMv6 RPi Models
(edit) @b28c0c66   07/07/21 12:38:40 Sebastian Huber bsp/raspberrypi: Fix <bsp/irq.h> header guard
(edit) @1b560731   07/07/21 07:52:56 Sebastian Huber bsp/imx: Fix pointer from integer warning
(edit) @c9e0445   07/06/21 05:48:46 Sebastian Huber build: Add option to customize the LINKFLAGS
(edit) @3dcfdc3b   06/29/21 07:05:06 richidubey Update test smpstrongapa01 Update smpstrongapa01 to account for task …
(edit) @b5f8504   07/05/21 16:15:27 richidubey Fix compiler warnings for schedulerstrongapa.c
(edit) @0d3453a4   05/28/21 14:54:00 christian.mauderer bsps/imxrt: Simplify linkcmds and make it flexible Calling the memory …
(edit) @95a38dd   05/28/21 13:50:31 christian.mauderer bsps/imxrt: Allow different ARM PLL setting Update #4180
(edit) @24e8ddc   07/01/21 18:32:57 Gedare Bloom m68k/uC5282: linkcmds KEEP and SORT sections Fixes a problem with bad …
(edit) @97d5fd9   06/30/21 12:42:13 kinsey.moore Revert "bsps/zynqmp: Allow any or all CGEMs to be enabled" This …
(edit) @cb7d268   07/01/21 14:40:01 Sebastian Huber bsp/leon3: Move bsp_interrupt_is_valid_vector() This function is not …
(edit) @52fb74c   07/01/21 14:32:41 Sebastian Huber bsp/leon3: Fix bsp_interrupt_is_valid_vector() The fix to address CID …
(edit) @737e18d   07/01/21 11:20:51 Sebastian Huber rtems: Do not broadcast to signal a condition var Close #4463.
(edit) @f2b0877   06/30/21 13:22:57 Sebastian Huber bsps: Fix GICv3 support for AArch32 The GICv3 support is shared …
(edit) @c18b041b   06/28/21 13:03:22 kinsey.moore bsps/cadence-spi: Fix moduleid offset Move the moduleid register to …
Note: See TracRevisionLog for help on using the revision log.