Skip to content
Snippets Groups Projects
Commit cc23f6b4 authored by Etienne Carriere's avatar Etienne Carriere
Browse files

cleanup op-tee core default log level


All targets already enable core debug log level: 3.

Signed-off-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey)
Tested-by: Joakim Bech <joakim.bech@linaro.org> (RPi3, MTK8173)
Tested-by: Etienne Carriere <etienne.carriere@linaro.org> (qemu_v7/v8)
parent 5e11351f
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ OPTEE_TEST_PATH ?= $(ROOT)/optee_test ...@@ -17,6 +17,7 @@ OPTEE_TEST_PATH ?= $(ROOT)/optee_test
OPTEE_TEST_OUT_PATH ?= $(ROOT)/optee_test/out OPTEE_TEST_OUT_PATH ?= $(ROOT)/optee_test/out
HELLOWORLD_PATH ?= $(ROOT)/hello_world HELLOWORLD_PATH ?= $(ROOT)/hello_world
# default high verbosity. slow uarts shall specify lower if prefered
CFG_TEE_CORE_LOG_LEVEL ?= 3 CFG_TEE_CORE_LOG_LEVEL ?= 3
CCACHE ?= $(shell which ccache) # Don't remove this comment (space is needed) CCACHE ?= $(shell which ccache) # Don't remove this comment (space is needed)
......
...@@ -186,7 +186,7 @@ linux-cleaner: linux-cleaner-common ...@@ -186,7 +186,7 @@ linux-cleaner: linux-cleaner-common
################################################################################ ################################################################################
# OP-TEE # OP-TEE
################################################################################ ################################################################################
OPTEE_OS_COMMON_FLAGS += PLATFORM=hikey CFG_TEE_TA_LOG_LEVEL=3 CFG_CONSOLE_UART=$(CFG_SW_CONSOLE_UART) OPTEE_OS_COMMON_FLAGS += PLATFORM=hikey CFG_CONSOLE_UART=$(CFG_SW_CONSOLE_UART)
OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=hikey OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=hikey
optee-os: optee-os-common optee-os: optee-os-common
......
...@@ -184,7 +184,7 @@ linux-cleaner: linux-cleaner-common ...@@ -184,7 +184,7 @@ linux-cleaner: linux-cleaner-common
################################################################################ ################################################################################
# OP-TEE # OP-TEE
################################################################################ ################################################################################
OPTEE_OS_COMMON_FLAGS += PLATFORM=hikey CFG_TEE_TA_LOG_LEVEL=3 CFG_CONSOLE_UART=$(CFG_SW_CONSOLE_UART) OPTEE_OS_COMMON_FLAGS += PLATFORM=hikey CFG_CONSOLE_UART=$(CFG_SW_CONSOLE_UART)
OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=hikey OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=hikey
optee-os: optee-os-common optee-os: optee-os-common
......
...@@ -122,7 +122,7 @@ linux-cleaner: linux-cleaner-common ...@@ -122,7 +122,7 @@ linux-cleaner: linux-cleaner-common
# OP-TEE # OP-TEE
################################################################################ ################################################################################
OPTEE_OS_COMMON_FLAGS += PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y \ OPTEE_OS_COMMON_FLAGS += PLATFORM=vexpress-qemu_armv8a CFG_ARM64_core=y \
DEBUG=0 CFG_PM_DEBUG=0 CFG_TEE_CORE_LOG_LEVEL=3 DEBUG=0 CFG_PM_DEBUG=0
optee-os: optee-os-common optee-os: optee-os-common
OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=vexpress-qemu_armv8a OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=vexpress-qemu_armv8a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment