]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTION
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 11:55:11 +0000 (11:55 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 11:55:11 +0000 (11:55 +0000)
commitc60ea9a873b8fe0c4b9409b28d1608f7f80c9c22
tree93661d5a8e9bc8a446153eb8b9d8ba9e48288341
parentaa95e2f79c2d8a60c30e1aa69c7cd7077779e039
ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTION

EFI_LOAD_OPTION is a packed structure. Accessing to the non aligned double word
requires to use ReadUnaligned32() function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11916 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BootMenu.c
ArmPlatformPkg/Bds/BootOption.c