source: rtems/bsps/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c7b4eca7   07/27/21 07:58:43 Sebastian Huber bsps/irq: bsp_interrupt_facility_initialize() Do not return a status …
(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) @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) @04c2c08   06/25/21 09:06:39 Sebastian Huber bsps/irq: Move handler iterate to separate file Update #3269.
(edit) @c18b041b   06/28/21 13:03:22 kinsey.moore bsps/cadence-spi: Fix moduleid offset Move the moduleid register to …
(edit) @fedd279f   06/23/21 01:52:28 Gedare Bloom bsps/dev/irq: make icspicfgr an indexable array
(edit) @005c79be   06/23/21 06:24:49 Sebastian Huber bsps: bsp_interrupt_handler_dispatch_unchecked() Add …
(edit) @fdf2ee7   06/19/21 12:15:27 Sebastian Huber bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0 Change the default …
(edit) @94cf67c   06/19/21 10:48:27 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX This define is no longer …
(edit) @3fee6620   06/19/21 10:51:58 Sebastian Huber bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNT Use …
(edit) @049e2b6   06/19/21 10:53:27 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_VECTOR_NUMBER Replace it with …
(edit) @cd5573c   06/19/21 10:40:57 Sebastian Huber bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNT Assert …
(edit) @af73b7b6   06/18/21 05:37:18 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN Remove …
(edit) @f3acb8b   06/19/21 09:31:12 Sebastian Huber bsps/irq: Assert BSP_INTERRUPT_VECTOR_MIN == 0 After building all …
(edit) @61d0be72   06/17/21 15:35:12 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGE Remove the support for …
(edit) @8416e7c   06/23/21 19:20:19 vijay bsps/powerpc, bsps/shared: Move remaining legacy networking header files
(edit) @3ee19b7a   06/17/21 14:01:48 Sebastian Huber bsps/irq: Change license to BSD-2-Clause Change license to …
(edit) @3af1e5e   06/10/21 13:02:36 Sebastian Huber grlib: Fix apbuart_outbyte_polled() prototype Callers usually want to …
(edit) @af69a869   06/10/21 13:01:49 Sebastian Huber grlib: Add apbuart_outbyte_wait()
(edit) @85febe7b   06/10/21 12:51:38 Sebastian Huber grlib: Remove NL -> CR in apbuart_outbyte_polled() This is already …
(edit) @2c07f24   06/10/21 11:04:13 Sebastian Huber grlib: Add ambapp_plb() Replace the global variable ambapp_plb with a …
(edit) @c4c8d3fd   06/10/21 11:25:26 Sebastian Huber grlib: Customizable allocation in ambapp_scan() Make the memory …
(edit) @2b32146   04/20/21 07:33:52 Sebastian Huber Remove superfluous <rtems/score/wkspace.h> includes
(edit) @c90fa83   02/25/21 02:09:56 vijay bsps: Remove networking drivers Update #3850
(edit) @70667b55   02/25/21 16:52:03 jan.sommer bsps/xilinx_zynq: Add SPI driver for xilinx-axi-spi Updates #4321
(edit) @1343fb5f   03/19/21 11:12:09 jan.sommer bsps/riscv: Add per cpu clock interrupt - Fixes failure of test smpclock01
(edit) @5607464   03/13/21 11:02:03 niteesh.gs bsp/beagle: Ported Beagle pinmux driver to RTEMS The following files …
(edit) @7589f1e0   03/13/21 11:02:02 niteesh.gs bsps/beagle: Added SOC detection using FDT Detects the SOC type using …
(edit) @5c656ead   03/13/21 11:02:01 niteesh.gs bsp/beagle: Import Beagle pinmux from FreeBSD This patch imports the …
(edit) @fc712906   03/13/21 11:02:00 niteesh.gs bsps/shared/ofw: Add rtems_ofw_is_node_compatible This patch extends …
(edit) @6caff4d6   11/18/19 13:15:02 Daniel Hellstrom grlib,grspw_pkt: correct link state enum numbering Not used by the …
(edit) @51564f63   12/11/18 16:55:39 maberg leon, ahbstat: register definitions for AHBSTAT version 1
(edit) @8660602   02/08/19 15:30:15 maberg leon, grspw_router: added router_port_link_div() Allows user to set …
(edit) @053b17ce   04/26/19 13:18:11 Daniel Hellstrom leon,greth: added support for variable sized descriptor table sizes …
(edit) @43c903a1   04/12/19 07:35:12 Daniel Hellstrom leon,grcan: added support for GRCANFD The new GRCAN_FD IP supports …
(edit) @b98d6b67   10/25/19 10:51:53 Daniel Hellstrom grlib: added 64-bit read no-cache function Update #4324.
(edit) @cff99cf   04/12/19 09:01:38 Daniel Hellstrom leon,can: introduce common CAN baud-rate calculation function …
(edit) @68c882ef   04/12/19 07:45:34 Daniel Hellstrom grlib,ambapp: added new IP core IDs
(edit) @cc825d0   12/02/20 12:30:03 jan.sommer bsps/xilinx_zynq: Add SPI driver for cadence-spi Updates #4320
(edit) @2ee12f02   03/02/21 20:11:49 kinsey.moore bsps: Allow override of ARM TM27 IRQs ZynqMP hardware appears to have …
(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) @9d2ed41   12/04/20 08:10:46 niteesh.gs bsps/shared/ofw: Implement RTEMS OFW interface RTEMS OFW is a FDT …
(edit) @9f3a08e   12/22/20 12:00:27 Sebastian Huber bsps: Use header file for GIC architecture support This avoids a …
(edit) @b5aceef   12/10/20 09:49:37 Sebastian Huber bsps: Remove gicvx_interrupt_dispatch() Avoid one level of …
(edit) @747fb65   12/10/20 08:09:10 Sebastian Huber bsps: Add GICv3 arm_gic_irq_processor_count() Update #4202.
(edit) @9e7b5eb   12/10/20 20:27:27 kinsey.moore tm27: Use generic cpu index accessor The arm_cp15 function for …
(edit) @105e520   12/10/20 07:08:00 Sebastian Huber bsps: Remove ARM GIC SGI target filter Remove the target filter for …
(edit) @b6925e1   12/09/20 13:29:47 Sebastian Huber bsps: Fix GICv3 arm_gic_trigger_sgi() Use the targets parameter to …
(edit) @2365c937   12/03/20 16:58:26 kinsey.moore spec: Move zynq-uart into its own object Currently, zynq-uart code is …
(edit) @5686b44d   12/02/20 19:20:36 kinsey.moore zynq-uart: Fix set_attributes implementation The zynq-uart …
(edit) @a151ee1   10/29/20 18:40:54 kinsey.moore bsps: Move ARM GICv2 driver to bsps/shared This moves the ARM GICv2 …
(edit) @f085957   10/26/20 15:26:49 kinsey.moore bsps: Move zynq-uart to bsps/shared This moves the zynq-uart driver …
(edit) @7141afbb   10/09/20 13:55:35 christian.mauderer bsp/imxrt: Add new BSP Update #4180
(edit) @f9c8e14   09/18/20 08:00:46 Sebastian Huber grlib: Add ambapp_common_info to derived types This avoids a cast in …
(edit) @c15c520   09/18/20 08:00:45 Sebastian Huber grlib: Remove unused conversion macros
(edit) @3154203b   09/18/20 08:00:44 Sebastian Huber grlib: Remove superfluous forward decls
(edit) @d7a48e1   10/06/20 05:39:44 Sebastian Huber rtems: Improve RTEMS_NO_RETURN attribute Provide RTEMS_NO_RETURN also …
(edit) @e1a0e0c3   10/08/20 05:50:10 Sebastian Huber grlib: Add and use irqmp_has_timestamp() Replace …
(edit) @560c08c   10/07/20 15:34:27 joel bsps/include/bsp/fatal.h: Add GRLIB specific fatal error updates #4028.
(edit) @f8ad5bb2   08/28/20 03:13:47 kinsey.moore bsps: Break out AArch32 GICv3 support This breaks out …
(edit) @1480c3f   08/28/20 03:07:52 kinsey.moore bsps: Break out AArch32 portions of GPT driver This breaks …
(edit) @1c03649   06/10/20 18:46:12 kinsey.moore Move ARM PL011 UART driver This UART driver is now needed for BSPs …
(edit) @0f4b911c   07/17/20 05:54:43 christian.mauderer bsp/imx: Add a GPIO driver Update 3869
(edit) @5857e83c   02/09/20 19:21:43 gsnb.gn libchip/ns16550: Allow user calculate baud divisor This patch will … 5
(edit) @eea21eac   12/13/19 05:18:36 Sebastian Huber bsps: Rework work area initialization The work area initialization … 5
(edit) @07e2eac   12/13/19 13:22:16 Sebastian Huber bsps: Remove uses of BSP_GET_WORK_AREA_DEBUG The code covered by … 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 5
(edit) @a00dff42   12/12/19 05:37:01 Sebastian Huber rtems: Add and use rtems_object_get_local_node() Update #3841. 5
(edit) @84aee2e9   12/10/19 07:09:13 Sebastian Huber mpci: Simplify MPCI configuration Use watchdog for shared memory … 5
(edit) @a7f5e42c   10/22/19 10:20:05 pragnesh.patel riscv: add freedom E310 Arty A7 bsp Added support for Sifive Freedom … 5
(edit) @45d0659   05/11/19 12:57:39 Sebastian Huber bsps: Always build generic interrupt support This makes it possible … 5
(edit) @529b5868   03/08/19 06:57:24 Sebastian Huber bsps: Adjust umon Doxygen groups Update #3706. 5
(edit) @828276b   03/05/19 06:58:18 Sebastian Huber bsps: Adjust shared Doxygen groups Update #3706. 5
(edit) @c991eeec   03/04/19 14:32:15 Sebastian Huber bsps: Adjust bsp.h Doxygen groups Update #3706. 5
(edit) @7604a130   03/05/19 08:03:58 Sebastian Huber bsps: Move VME header files They are only used by PowerPC BSPs. 5
(edit) @212663be   02/26/19 14:44:50 Sebastian Huber bsps: Adjust architecture Doxygen groups - Use CamelCase as it is … 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @c1dcd6af   01/21/19 10:27:07 Jiri Gaisler grlib: make memory coherency cpu-independent Update #3678. 5
(edit) @9b2b389   01/18/19 17:00:47 Jiri Gaisler grlib: use cpu-independent routines for uncached access Update #3678. 5
(edit) @411c297   01/18/19 10:24:18 Jiri Gaisler grlib: make apbuart driver independent of bsp Update #3678. 5
(edit) @31720925   12/22/18 06:13:44 Sebastian Huber grlib: Move header files Update #3678. 5
(edit) @ccdce9d8   09/05/18 05:31:23 Sebastian Huber libchip/ata: Fix ATA_DRIVER_TABLE_ENTRY Drop unused and deprecated … 5
(edit) @350b07a0   08/29/18 17:34:58 joel monlib.[ch]: Fix warnings for external vs internal use of .h 5
(edit) @f7cecc33   08/03/18 20:53:40 Sebastian Huber libchip/ata: Use rtems_blkdev_create() Update #3358. 5
(edit) @a7cd4b73   07/31/18 09:38:56 Sebastian Huber serial/ns16550: Precision clock synthesizer Set the FIFO control … 5
(edit) @581a0f88   07/24/18 12:47:05 Sebastian Huber bsp/riscv: Use interrupt driven NS16550 driver Update #3433. 5
(edit) @adede135   07/24/18 11:27:54 Sebastian Huber bsp/riscv: Add PLIC support Update #3433. 5
(edit) @447fd89   07/20/18 11:11:04 Sebastian Huber bsp/riscv: Add basic SMP startup Update #3433. 5
Note: See TracRevisionLog for help on using the revision log.