source: rtems/bsps/arm/shared

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b51a1d0   12/04/19 14:29:32 jeff.kubascik bsps/arm: Unmask generic timer in interrupt handler Xen will mask the … 5
(edit) @001cd9bd   12/04/19 14:29:31 jeff.kubascik bsps/arm: Add zImage boot header Xen currently only supports the … 5
(edit) @f9648ba   10/28/19 09:15:28 Sebastian Huber bsps/arm: Add support for small pages MMU The small page MMU support … 5
(edit) @15b6f44d   08/12/19 03:58:31 Chris Johns arm/tlb: Fix the MP affinity check to invalidate ASIDs. - The TI's … 5
(edit) @98d6792   06/25/19 10:48:51 Chris Johns arm: Select the TLB invalidate based on the core's Id variant. Closes … 5
(edit) @1e6380b   07/26/19 06:12:20 Sebastian Huber bsps/arm: Move HYP to SVC change to start.S This fixes the corruption … 5
(edit) @0ee2125   07/26/19 05:59:27 Sebastian Huber bsps/arm: Move register init to start.S This makes it easier to … 5
(edit) @0f5c1d53   07/26/19 05:54:05 Sebastian Huber bsps/arm: Remove register init for ARMv7-M There are no known ARMv7-M … 5
(edit) @c43071f   06/25/19 08:43:55 Chris Johns arm: Return the current handler from arm_cp15_set_exception_handler … 5
(edit) @7fdf48a   04/28/19 12:29:21 Sebastian Huber score: Add _SMP_Othercast_action() 5
(edit) @65870044   04/18/19 04:47:01 Sebastian Huber score: Add _SMP_Broadcast_action() 5
(edit) @ad40d05e   04/12/19 05:55:31 Sebastian Huber score: Remove _SMP_Before_multitasking_action() Use … 5
(edit) @b004430   04/10/19 23:38:53 jeff.kubascik bsp/zynq-uart: Move Zynq UART driver to shared directory This driver … 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @15359bb   03/07/19 10:56:31 Sebastian Huber bsps/arm: Adjust CMSIS Doxygen groups Update #3706. 5
(edit) @828276b   03/05/19 06:58:18 Sebastian Huber bsps: Adjust shared 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) @76918e1   02/28/19 09:40:10 Sebastian Huber bsps/arm: Add BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 The following … 5
(edit) @e33be09   02/27/19 14:10:53 Sebastian Huber bsps/arm: Support GIC group 0/1 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @bdec62c4   02/18/19 08:01:27 Sebastian Huber bsps/arm: Move device tree copy Move device tree copy operation after … 5
(edit) @0fb52ce   02/07/19 06:45:58 Sebastian Huber bsps/arm: Fix generic timer frequency Update #3456. 5
(edit) @95c1921   01/21/19 08:17:05 Sebastian Huber bsps/arm: Remove unused bsp_stack_irq_size Update #3459. 5
(edit) @e7d623e7   01/10/19 06:57:36 Sebastian Huber bsps/arm: Conditional ARMv7-AR data cache disable Update #3667. Close … 5
(edit) @0abe47f   01/10/19 06:29:54 thomas.doerfler bsps/arm: Fix typo in disable cache for ARMv7-AR Update #3667. 5
(edit) @c37807e9   12/21/18 10:57:26 Sebastian Huber bsps/arm: Add cache size support for CP15 5
(edit) @41a557bc   12/21/18 07:39:33 Sebastian Huber bsps/arm: Add ARMv7-AR disable data cache Close #3667. 5
(edit) @ba85655   12/21/18 09:16:02 Sebastian Huber ARM_CACHE_L1_CPU_SUPPORT_PROVIDES_RANGE_FUNCTIONS Remove this … 5
(edit) @e0caabe   11/20/18 12:09:53 Sebastian Huber bsps/arm: Avoid short range branch in start.S 5
(edit) @faafc229   11/20/18 12:06:04 Sebastian Huber bsps/arm: Use local labels in start.S 5
(edit) @94529131   11/20/18 12:03:20 Sebastian Huber bsps/arm: Simplify start.S The boot_card() function does not return. 5
(edit) @ff081aee   11/06/18 15:58:02 Sebastian Huber score: Rename interrupt stack symbols Rename * … 5
(edit) @186a0b1   10/15/18 08:38:49 Sebastian Huber bsps/arm: Recognize .tm_clone_table input section 5
(edit) @511ef83c   10/09/18 09:59:48 Sebastian Huber bsps/arm: Fix ctor/dtor invocation order Remove obsolete .ctor and … 5
(edit) @cb68253   09/07/18 04:19:02 Sebastian Huber network: Use kernel/user space header files Add and use … 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) @715d616   06/19/18 13:10:36 Sebastian Huber bsps: Support .rtemsstack.* linker input sections Use a dedicated … 5
(edit) @7ee59313   06/01/18 05:11:12 Sebastian Huber Remove Clock_driver_support_shutdown_hardware() The aim of this clock … 5
(edit) @762fa62   05/22/18 06:52:13 Sebastian Huber arm: Simplify CPU counter support Use the standard ARMv7-M systick … 5
(edit) @65f868c   05/23/18 12:17:25 Sebastian Huber Add _CPU_Counter_frequency() Add rtems_counter_frequency() API … 5
(edit) @a3fe23c   04/30/18 22:21:16 joel Drop executable permissions on .[S] files 5
(edit) @891754f7   04/24/18 05:49:25 Sebastian Huber bsps: Move arm-cp15-set-ttb-entries.c to bsps This patch is a part of … 5
(edit) @aa705fe   04/24/18 05:49:12 Sebastian Huber bsps: Move arm-cp15-set-exception-handler.c to bsps This patch is a … 5
(edit) @864e72e   04/24/18 05:47:32 Sebastian Huber bsps: Move arm-a9mpcore-smp.c to bsps This patch is a part of the BSP … 5
(edit) @fc6d8c2   04/24/18 05:47:04 Sebastian Huber bsps: Move arm-pl050.c to bsps This patch is a part of the BSP source … 5
(edit) @3ad74cba   04/24/18 05:46:57 Sebastian Huber bsps: Move arm-pl011.c to bsps This patch is a part of the BSP source … 5
(edit) @bbedc47b   04/24/18 05:46:26 Sebastian Huber bsps: Move arm-pl111-fb.c to bsps This patch is a part of the BSP … 5
(edit) @1ded97b9   04/24/18 05:44:31 Sebastian Huber bsps: Move arm-generic-timer-clock-config.c to bsps This patch is a … 5
(edit) @e2f63219   04/24/18 05:43:51 Sebastian Huber bsps: Move arm-a9mpcore-clock-config.c to bsps This patch is a part … 5
(edit) @d7a9eb90   04/24/18 05:42:33 Sebastian Huber bsps: Move armv7m-cpucounter.c to bsps This patch is a part of the … 5
(edit) @c3a44343   04/24/18 05:41:51 Sebastian Huber bsps: Move bspreset.c to bsps This patch is a part of the BSP source … 5
(edit) @031df391   04/23/18 07:53:31 Sebastian Huber bsps: Move legacy network drivers to bsps This patch is a part of the … 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) @9964895   04/20/18 08:35:35 Sebastian Huber bsps: Move startup files to bsps Adjust build support files to new … 5
(edit) @fbcd7c8f   04/20/18 08:19:28 Sebastian Huber bsps: Move start files to bsps This patch is a part of the BSP source … 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
(edit) @0510cd50   04/18/18 04:35:03 Sebastian Huber bsps: Move doxygen.h files to bsps This patch is a part of the BSP … 5
(edit) @c4905d8d   03/10/18 09:17:35 Sebastian Huber bsps/arm: Move libcpu content to bsps This patch is a part of the BSP … 5
(add) @4cf93658   01/27/18 13:37:51 Sebastian Huber bsps: Rework cache manager implementation The previous cache manager … 5
Note: See TracRevisionLog for help on using the revision log.