Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
15320adb
Commit
15320adb
authored
Jul 31, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Jul 31, 2020
Browse files
Merge "Makefile, doc: Make OPENSSL_DIR variable as build option for tools" into integration
parents
499f192c
582e4e7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
15320adb
...
...
@@ -1201,7 +1201,7 @@ certtool: ${CRTTOOL}
.PHONY
:
${CRTTOOL}
${CRTTOOL}
:
${Q}${MAKE}
PLAT
=
${PLAT}
USE_TBBR_DEFS
=
${USE_TBBR_DEFS}
COT
=
${COT}
--no-print-directory
-C
${CRTTOOLPATH}
${Q}${MAKE}
PLAT
=
${PLAT}
USE_TBBR_DEFS
=
${USE_TBBR_DEFS}
COT
=
${COT}
OPENSSL_DIR
=
${OPENSSL_DIR}
--no-print-directory
-C
${CRTTOOLPATH}
@
${ECHO_BLANK_LINE}
@
echo
"Built
$@
successfully"
@
${ECHO_BLANK_LINE}
...
...
@@ -1267,7 +1267,7 @@ enctool: ${ENCTOOL}
.PHONY
:
${ENCTOOL}
${ENCTOOL}
:
${Q}${MAKE}
PLAT
=
${PLAT}
BUILD_INFO
=
0
--no-print-directory
-C
${ENCTOOLPATH}
${Q}${MAKE}
PLAT
=
${PLAT}
BUILD_INFO
=
0
OPENSSL_DIR
=
${OPENSSL_DIR}
--no-print-directory
-C
${ENCTOOLPATH}
@
${ECHO_BLANK_LINE}
@
echo
"Built
$@
successfully"
@
${ECHO_BLANK_LINE}
...
...
docs/getting_started/build-options.rst
View file @
15320adb
...
...
@@ -721,6 +721,10 @@ Common build options
bit
,
to
trap
access
to
the
RAS
ERR
and
RAS
ERX
registers
from
lower
ELs
.
This
flag
is
disabled
by
default
.
-
``
OPENSSL_DIR
``:
This
flag
is
used
to
provide
the
installed
openssl
directory
path
on
the
host
machine
which
is
used
to
build
certificate
generation
and
firmware
encryption
tool
.
GICv3
driver
options
--------------------
...
...
make_helpers/defaults.mk
View file @
15320adb
...
...
@@ -308,3 +308,6 @@ RAS_TRAP_LOWER_EL_ERR_ACCESS := 0
# Build option to create cot descriptors using fconf
COT_DESC_IN_DTB
:=
0
# Build option to provide openssl directory path
OPENSSL_DIR
:=
/usr
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment