Re: [PATCH 3/5] arm/tms570: include TMS570_USE_HWINIT_STARTUP option to select bare metal startup and selftest.

2016-09-14 Thread Gedare Bloom
Can you provide some more elaboration in the RTEMS_BSPOPTS_HELP description of the option? Such as, why to turn it on or to leave it off. On Mon, Sep 12, 2016 at 5:47 PM, wrote: > From: Pavel Pisa > > --- > c/src/lib/libbsp/arm/tms570/Makefile.am | 21 + > c/src/lib/libbsp

Re: [PATCH 4/5] arm/tms570: document BSP setup with included hardware initialization.

2016-09-14 Thread Gedare Bloom
Please provide link to the lwip repo On Mon, Sep 12, 2016 at 5:47 PM, wrote: > From: Pavel Pisa > > --- > c/src/lib/libbsp/arm/tms570/README | 104 > + > 1 file changed, 82 insertions(+), 22 deletions(-) > > diff --git a/c/src/lib/libbsp/arm/tms570/README

Re: [PATCH 0/5] arm/tms570: include hardware initialization and selftests to run RTEMS directly from Flash without loader on TMS570LS3137 HDK.

2016-09-14 Thread Gedare Bloom
On Wed, Sep 14, 2016 at 4:29 AM, Pavel Pisa wrote: > Hello Gedare, > > On Wednesday 14 of September 2016 02:13:47 Gedare Bloom wrote: >> On Tue, Sep 13, 2016 at 5:11 PM, Pavel Pisa wrote: >> > Hello Gedare, >> > >> > thanks for the review. It is huge piece and not in a state >> > as nice as I wou

Re: [PATCH 0/5] arm/tms570: include hardware initialization and selftests to run RTEMS directly from Flash without loader on TMS570LS3137 HDK.

2016-09-14 Thread Pavel Pisa
Hello Gedare, On Wednesday 14 of September 2016 02:13:47 Gedare Bloom wrote: > On Tue, Sep 13, 2016 at 5:11 PM, Pavel Pisa wrote: > > Hello Gedare, > > > > thanks for the review. It is huge piece and not in a state > > as nice as I would like it. > > > > On Tuesday 13 of September 2016 21:42:48 G