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

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to