Arora Sakar
2015-06-19 10:45:23 UTC
Hi
The UEFI boot flow on my ARMv8 machine, starts with in place execution on NOR flash, with DDR uninitialized. The initial code has some global variables which need to be modified at run time. I need to map these variables on to a read/write memory like an OCRAM or SRAM, so that they can be used by the intermediate code till the complete UEFI code is relocated to DDR memory. What approach should be taken to make this work?
Please point to an example that is doing anything similar to this.
Thanks
Sakar
------------------------------------------------------------------------------
The UEFI boot flow on my ARMv8 machine, starts with in place execution on NOR flash, with DDR uninitialized. The initial code has some global variables which need to be modified at run time. I need to map these variables on to a read/write memory like an OCRAM or SRAM, so that they can be used by the intermediate code till the complete UEFI code is relocated to DDR memory. What approach should be taken to make this work?
Please point to an example that is doing anything similar to this.
Thanks
Sakar
------------------------------------------------------------------------------