Home
last modified time | relevance | path

Searched hist:c3b11dea (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dunaligned.hc3b11dea Tue Apr 03 14:59:32 CDT 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_loader: allow unaligned memory access

The UEFI spec mandates that unaligned memory access should be enabled if
supported by the CPU architecture.

This patch adds an empty weak function unaligned_access() that can be
overridden by an architecture specific routine.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/u-boot/cmd/
H A Dbootefi.cc3b11dea Tue Apr 03 14:59:32 CDT 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_loader: allow unaligned memory access

The UEFI spec mandates that unaligned memory access should be enabled if
supported by the CPU architecture.

This patch adds an empty weak function unaligned_access() that can be
overridden by an architecture specific routine.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>