Re: [PATCH] aarch64: Memory map the noinit section

2022-07-17 Thread Chris Johns
Thanks for handling this. I have tested it works and is now required. I will push it. Chris On 16/7/2022 6:45 am, Kinsey Moore wrote: > This section was added recently and must be mapped to be accessed > without generating an exception. > --- > bsps/aarch64/include/bsp/aarch64-mmu.h| 4

[PATCH] aarch64: Memory map the noinit section

2022-07-15 Thread Kinsey Moore
This section was added recently and must be mapped to be accessed without generating an exception. --- bsps/aarch64/include/bsp/aarch64-mmu.h| 4 bsps/aarch64/include/bsp/linker-symbols.h | 4 2 files changed, 8 insertions(+) diff --git a/bsps/aarch64/include/bsp/aarch64-mmu.h