]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: test unaligned memory access
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 3 Apr 2018 19:59:34 +0000 (21:59 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
commitbc3caf5e785fa9bd820aa9d7159f3a095a2ec449
tree8581199a80b2c6547154f59bcb60120e60a60677
parent28f35d9aaec902f89ec9a11fb4b3f5b1321deacc
efi_selftest: test unaligned memory access

According to the UEFI spec unaligned memory access should be enabled on
CPUs supporting it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_unaligned.c [new file with mode: 0644]