Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Sebastian Huber
- Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: > On 22/02/2018 13:37, Sebastian Huber wrote: >>> >>> Architecture-specific names should use an ARCH_ or _Arch prefix and not >>> CPU_ARCH >>> or _CPU_Arch. >>> >>> This >>> >>> CPU_DISABLE_INLINE_ISR_DISABLE_ENABLE >>> >>> is

Re: [PATCH v3 2/3] Add ARM Paravirtualization support

2018-02-22 Thread Sebastian Huber
For the XtratuM support on ARMv7-R I simply built the tools via the RSB and added "-mtp=soft" to the C/C++ flags. I also used "-mtp=soft" for the BSP, this instructs GCC to use calls to __aeabi_read_tp(). - Am 22. Feb 2018 um 3:49 schrieb Sebastian Huber sebastian.hu...@embedded-brains.de:

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Joel Sherrill
On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: > > > On 22/02/2018 13:37, Sebastian Huber wrote: > >>> > >>> Architecture-specific names should use an ARCH_ or _Arch prefix and >

Re: [PATCH v3 2/3] Add ARM Paravirtualization support

2018-02-22 Thread Chris Johns
On 22/02/2018 22:39, Sebastian Huber wrote: > For the XtratuM support on ARMv7-R I simply built the tools via the RSB and > added "-mtp=soft" to the C/C++ flags. I also used "-mtp=soft" for the BSP, > this instructs GCC to use calls to __aeabi_read_tp(). I had no idea this was the case. On ARM

Re: [PATCH v3 2/3] Add ARM Paravirtualization support

2018-02-22 Thread Sebastian Huber
- Am 23. Feb 2018 um 2:32 schrieb Chris Johns chr...@rtems.org: > On 22/02/2018 22:39, Sebastian Huber wrote: >> For the XtratuM support on ARMv7-R I simply built the tools via the RSB and >> added "-mtp=soft" to the C/C++ flags. I also used "-mtp=soft" for the BSP, >> this >> instructs GCC

[PATCH] sb: Convert any unicode keys to strings

2018-02-22 Thread Chris Johns
Closes #3313 --- source-builder/sb/macros.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source-builder/sb/macros.py b/source-builder/sb/macros.py index 28a52b2..cf25783 100644 --- a/source-builder/sb/macros.py +++ b/source-builder/sb/macros.py @@ -150,7 +150,7 @@

[PATCH] Check the validity of git repository.

2018-02-22 Thread Abhinav Jain
Sir, I have made the changes as per your suggestions. Please review the changes and guide me, whether I have done it correcctly or not and also if something more is to be added to the code. Thanks and Regards Abhinav Jain Earlier the function valid was checking the validity of the git

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Sebastian Huber
- Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: > On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: >> >> > On 22/02/2018 13:37, Sebastian Huber wrote: >> >>> >> >>>

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Chris Johns
On 23/02/2018 14:15, Sebastian Huber wrote: > - Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: > >> On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < >> sebastian.hu...@embedded-brains.de> wrote: >> >>> - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: >>> On

[PATCH] sb: Covert any unicode keys to strings

2018-02-22 Thread Chris Johns
Closes #3312 --- source-builder/sb/macros.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source-builder/sb/macros.py b/source-builder/sb/macros.py index 28a52b2..cf25783 100644 --- a/source-builder/sb/macros.py +++ b/source-builder/sb/macros.py @@ -150,7 +150,7 @@

Re: GSOC 2018

2018-02-22 Thread Christian Mauderer
Am 22.02.2018 um 03:35 schrieb Salil Sirotia: > Hi all, > > My name is Salil Sirotia and I'd like to be a part of RTEMS project for GSoC > 2018. > > As of now, I have gone through 'Getting Started documentation' > available on the devel.rteme.org  and have > managed to