coreboot-kgpe-d16/src/arch/arm64
Julius Werner 2f891a08e7 arm64: Fix verstage to use proper assembly versions of mem*()
Due to an unfortunate race between adding verstage support and reverting
an earlier hack that disabled the optimized assembly versions of
memcpy(), memmove() and memset() on ARM64, it seems that we never
enabled the optimized code for the verstage. This should be fixed so
that all stages use the same architecture support code.

Change-Id: I0bf3245e346105492030f4b133729c4d11bdb3ff
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/18976
Tested-by: build bot (Jenkins)
2017-03-28 22:11:38 +02:00
..
armv8 arm64: Add stack dump to exception handler 2016-05-24 20:51:28 +02:00
include buildsystem: Drop explicit (k)config.h includes 2016-12-08 19:46:53 +01:00
arm_tf.c arm64: Use 'payload' format for ATF instead of 'stage' 2016-10-06 21:49:52 +02:00
boot.c die() when attempting to use bounce buffer on non-i386. 2016-02-22 18:38:48 +01:00
div0.c arch/arm & arm64: Remove unnecessary whitespace before "\n" 2016-08-23 15:45:46 +02:00
eabi_compat.c src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
id.S arch/arm64: add missing license headers 2016-01-13 22:58:17 +01:00
Kconfig console: Simplify bootblock console Kconfig selection logic 2016-01-21 05:37:27 +01:00
Makefile.inc arm64: Fix verstage to use proper assembly versions of mem*() 2017-03-28 22:11:38 +02:00
memcpy.S
memmove.S
memset.S
stage_entry.S src/arch: Capitalize CPU and ACPI 2016-08-28 18:28:28 +02:00
tables.c lib: add common write_tables() implementation 2016-04-21 20:49:05 +02:00
transition.c arm64: tegra132: tegra210: Remove old arm64/stage_entry.S 2015-11-17 21:31:20 +01:00
transition_asm.S src/arch: Improve code formatting 2016-09-12 20:05:30 +02:00