summaryrefslogtreecommitdiff
path: root/src/soc/mediatek
diff options
context:
space:
mode:
authorYidi Lin <yidilin@chromium.org>2024-08-28 16:44:56 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-09-02 09:04:45 +0000
commit53be20d37bda35e6115c7af877b9638710665e7f (patch)
tree96dba28bae37ba98b9ce3b74fde2c66e1d3b76a6 /src/soc/mediatek
parent62632ebf24cf50d77ab73e3458525561b77190da (diff)
soc/mediatek: Add EARLY_INIT_PCIE_RESET to early_init_type
Add EARLY_INIT_PCIE_RESET for early PERST# de-assertion. BUG=b:361728592 TEST=emerge-cherry coreboot Change-Id: I7ab85694e85a4c3f77fefc22efe16734c347a716 Signed-off-by: Yidi Lin <yidilin@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84116 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Jianjun Wang <jianjun.wang@mediatek.com>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r--src/soc/mediatek/common/include/soc/early_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/include/soc/early_init.h b/src/soc/mediatek/common/include/soc/early_init.h
index 533dffd023..0c4582fdd4 100644
--- a/src/soc/mediatek/common/include/soc/early_init.h
+++ b/src/soc/mediatek/common/include/soc/early_init.h
@@ -12,6 +12,7 @@ DECLARE_REGION(early_init_data);
enum early_init_type {
EARLY_INIT_PCIE,
+ EARLY_INIT_PCIE_RESET,
EARLY_INIT_MAX,
};