Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84116?usp=email )
Change subject: soc/mediatek: Add EARLY_INIT_PCIE_RESET to early_init_type ......................................................................
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 --- M src/soc/mediatek/common/include/soc/early_init.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jianjun Wang: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/mediatek/common/include/soc/early_init.h b/src/soc/mediatek/common/include/soc/early_init.h index 533dffd..0c4582f 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 @@
enum early_init_type { EARLY_INIT_PCIE, + EARLY_INIT_PCIE_RESET, EARLY_INIT_MAX, };