- Mar 30, 2021
-
-
Carolina Pinto Dos Santos Serra authored
Resolve "Errors found running AIR for ARM on QEMU" Closes #4 See merge request AIR/rtems5!5
-
Carolina Pinto Dos Santos Serra authored
-
- Mar 29, 2021
-
-
Carolina Pinto Dos Santos Serra authored
Resolve "Adjust ZYNQ linkcmds.in memory regions" Closes #6 See merge request AIR/rtems5!7
-
Carolina Pinto Dos Santos Serra authored
-
- Mar 16, 2021
-
-
Carolina Pinto Dos Santos Serra authored
Resolve "linkcmds.in needs to be automatically reconfigured" Closes #5 See merge request AIR/rtems5!6
-
Carolina Pinto Dos Santos Serra authored
The linkcmds.in now uses the values included from the AIR partition linkcmds.inc allowing proper partition configuration.
-
- Oct 23, 2020
-
-
Carolina Pinto Dos Santos Serra authored
A syscall is used before a context switch to notify AIR that the current exception is finished although it has not yet been returned.
-
Carolina Pinto Dos Santos Serra authored
Removed unnecessary AIR syscall in arm_cp15_set_exception_handler. Applied minor simplification to bootcard.c
-
- Oct 22, 2020
-
-
Carolina Pinto Dos Santos Serra authored
Replaced the bsp reset by a syscall to raise a HM event.
-
- Jul 01, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
- Jun 24, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
- Jun 18, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
- Jun 05, 2020
-
-
Carolina Pinto Dos Santos Serra authored
Resolve "Virtualize ARM abort handlers" Closes #3 See merge request AIR/rtems5!4
-
Carolina Pinto Dos Santos Serra authored
-
- May 15, 2020
-
-
Bruno Miguel da Silva Paz Gomes authored
Resolve "Resolve "Two RTEMS SMP bugs"" See merge request AIR/rtems5!3
-
Bruno Gomes authored
score: Fix _User_extensions_Thread_switch() (SMP) We have to read the first node again once we obtained the lock since it may have aready changed. https://urldefense.proofpoint.com/v2/url?u=https-3A__git.rtems.org_rtems_commit_-3Fid-3D26333f2ad09fc2ecd574fb167862520493c63ee3&d=DwIFaQ&c=CIoxZ4z5BqFvKvSGFOTo726QZIiNTc_M9CmngT-Pla4&r=v-lVx69fJMSpXvZ3wnlpSdNjZbk0VdSApJKYhGPt7fA&m=0UUC0tV62VUT_ZyjIN7QUKIfbWI9ya2vrAcGT4_Ku74&s=I_cJ0xu7vKfBHWOIlEZb1YQMu8HRcjOSTOCYiPDYXR8&e=
-
Bruno Gomes authored
score: Fix plain priority thread queues (SMP) We must add/remove the priority queue to the FIFO of priority queues. https://urldefense.proofpoint.com/v2/url?u=https-3A__git.rtems.org_rtems_commit_-3Fid-3Dfbd08066af13beda4abdb25717f66d0a943fc5c8&d=DwIFaQ&c=CIoxZ4z5BqFvKvSGFOTo726QZIiNTc_M9CmngT-Pla4&r=v-lVx69fJMSpXvZ3wnlpSdNjZbk0VdSApJKYhGPt7fA&m=0UUC0tV62VUT_ZyjIN7QUKIfbWI9ya2vrAcGT4_Ku74&s=OMJvsA1r2Oe7hGz3X3rEgYYvgevnRueI2Rt69ItyF_8&e=
- Apr 29, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
- Apr 27, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
Carolina Pinto Dos Santos Serra authored
Now the SP is the same at the beginning and at the end of the handler
-
- Apr 23, 2020
-
-
Carolina Pinto Dos Santos Serra authored
-
Carolina Pinto Dos Santos Serra authored
Applies changes on the current version of RTEMS
-
- Feb 18, 2020
-
-
Bruno Gomes authored
refs #172499
-
- Feb 07, 2020
-
-
Bruno Gomes authored
refs #172499
-
- Feb 06, 2020
-
-
Bruno Gomes authored
TODO: AIR should provide clkirq refs #172499
-
Bruno Gomes authored
refs #172499
-
- Feb 05, 2020
-
-
Bruno Gomes authored
refs #172499
-
Bruno Gomes authored
refs #172499
-
- Oct 22, 2019
-
-
Laura Alexandra Sequeira Gouveia authored
toolchain rtems-5.1-2019.07.25, as used by TASTE toolchain. refs #215682
-
- Jul 16, 2019
-
-
Bruno Gomes authored
refs #201957
-
- Nov 15, 2018
-
-
Bruno Gomes authored
refs #11122
-
- Oct 19, 2018
-
-
Bruno Gomes authored
- after leaving the flush trap rtems may jump to a pending trap (clock for example) so the g6 restore may not happen that leads to _ISR_handler executing with a wrong g6. refs #123832
-
- Oct 12, 2018
-
-
Bruno Gomes authored
AIR RTEMS5: Simplify clock tick handler. More testing to do but execution was hanging up while testing smpmutex02 and was stuck in Clock_isr refs #112319
-
- Oct 11, 2018
-
-
Bruno Gomes authored
refs #112319
-
- Oct 10, 2018
-
-
Laura Alexandra Sequeira Gouveia authored
AIR doesn't allow RTEMS to set %sp to the processor specific temporary interrupt stack, and paravirtualizes access to this stack. Needs to be thoroughly tested. Currently working with testsuites tmfine01 and smpmrsp01. refs #112319
-
- Oct 08, 2018
-
-
-
Laura Alexandra Sequeira Gouveia authored
not fully tested. Cache fixes. RETL instruction needs two delay slots when returning from trap, so an extra instruction isn't performed. This can be seen when when the RETT instruction is followed by RETL instruction. The instruction on the RETT delay slot is skipped and the next intruction performed on the delay slot. Stack pointer on thread context switch was being set by RTEMS to the bottom of an interrupt stack frame, so that when the aprtition context switch occured momory area relevant to the application waws overwritten. This issues is being further investigated as this might not be a definite fix. refs #112319
-
Bruno Gomes authored
AIR RTEMS SMP: Add syscall to disable traps just like RTEMS expects and remove AIR mpstatus register since it would boot the processor again refs #112319
-
- Sep 27, 2018
-
-
Bruno Gomes authored
refs #112319
-