resolve merge conflicts of f6187c733f349b9529006f6d1afbc42f150c2bf0 to master

Test: I solemnly swear I tested this conflict resolution.
diff --git a/Startup.c b/Startup.c
index 54df25b..053735c 100644
--- a/Startup.c
+++ b/Startup.c
@@ -163,8 +163,10 @@
    // The H-CRTM state no longer matters
    g_DrtmPreStartup = FALSE;
 
+#ifdef EMBEDDED_MODE
    if (startup == SU_RESET)
        _plat__ResetCallback();
+#endif
 
    return TPM_RC_SUCCESS;
 }