[coreboot-gerrit] Change in coreboot[master]: mb/scaleway/tagada: Use bmcInfo to enable Relaxed Security Mode

Julien Viard de Galbert (Code Review) gerrit at coreboot.org
Thu Mar 29 15:08:01 CEST 2018


Julien Viard de Galbert has uploaded this change for review. ( https://review.coreboot.org/25438


Change subject: mb/scaleway/tagada: Use bmcInfo to enable Relaxed Security Mode
......................................................................

mb/scaleway/tagada: Use bmcInfo to enable Relaxed Security Mode

Change-Id: Id3a51452d587556c3fd671a0e28a65e940d6e8cb
Signed-off-by: Julien Viard de Galbert <jviarddegalbert at online.net>
---
M src/mainboard/scaleway/tagada/bmcinfo.c
1 file changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/25438/1

diff --git a/src/mainboard/scaleway/tagada/bmcinfo.c b/src/mainboard/scaleway/tagada/bmcinfo.c
index 5ca7369..44fb15a 100644
--- a/src/mainboard/scaleway/tagada/bmcinfo.c
+++ b/src/mainboard/scaleway/tagada/bmcinfo.c
@@ -21,6 +21,7 @@
 
 #include <console/console.h>
 #include <console/uart.h>
+#include <fsp/api.h>
 
 #include "bmcinfo.h"
 
@@ -207,3 +208,9 @@
 	return bmcinfo_coreboot_verbosity_level();
 }
 #endif
+
+/* Override fsp_relax_security */
+bool fsp_relax_security(void)
+{
+	return bmcinfo_relax_security();
+}

-- 
To view, visit https://review.coreboot.org/25438
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3a51452d587556c3fd671a0e28a65e940d6e8cb
Gerrit-Change-Number: 25438
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert at online.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180329/8064cb4c/attachment.html>


More information about the coreboot-gerrit mailing list