Re: GSOC: Adding FDT infrastructure to RTEMS

2020-02-01 Thread Niteesh
I am in the process of preparing my GSoC proposal and I would like to discuss in more detail on implementation and necessary functions. Assuming, a basic probe and attach functionality have been added, I guess the console-config could be changed to http://collabedit.com/adyh

Re: Ticket #3515

2020-02-01 Thread Vijay Kumar Banerjee
On Sat, Feb 1, 2020 at 9:31 PM Bran S wrote: > On Sat, 1 Feb 2020 at 18:44, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > > > > On Sat, Feb 1, 2020 at 12:57 PM Bran S wrote: > >> > >> On Thu, 30 Jan 2020 at 05:52, Chris Johns wrote: > >> > > >> > On 29/1/20 7:03 pm, Bran S wrote:

Re: RTEMS FS locking

2020-02-01 Thread Sebastian Huber
Hello Charles, - Am 30. Jan 2020 um 23:51 schrieb Charles Manning cdhmann...@gmail.com: > Hi All > > I'm the Yaffs Guy and have been asked to do some work refreshing the > Yaffs core code that is in Sebastian's rtems-yaffs git as well as > integrate it into the Yaffs tests. do you intend to

Re: Ticket #3515

2020-02-01 Thread Bran S
On Sat, 1 Feb 2020 at 18:44, Vijay Kumar Banerjee wrote: > > On Sat, Feb 1, 2020 at 12:57 PM Bran S wrote: >> >> On Thu, 30 Jan 2020 at 05:52, Chris Johns wrote: >> > >> > On 29/1/20 7:03 pm, Bran S wrote: >> > > Hi Guys, >> > > >> > > I am trying to solve #3515 >> > > https://devel.rtems.org/ti

[rtems-docs PATCH] user/testing: Add coverage analysis instructions

2020-02-01 Thread Vijay Kumar Banerjee
--- user/testing/coverage.rst | 68 +++ user/testing/index.rst| 1 + 2 files changed, 69 insertions(+) create mode 100644 user/testing/coverage.rst diff --git a/user/testing/coverage.rst b/user/testing/coverage.rst new file mode 100644 index 000..2994

Re: [PATCH 6/7] bsps: Remove uses of BSP_GET_WORK_AREA_DEBUG

2020-02-01 Thread Sebastian Huber
- Am 20. Jan 2020 um 6:01 schrieb Chris Johns chr...@rtems.org: > On 17/12/19 4:57 pm, Sebastian Huber wrote: >> My experience tells me that doing a BSP development without a debugger is a >> waste of time. > > Sometimes getting a working debugger is more effort than getting a BSP to > work.

Re: Linker sets alignment change

2020-02-01 Thread Sebastian Huber
Hello Jeff, - Am 14. Jan 2020 um 17:37 schrieb Jeff Kubascik jeff.kubas...@dornerworks.com: > Hello, > > I have noticed a change in the linker section ".rtemsrwset" alignment which > has > affected the zImage header that was added with the arm/xen BSP. The zImage > header uses the bsp_sect

[PATCH] termios: Fix input canonical mode

2020-02-01 Thread Sebastian Huber
-- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im

[PATCH] score: Optimize STATUS_BUILD()

2020-02-01 Thread Sebastian Huber
-- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im

Re: Ticket #3515

2020-02-01 Thread Vijay Kumar Banerjee
On Sat, Feb 1, 2020 at 12:57 PM Bran S wrote: > On Thu, 30 Jan 2020 at 05:52, Chris Johns wrote: > > > > On 29/1/20 7:03 pm, Bran S wrote: > > > Hi Guys, > > > > > > I am trying to solve #3515 > > > https://devel.rtems.org/ticket/3515 < > https://devel.rtems.org/ticket/3515> > > > > Nice and tha