Re: [GSoC - x86_64] Console / serial communication

2018-06-25 Thread Chris Johns
On 26/06/2018 14:29, Amaan Cheval wrote: > On Tue, Jun 26, 2018 at 4:10 AM, Chris Johns wrote: >> On 25/06/2018 21:40, Amaan Cheval wrote: >> >> Will a text based video console be supported? > > As above, I can't say :P > The only guiding factor I have for GSoC is to do the _minimal_ needed > por

Re: [GSoC - x86_64] Console / serial communication

2018-06-25 Thread Amaan Cheval
On Tue, Jun 26, 2018 at 4:10 AM, Chris Johns wrote: > On 25/06/2018 21:40, Amaan Cheval wrote: >> Hi! >> >> In the last thread about using FreeBSD's bootloader to bring UEFI >> support to our port, Chris said this: >> >>> It has been a couple of years but I think FreeBSD contains some of the Intel

Re: [GSoC - x86_64] Console / serial communication

2018-06-25 Thread Chris Johns
On 25/06/2018 21:40, Amaan Cheval wrote: > Hi! > > In the last thread about using FreeBSD's bootloader to bring UEFI > support to our port, Chris said this: > >> It has been a couple of years but I think FreeBSD contains some of the Intel >> code to interface to UEFI and via this you can get to t

[PATCH v2] coverage : Add support to run coverage in supported bsp without extra options

2018-06-25 Thread Vijay Kumar Banerjee
Close #3440 --- tester/rt/test.py| 21 ++--- tester/rtems/testing/bsps/leon3-qemu-cov.ini | 1 + 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 9214ad6..029ee7c 100644 --- a/tester/rt/test.py

Re: [PATCH] coverage : Add support to run coverage in supported bsp without extra options

2018-06-25 Thread Vijay Kumar Banerjee
On 15 June 2018 at 08:38, Chris Johns wrote: > On 14/06/2018 03:12, Gedare Bloom wrote: > > On Wed, Jun 13, 2018 at 12:23 PM, Vijay Kumar Banerjee > > wrote: > >> On Wed, 13 Jun 2018, 21:39 Gedare Bloom, wrote: > >>> On Wed, Jun 13, 2018 at 11:58 AM, Vijay Kumar Banerjee > >>> wrote: > On

[GSoC - x86_64] Console / serial communication

2018-06-25 Thread Amaan Cheval
Hi! In the last thread about using FreeBSD's bootloader to bring UEFI support to our port, Chris said this: > It has been a couple of years but I think FreeBSD contains some of the Intel > code to interface to UEFI and via this you can get to the UEFI console. This > should be easy but it comes w