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) @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 …
(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) @900a84c5   06/19/21 10:58:21 Sebastian Huber smpcapture02: Fix use of BSP_INTERRUPT_VECTOR_MAX This define …
(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) @5210c7c   06/19/21 09:25:34 Sebastian Huber bsp/generic_or1k: Remove incomplete IRQ support Update #3269.
(edit) @4146d39   06/19/21 09:20:02 Sebastian Huber bsp/genmcf548x: Change BSP_INTERRUPT_VECTOR_MIN This BSP uses a …
(edit) @61d0be72   06/17/21 15:35:12 Sebastian Huber bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGE Remove the support for …
(edit) @499a89b   06/24/21 06:26:02 Sebastian Huber grlib: Register system console as /dev/console Close #4461.
(edit) @8416e7c   06/23/21 19:20:19 vijay bsps/powerpc, bsps/shared: Move remaining legacy networking header files
(edit) @a0a8262   06/23/21 06:11:49 Sebastian Huber bsp/leon3: Fix compile error Fix compile error with …
(edit) @5bb5e01   05/26/21 14:33:40 christian.mauderer i2c: Add non blocking read / write This adds the possibility to open …
(edit) @b47dbbc5   06/21/21 18:12:19 ryan.long cpukit: Add timespecisnonnegative to Makefile.am
(edit) @8476715a   06/01/21 09:25:24 christian.mauderer cpu/armv7m: Fix initialization of MPU regions The write to RBAR …
(edit) @5ad17be9   05/28/21 14:58:49 christian.mauderer cpu/armv7m: Avoid regions with negative size Don't initialze regions …
(edit) @93f96455   06/11/21 07:35:30 jan.sommer bsps/i386: Update calibration of TSC to be more accurate Closes #4455
(edit) @3ee19b7a   06/17/21 14:01:48 Sebastian Huber bsps/irq: Change license to BSD-2-Clause Change license to …
(edit) @abe2d15   06/16/21 10:37:18 Sebastian Huber rtems: Fix rtems_task_set_affinity() docs
(edit) @11cf6ae3   06/10/21 13:14:37 Sebastian Huber grlib: Simplify apbuart_inbyte_nonblocking()
(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) @634a2c06   06/10/21 11:42:18 Sebastian Huber bsps/leon3: Auto initialization for printk() Get rid of the hack to …
(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) @f89a527   06/15/21 09:37:22 Sebastian Huber arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR() Update #4202.
(edit) @98cef40   06/15/21 10:28:25 Sebastian Huber score: Comment _Thread_queue_Surrender_sticky() The change also helps …
(edit) @6abdd89   06/14/21 07:57:51 Sebastian Huber Use a common phrase for pointer parameters Mention the type of the …
(edit) @fad01e6c   06/10/21 07:55:42 Sebastian Huber score: Add PER_CPU_DATA_NEED_INITIALIZATION() Make the initialization …
(edit) @27695542   06/10/21 06:41:05 Sebastian Huber splinkersets01: Test linker sets in library Make sure that the linker …
(edit) @93afcff7   06/08/21 07:21:30 Sebastian Huber bsps/sparc: Simplify memory initialization Directly initialize the …
(edit) @ef5a53b   06/08/21 06:53:35 Sebastian Huber bsps/sparc: Simplify stack initialization Initialize the stacks for …
(edit) @b823c98   06/08/21 06:08:43 Sebastian Huber bsps/sparc: Unify stack initialization Initialize the stacks in …
(edit) @07f6a61d   06/08/21 06:13:54 Sebastian Huber bsps/sparc: Remove support to load data section Remove the support to …
(edit) @7b8119a   06/08/21 07:32:08 Sebastian Huber bsps/sparc: Remove unused bsp_mem_init symbol
(edit) @6641cc8   06/10/21 05:44:45 Sebastian Huber score: Fix initialization of thread queue context Set …
(edit) @f83676d   04/30/21 20:01:44 ryan.long sysconf: Remove sysconf(515) GCC originally needed this 20 years ago. …
(edit) @4127a6c   06/08/21 15:03:53 ryan.long main_edit.c: get rid of malloc warning A warning was present when …
(edit) @8299b79   06/08/21 19:59:35 Gedare Bloom aarch64: add qemu bsps for cortex-a72 The a72 BSPs are identical to …
(edit) @7a723293   06/09/21 15:36:06 joel futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.
(edit) @dbe355b   06/08/21 18:14:53 joel fsnofs01/init.c: Check for ENOENT from utime(). The addition of the …
(edit) @34b45b1   06/08/21 07:08:43 Sebastian Huber score: Remove unused _Per_CPU_Initialize() decl
(edit) @55ce66ca   06/07/21 07:37:51 Sebastian Huber arm/fvp: Fix integer from pointer without a cast Update #4202.
(edit) @2d1c494f   06/07/21 07:03:43 Sebastian Huber arm/fvp: Remove unused GICv2 BSP option Update #4202.
(edit) @9429115c   06/01/21 18:05:54 gerberhe11 cpukit/libdebugger: Fix for sockaddr_in not being initialized See …
(edit) @6a56fd9   05/28/21 00:31:53 gerberhe11 cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.c …
(edit) @ea41722c   04/30/21 17:14:48 ryan.long Change filesystem utime_h handler to utimens_h Also updated licenses. …
(edit) @6171a88   04/28/21 17:40:32 ryan.long psx13: Added tests for utimensat() and futimens() Improved tests for …
(edit) @ea881bf   04/28/21 16:44:29 ryan.long libcsupport: Implement utimes() in terms of utimensat() utimes() now …
(edit) @bb704123   04/28/21 16:42:50 ryan.long libcsupport: Implement utime() in terms of utimensat() utime() now …
(edit) @335f705   04/28/21 16:40:56 ryan.long libcsupport: Added futimens() and utimensat() Created futimens.c and …
(edit) @2deba02   03/30/21 15:04:07 ryan.long main_help.c: Do not care what char is returned by getchar() CID …
(edit) @f29b312e   03/25/21 14:10:39 ryan.long main_cp.c: Ignore return value from stat() CID 26051: Unchecked …
(edit) @a187b09   03/25/21 13:59:26 ryan.long gen_uuid.c: Ignore return values from fcntl() CID 1049146: Unchecked …
(edit) @1568965   05/26/21 09:26:59 christian.mauderer thread-API: Add rtems_*mutex_try_lock This adds a …
(edit) @023a2709   05/26/21 07:39:13 christian.mauderer cpukit: Add description of release version numbers The release …
(edit) @bf36f5de   05/28/21 05:47:52 Sebastian Huber score: Add RTEMS_UNREACHABLE() to a group
(edit) @d0eaf3ec   01/08/21 23:07:34 kinsey.moore spec/aarch64: Add BSPs for real ZynqMP hardware Add the BSPs for …
(edit) @5fe49a08   05/18/21 19:51:46 kinsey.moore bsps/aarch64: Add MMU driver to relax alignment Currently, the …
(edit) @ae5e1d9   05/21/21 13:56:13 kinsey.moore bsps/a53: Increase available RAM The default available RAM on the A53 …
(edit) @8810e08   05/18/21 19:49:20 kinsey.moore bsps/aarch64: Advertise cache function support Ensure that cache …
(edit) @12ec459   05/18/21 12:56:54 kinsey.moore bsps/aarch64: Align MVAs consistently This fixes a bug where …
(edit) @25ca2ec   05/18/21 12:55:11 kinsey.moore bsps/aarch64: Break out system registers Break out system register …
(edit) @2fdd00fc   05/27/21 05:11:36 Sebastian Huber rtems: Document new rtems_task_delete() error Update #4414.
(edit) @e2011dc   05/26/21 22:25:45 gerberhe11 cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c …
(edit) @342fe198   03/12/21 15:57:59 kinsey.moore score/aarch64: Align context validation frame Ensure the stack …
(edit) @de694b75   05/21/21 14:52:54 Sebastian Huber score: Direct thread dispatch in a self restart Commit …
(edit) @ce6319a   05/20/21 15:15:53 Sebastian Huber score: Fix _Thread_Cancel() The _Thread_Cancel() (in contrast to …
(edit) @29187be   05/17/21 12:51:45 Sebastian Huber posix: Allow pthread_cancel() from within ISRs Close #4413.
(edit) @3cef3198   05/17/21 12:46:02 Sebastian Huber score: Simplify calling _Thread_Exit() Move common code into …
(edit) @b81d1ffd   05/14/21 16:53:55 Sebastian Huber rtems: Return RTEMS_CALLED_FROM_ISR If rtems_task_delete() is called …
(edit) @76d5722b   05/21/21 21:30:20 joel sysinit: Do not open console when just referencing reentrancy …
(edit) @402a206a   05/21/21 21:29:42 joel powerpc/.../sbrk.c: Do not reference errno. Closes #4r37.
(edit) @f9d59075   05/21/21 21:29:00 joel ppc-irq-legacy.c: Use rtems_malloc() instead of malloc(). Closes #4438.
(edit) @71521ff2   04/13/21 18:45:56 vijay telnetd.c: Remove RTEMS_NETWORKING check Set the priority manually to …
(edit) @a5fd293   04/14/21 05:43:40 vijay testsuites: Remove telnetd01 telnetd01 test cannot be run without a …
Note: See TracRevisionLog for help on using the revision log.