>> > diff --git a/bsps/arm/include/bsp/arm-cp15-set-ttb-entries.h
>> > b/bsps/arm/include/bsp/arm-cp15-set-ttb-entries.h
>> > new file mode 100644
>> > index 00..e69de29bb2
>> > diff --git a/bsps/arm/xilinx-zynq/mmu/bsp-set-mmu-attr.c
>> > b/bsps/arm/xilinx-zynq/mmu/bsp-set-mmu-attr.c
>>
On Fri, Jul 17, 2020 at 11:08 AM Gedare Bloom wrote:
> Is this code working? how do you test it?
>
> There are several points buried below that you might need to bring out
> to separate threads for discussion, while you work on the code.
>
> On Thu, Jul 16, 2020 at 5:34 AM Utkarsh Rai
> wrote:
>
Is this code working? how do you test it?
There are several points buried below that you might need to bring out
to separate threads for discussion, while you work on the code.
On Thu, Jul 16, 2020 at 5:34 AM Utkarsh Rai wrote:
>
> - This is the complete set of changes for strict isolation of th
- This is the complete set of changes for strict isolation of thread stacks.
- There needs to be a confiuration operation,(#if
defined(USE_THREAD_STACK_PROTECTION) for simple configuration can be used)
- The stack attributes are allocated through malloc, this needs to be done
through score unlimi
Kindly ignore this patch. It breaks the build.
On Thu, Jul 16, 2020 at 4:54 PM Utkarsh Rai wrote:
> - This is the complete set of changes for strict isolation of thread
> stacks.
> - There needs to be a confiuration operation,(#if
> defined(USE_THREAD_STACK_PROTECTION) for simple configuration c
- This is the complete set of changes for strict isolation of thread stacks.
- There needs to be a confiuration operation,(#if
defined(USE_THREAD_STACK_PROTECTION) for simple configuration can be used)
- The stack attributes are allocated through malloc, this needs to be done
through score unlimi