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) @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 …
(edit) @26d61c86   06/23/21 16:57:18 kinsey.moore bsps/zynq-uart: Make post baud change kick global The existing fix …
(edit) @4515ccf   06/29/21 16:04:03 Gedare Bloom spec/aarch64: fix abi flags for xilinx_versal_ilp32_vck190
(edit) @bb9a4b8   06/24/21 10:20:32 Sebastian Huber arm: For AArch32 use non-shareable memory The Cortex-R52 does not …
(edit) @9b84adb   06/24/21 11:11:21 Sebastian Huber arm: Fix AARCH32_PMSA_ATTR_XN value Update #4202.
(edit) @b357680   06/24/21 10:15:24 Sebastian Huber arm: Fix AArch32 memory attribute defines Update #4202.
(edit) @13b18d12   06/22/21 06:13:36 Sebastian Huber arm: Disable alignment check in PMSA init Disable the alignment check …
(edit) @10041a4c   06/08/21 19:25:47 kinsey.moore bsps/zynqmp: Allow any or all CGEMs to be enabled Provide the options …
(edit) @17a9103   06/24/21 16:02:53 Gedare Bloom aarch64: whitespace fixes in start.S
(edit) @93088fb8   06/24/21 15:33:22 Gedare Bloom bsps/aarch64: replace boot options with asm switch code
(edit) @76c6caad   06/23/21 02:01:17 Gedare Bloom bsps/aarch64: add non-secure mode and versal support
(edit) @2076129   06/23/21 01:57:08 Gedare Bloom bsps/aarch64: add physical secure timer
(edit) @bcad0aae   06/23/21 01:55:39 Gedare Bloom bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3
(edit) @fedd279f   06/23/21 01:52:28 Gedare Bloom bsps/dev/irq: make icspicfgr an indexable array
(edit) @e613068e   06/17/21 20:02:30 kinsey.moore aarch64: add support to drop EL3 to EL2
(edit) @3705962   06/10/21 23:03:03 Gedare Bloom aarch64/xilinx-versal: new BSPs for qemu and vck190
(edit) @6c23252   06/16/21 06:00:16 richidubey Update Strong APA Scheduler This change allows for the migration of …
(edit) @be96cb43   06/18/21 14:44:11 Sebastian Huber sparc: Simplify trap table initialization Move _ISR_Handler() to a …
(edit) @005c79be   06/23/21 06:24:49 Sebastian Huber bsps: bsp_interrupt_handler_dispatch_unchecked() Add …
(edit) @b9d5f516   06/22/21 14:26:20 Sebastian Huber sparc: Move FP frame offset defines to cpuimpl.h This makes them …
(edit) @5c30e3d3   06/22/21 13:40:39 Sebastian Huber bsps/sparc: Use rtems_interrupt_handler_install() Avoid using …
(edit) @d73e657e   06/21/21 09:24:27 Sebastian Huber sparc: More reliable bad trap handling Statically initialize the trap …
(edit) @955c045b   06/22/21 13:28:13 Sebastian Huber sparc: Move ISR handler install routines Move …
(edit) @7a140e2e   06/18/21 17:28:28 Sebastian Huber bsps/sparc: Add a symbol for each trap table entry This makes it …
(edit) @89c1e879   06/22/21 13:15:02 Sebastian Huber score: Move _ISR_Vector_table[] to separate file The …
(edit) @8d999f30   06/22/21 13:11:27 Sebastian Huber score: Remove bogus _ISR_Nest_level setting This variable is actually …
(edit) @26a09f2c   06/22/21 13:08:37 Sebastian Huber score: Remove _CPU_Initialize_vectors() This CPU port macro was not …
(edit) @6b7a3858   06/19/21 12:24:26 Sebastian Huber bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNT Fix an off by one error. …
(edit) @fdf2ee7   06/19/21 12:15:27 Sebastian Huber bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0 Change the default …
Note: See TracRevisionLog for help on using the revision log.