jlinton / rpms / edk2

Forked from rpms/edk2 5 years ago
Clone

b0c7672 enable aarch64 secure boot and enroll keys

Authored and Committed by jlinton 3 years ago
1 file changed. 56 lines added. 13 lines removed.
    enable aarch64 secure boot and enroll keys
    
    This is done by replacing the python enroll script
    with a short expect script which simply monitors for
    "Shell>" and runs the key enroll.
    
    The ugliest bit of this is building qemu command lines
    for x86 and aarch64, but moving to this mechanism simplifies
    future architectures which should only need the arch specific
    bits tweaked. As a bit of a side effect the assumption is that
    qemu is always run in TCG mode for purposes of enrolling keys
    despite the architecture building the .noarch package.
    
    Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
    
        
file modified
+56 -13