commit | 196f66d9be980fc58089b2b216456454d4722f3f | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Sun Dec 29 00:01:04 2019 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:20 2020 +0100 |
tree | a51ce1545f9f3f18755f5f1ffc02a75b6e649545 | |
parent | e5d88760f44563a0752a84b1a135bff6f604db3c [diff] |
efi_loader: Add guidcpy function Add guidcpy function to copy the source guid to the destination guid. Use this function instead of memcpy for copying to the destination guid. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Use void * instead of efi_guid_t * for arguments to allow copying unaligned GUIDs. The GUIDs of configuration tables are __packed. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>