aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_bsw/ramstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/vault_bsw/ramstage.c')
-rw-r--r--src/mainboard/protectli/vault_bsw/ramstage.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_bsw/ramstage.c b/src/mainboard/protectli/vault_bsw/ramstage.c
new file mode 100644
index 0000000000..6320ca7a67
--- /dev/null
+++ b/src/mainboard/protectli/vault_bsw/ramstage.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* This file is part of the coreboot project. */
+
+#include <soc/ramstage.h>
+
+void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
+{
+ params->PcdTurboMode = 1;
+}