From ae89dbbacd07dce28db36bb653c150b41caed96c Mon Sep 17 00:00:00 2001 From: brentholtsclaw Date: Mon, 24 Jan 2022 09:37:41 -0800 Subject: [PATCH] Split hal and lib tpm Signed-off-by: brentholtsclaw --- chipsec/{hal => lib}/tpm12_commands.py | 0 chipsec/{hal => lib}/tpm_eventlog.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename chipsec/{hal => lib}/tpm12_commands.py (100%) rename chipsec/{hal => lib}/tpm_eventlog.py (100%) diff --git a/chipsec/hal/tpm12_commands.py b/chipsec/lib/tpm12_commands.py similarity index 100% rename from chipsec/hal/tpm12_commands.py rename to chipsec/lib/tpm12_commands.py diff --git a/chipsec/hal/tpm_eventlog.py b/chipsec/lib/tpm_eventlog.py similarity index 100% rename from chipsec/hal/tpm_eventlog.py rename to chipsec/lib/tpm_eventlog.py