mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
tpm: add a console channel for TPM subsystem
With conditional compilation in place more channels can be created. BRANCH=none BUG=chrome-os-partner:43025 TEST=none yet Change-Id: Ia5aa5dba054b53adeabf7bd49d1111f65e87e924 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/287129 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
e0d27dd603
commit
3a77fd7332
@@ -65,6 +65,7 @@ static const char * const channel_names[] = {
|
||||
"system",
|
||||
"task",
|
||||
"thermal",
|
||||
"tpm",
|
||||
"usb",
|
||||
"usbcharge",
|
||||
"usbpd",
|
||||
|
||||
@@ -60,6 +60,7 @@ enum console_channel {
|
||||
CC_SYSTEM,
|
||||
CC_TASK,
|
||||
CC_THERMAL,
|
||||
CC_TPM,
|
||||
CC_USB,
|
||||
CC_USBCHARGE,
|
||||
CC_USBPD,
|
||||
|
||||
Reference in New Issue
Block a user