diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2017-07-10 17:21:51 -0700 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-07-12 10:58:55 +0000 |
commit | 54db255529ce8afc689ae425c24b7fb1d45654e8 (patch) | |
tree | 496d241e0cf6f70791343ad5e775464b1cce17e4 /src/mainboard/elmex | |
parent | 3d384486190c37e8162543fed53da0a7040712d9 (diff) |
libpayload: Support unaligned pointers for memset
The optimization of the memset() function introduced by commit
dbadb1dd634c8c9419215ade0666a7fb69a4447b (libpayload: Reorder default
memcpy, speed up memset and memcmp) is provoking an issue on x86
platform when compiling without the CONFIG_GPL option.
GCC is making use of the movdqa instruction to copy words. This
instruction can raise a "General Protection Fault Exception" when it
is called on a non-aligned address argument.
Change-Id: I73382a76a4399d8e78244867f2ebb1dca176a6bf
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/20524
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/elmex')
0 files changed, 0 insertions, 0 deletions