commit | e4fd69564532018a4124c6f9d8ba76da766629bd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 30 10:52:41 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Feb 13 09:40:05 2019 +0100 |
tree | 188b22a62c12e6057aee8a64ef5d513a629c3593 | |
parent | cc8e34178b5f141ed997843e86248e4d53f37298 [diff] |
efi_selftest: allow building on ARMv7-M ARMv7-M only supports the Thumb instruction set. Our current crt0 code does not support it. With the patch we can build all unit tests of the EFI subsystem that do not require crt0. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>