Bump minimum NASM versionSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Remove YASM supportSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
tools: [test_extended] remove FIPS_MODE from noarch buildSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: allow extra build options in extended testsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: build extended test apps in CI scriptSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
tools: format source files in parallelSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: use clang-format for code style checkingSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: update to check_format.sh to skip intel-ipsec-mb directorySigned-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
tools: allow passing config options to test_checks.shSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: clean before running SDE validation in extended testsSigned-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
tools: ignore merge commits in signoff checkSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
tools: show commit hash when checking for signed-offSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
tools: fix shebangThis causes a build failure with slibtool.Gentoo issue: https://bugs.gentoo.org/924403Signed-off-by: orbea <orbea@riseup.net>
tools: allow testing on multiple architectures with Intel SDESigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
tools: check code style first in scriptSigned-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
build: Remove ms link flag for msvcrtThe cflag to link with dynamic msvcrt /MD is not necessary and causeswarnings when static linking.Change-Id: If9a3c55de17a81282a20af30dd25e25ceb90c157Signed
build: Remove ms link flag for msvcrtThe cflag to link with dynamic msvcrt /MD is not necessary and causeswarnings when static linking.Change-Id: If9a3c55de17a81282a20af30dd25e25ceb90c157Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
show more ...
Properly add .note.gnu.property section to assembly codes1. Partially revertcommit 7f8ce0f8177a2d76dfa7fc57f3f9af08eaf259e2Author: John Kariuki <John.K.Kariuki@intel.com>Date: Wed Jun 3 12:22
Properly add .note.gnu.property section to assembly codes1. Partially revertcommit 7f8ce0f8177a2d76dfa7fc57f3f9af08eaf259e2Author: John Kariuki <John.K.Kariuki@intel.com>Date: Wed Jun 3 12:22:52 2020 -0700 x86: add support for Intel CETwhich includes a hack to work around the old nasm which doesn't supportsection .note.gnu.property note alloc noexec align=8This hack doesn't work for downstream which doesn't use the hack.2. If Intel CET is enabled, require nasm with note section support toaddsection .note.gnu.property note alloc noexec align=Nto assembly codes.Verified with$ CC="gcc -Wl,-z,cet-report=error -fcf-protection" CXX="g++ -Wl,-z,cet-report=error -fcf-protection" .../configure x86_64-linux$ make -j8on Tiger Lake.Change-Id: I2f7930798aab9fe084919432b59799bb34884b3eSigned-off-by: H.J. Lu <hjl.tools@gmail.com>
build: Change name for win ossl libChange-Id: Ic613fc6a9812df934799526b49dfc7c4c567947eSigned-off-by: Greg Tucker <greg.b.tucker@intel.com>
Add stream api std testsChange-Id: I30a8110a31c3e087ee69f44f3d8c21840a0c944bSigned-off-by: Jerry Yu <jerry.h.yu@arm.com>
x86: add support for Intel CETThis patch generates .note.gnu.property section for ELF outputand adds endbranch to all indirect branch targets.Signed-off-by: John Kariuki <John.K.Kariuki@intel.co
x86: add support for Intel CETThis patch generates .note.gnu.property section for ELF outputand adds endbranch to all indirect branch targets.Signed-off-by: John Kariuki <John.K.Kariuki@intel.com>Change-Id: I622a546bf9b9590e11d4b4eda3d6828ea0a4e53f
build: Add auto regenerate of nmake fileThis addition should make it easier to keep the nmake file synchronized withother builds.Change-Id: Ie2b48f6b78950cd48f2b80c1806e4f4e45e4de7cSigned-off-b
build: Add auto regenerate of nmake fileThis addition should make it easier to keep the nmake file synchronized withother builds.Change-Id: Ie2b48f6b78950cd48f2b80c1806e4f4e45e4de7cSigned-off-by: Greg Tucker <greg.b.tucker@intel.com>
test:add noarch testChange-Id: I40245c7d61ca5dfe3a7f7e3796dda72d0e13da3bSigned-off-by: Jerry Yu <jerry.h.yu@arm.com>
Change indent format for minimal changes with latestChange-Id: I3b00f3fd012511502f5ec73c7546ce738a93343eSigned-off-by: Greg Tucker <greg.b.tucker@intel.com>
build: Add file permissions and signoff checksChange-Id: If90c5c901c8ee0fee4d41331daa397888801fa4aSigned-off-by: Greg Tucker <greg.b.tucker@intel.com>
Fix permissions on filesChange-Id: Ic0ae64313c4b5cd47419f81e35166f6bb495b820Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
12