Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Sebastian Huber
- Am 3. Feb 2020 um 7:10 schrieb Chris Johns chr...@rtems.org: > On 3/2/20 4:27 pm, Sebastian Huber wrote: >> - Am 3. Feb 2020 um 0:01 schrieb Chris Johns chr...@rtems.org: >> >>> On 3/2/20 12:28 am, Sebastian Huber wrote: [...] >>> I am not sure what the "demand" is and where it is c

Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Chris Johns
On 3/2/20 4:27 pm, Sebastian Huber wrote: > - Am 3. Feb 2020 um 0:01 schrieb Chris Johns chr...@rtems.org: > >> On 3/2/20 12:28 am, Sebastian Huber wrote: >>> This change set reworks the work area initialization carried out by the >>> BSPs to >>> initialize the workspace and C program heap on

Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Sebastian Huber
- Am 3. Feb 2020 um 0:01 schrieb Chris Johns chr...@rtems.org: > On 3/2/20 12:28 am, Sebastian Huber wrote: >> This change set reworks the work area initialization carried out by the BSPs >> to >> initialize the workspace and C program heap only on demand, e.g. in case >> these >> components

Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Chris Johns
On 3/2/20 12:28 am, Sebastian Huber wrote: > This change set reworks the work area initialization carried out by the BSPs > to > initialize the workspace and C program heap only on demand, e.g. in case these > components are used by the application. > > Currently, the workspace is always used, ho

Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Sebastian Huber
- Am 2. Feb 2020 um 16:17 schrieb Gedare Bloom ged...@rtems.org: > On Sun, Feb 2, 2020 at 6:28 AM Sebastian Huber > wrote: >> >> This change set reworks the work area initialization carried out by the BSPs >> to >> initialize the workspace and C program heap only on demand, e.g. in case >>

Re: [PATCH v2 00/10] Rework work area initialization

2020-02-02 Thread Gedare Bloom
On Sun, Feb 2, 2020 at 6:28 AM Sebastian Huber wrote: > > This change set reworks the work area initialization carried out by the BSPs > to > initialize the workspace and C program heap only on demand, e.g. in case these > components are used by the application. > > Currently, the workspace is al