aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/falco/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/falco/smihandler.c')
-rw-r--r--src/mainboard/google/falco/smihandler.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/google/falco/smihandler.c b/src/mainboard/google/falco/smihandler.c
index e86787b227..64078ff7b0 100644
--- a/src/mainboard/google/falco/smihandler.c
+++ b/src/mainboard/google/falco/smihandler.c
@@ -36,27 +36,6 @@
#define GPIO_WLAN_DISABLE_L 46
#define GPIO_LTE_DISABLE_L 59
-int mainboard_io_trap_handler(int smif)
-{
- switch (smif) {
- case 0x99:
- printk(BIOS_DEBUG, "Sample\n");
- smm_get_gnvs()->smif = 0;
- break;
- default:
- return 0;
- }
-
- /* On success, the IO Trap Handler returns 0
- * On failure, the IO Trap Handler returns a value != 0
- *
- * For now, we force the return value to 0 and log all traps to
- * see what's going on.
- */
- //gnvs->smif = 0;
- return 1;
-}
-
static u8 mainboard_smi_ec(void)
{
u8 cmd = google_chromeec_get_event();