mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Memory writes in EFI Shell
This commit is contained in:
committed by
Nathaniel Mitchell
parent
298c0aa2fa
commit
4556ef54ea
@@ -124,7 +124,7 @@ class EfiHelper(Helper):
|
||||
dword_value = struct.unpack('I', buf)[0]
|
||||
edk2.writemem_dword(phys_address_lo, phys_address_hi, dword_value)
|
||||
else:
|
||||
edk2.writemem( phys_address, buf, length )
|
||||
edk2.writemem( phys_address_lo, phys_address_hi, buf, length )
|
||||
|
||||
def alloc_phys_mem( self, length, max_pa ):
|
||||
# temporary WA using malloc
|
||||
|
||||
Reference in New Issue
Block a user