source: rtems/bsps/arm/raspberrypi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1c060681   08/09/21 11:13:22 dangipranav bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes. …
(edit) @c7b4eca7   07/27/21 07:58:43 Sebastian Huber bsps/irq: bsp_interrupt_facility_initialize() Do not return a status …
(edit) @b910e60   07/07/21 11:44:16 Sebastian Huber bsp/raspberrypi: Add interrupt get/set affinity Add default …
(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) @b28c0c66   07/07/21 12:38:40 Sebastian Huber bsp/raspberrypi: Fix <bsp/irq.h> header guard
(edit) @94cf67c   06/19/21 10:48:27 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX This define is no longer …
(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) @b361eabd   01/28/21 05:28:33 Sebastian Huber bsps: Replace bsp_specs with an empty file This fixes an issue with …
(edit) @23d9223a   12/21/20 09:08:30 Sebastian Huber bsps/arm: Invalidate TLB in start.S Update #4202.
(edit) @e164df5e   12/18/20 21:00:54 Sebastian Huber bsps/arm: Clear SCTLR[M, I, A, C] in start.S Initialize the data and …
(edit) @76a1a53   12/21/20 06:29:41 Sebastian Huber bsps/arm: Invalidate branch predictors earlier Make sure the branch …
(edit) @272534e   12/18/20 09:11:51 Sebastian Huber bsps/arm: Set VBAR in start.S Set the VBAR to the vector table in the …
(edit) @1c03649   06/10/20 18:46:12 kinsey.moore Move ARM PL011 UART driver This UART driver is now needed for BSPs …
(edit) @19efa9a0   03/28/20 18:24:07 niteesh.gs bsp/raspberrypi: Fix build warnings. 1) _Memory_Initialize makes … 5
(edit) @bb8ae78   03/09/20 22:00:58 christian.mauderer bsp/raspberry: Add a bsp_fdt_map_intr(). Fixes #3903 5
(edit) @f53473f   02/09/20 19:21:44 gsnb.gn bsp/raspberrypi: Mini UART driver This patch adds driver for Mini … 5
(edit) @c344e58   02/02/20 10:00:54 Sebastian Huber Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 … 5
(edit) @eea21eac   12/13/19 05:18:36 Sebastian Huber bsps: Rework work area initialization The work area initialization … 5
(edit) @362cf319   01/04/20 19:50:46 gsnb.gn bsp/raspberrypi: Updated the console API. Replaces the legacy termios … 5
(edit) @eca25ef   01/03/20 03:26:14 gsnb.gn bsp/raspberrypi: Enable FDT support. This commit adds FDT support to … 5
(edit) @f1f6cd95   12/27/19 21:08:12 christian.mauderer bsp/raspberrypi: Fix size of work area. The BSP tried to get the size … 5
(edit) @a4d7e4ce   08/06/19 10:00:56 Chris Johns arm/raspberry: Set the workspace based on the mailbox version. - … 5
(edit) @9cb19ded   08/04/19 23:58:07 Chris Johns libdl/debugger: Fix the broken list delete when unloading an object … 5
(edit) @c5fd79cd   07/29/19 05:22:03 Sebastian Huber arm/raspberrypi: Fix linker map Add NULL-pointer protection. Make … 5
(edit) @c991eeec   03/04/19 14:32:15 Sebastian Huber bsps: Adjust bsp.h Doxygen groups Update #3706. 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) @fad3f79b   08/31/18 05:44:53 Sebastian Huber bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN Remove the … 5
(edit) @406dd62   07/24/18 09:18:27 Sebastian Huber _SMP_Start_multitasking_on_secondary_processor() Pass current … 5
(edit) @0d362ff3   07/23/18 12:54:51 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Pass current … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @7ee59313   06/01/18 05:11:12 Sebastian Huber Remove Clock_driver_support_shutdown_hardware() The aim of this clock … 5
(edit) @eb36d11   04/25/18 13:06:08 Sebastian Huber bsps: Move documentation, etc. files to bsps This patch is a part of … 5
(edit) @fc1bdb83   04/25/18 08:36:01 Sebastian Huber bsp/raspberrypi: Move source files to bsps This patch is a part of … 5
(edit) @65e59cc0   04/24/18 04:37:06 Sebastian Huber bsps/arm: Move bsp_memory_management_initialize() This function is … 5
(edit) @8f8ccee   04/23/18 07:50:39 Sebastian Huber bsps: Move interrupt controller support to bsps This patch is a part … 5
(edit) @276afd2b   04/23/18 07:48:52 Sebastian Huber bsps: Move SPI drivers to bsps This patch is a part of the BSP source … 5
(edit) @a2dad96   04/23/18 07:45:28 Sebastian Huber bsps: Move I2C drivers to bsps This patch is a part of the BSP source … 5
(edit) @adb85dd   04/21/18 08:22:08 Sebastian Huber bsps: Move make/custom/* files to bsps Adjust various build files. … 5
(edit) @9964895   04/20/18 08:35:35 Sebastian Huber bsps: Move startup files to bsps Adjust build support files to new … 5
(edit) @d7d66d7   04/19/18 04:28:01 Sebastian Huber bsps: Move console drivers to bsps This patch is a part of the BSP … 5
(edit) @7632906   04/19/18 04:35:52 Sebastian Huber bsps: Move clock drivers to bsps This patch is a part of the BSP … 5
(add) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
Note: See TracRevisionLog for help on using the revision log.