From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::344; helo=mail-wm1-x344.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 62671211EB2B8 for ; Fri, 29 Mar 2019 00:46:18 -0700 (PDT) Received: by mail-wm1-x344.google.com with SMTP id q16so1416193wmj.3 for ; Fri, 29 Mar 2019 00:46:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=xh4a+qmk0MaZj5ymuxhTm7NIF/HJOjt2IHS/Xuyfd4s=; b=X4Bn1S1+pbjn/d5zM02qLCoTGp6g+zL6dF+VG3o4XIk+VeLkc7hrxWeUlC3Y/vsYcO M58cGZ0TQgyNW+AGphX+wcA0SvVCRAT413fyEbp5E/0U2OfOgJo9bVRvoom1r3NeY9vw MAZFfyKdZyXhT442qUhfLbAAH2TbPaLGrAq7Ma/qjJT/4+ZVX30h5kzTTIfaGRgIgXK+ ABqUQuAsA71b1jrS2Whp+WDQ12o8WxV+cW72maYCbGfU+QvGZjybCm4XRm5lt8ngWMul D8IgHOTpFosI1kY6rfDW61WlwA73aDDk1+LtxMBIz9sVFv2RjSqThRXxFLshXFK2hK6m DCTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=xh4a+qmk0MaZj5ymuxhTm7NIF/HJOjt2IHS/Xuyfd4s=; b=I2LFpsxDAorNjnQB8xttS/dW7HfdW8B1gc63M3iOwv8y4okpOCjdJ9dkfpPfcC9qkw 59UOLWaK0setmYP47H+lsuQXlvQVnXbbflYWA3wmKr1+7psy392ePEKLO0/EgkE9R8jc SyO1E4NE2UTzyKaigYttB1E1RsWopxN/nEMInhvC+tczLObqaJ/cJYXa+wZ7HNxyMVfE qgv+IUhjJrSzpEKus/jhncn7HsWv+BC6MFrKYNyyJMPplO0mIqGtejkj9WshHlJvT01L bAON1YpdWiHfji34Q2T9gJXN1wlZXJ/mqwgAn00xlz8R7kaEyvYRmq7XwnRyJCET2fpf wLSw== X-Gm-Message-State: APjAAAX2KSjdtSH8gbN/0klRjXWWdKX0RfjUfaL3KZog/n53ngagVJKB STR7fM4Fi3aEZXC4YbQ9/bscS89bNQKwTQ== X-Google-Smtp-Source: APXvYqzXFf9dNP0CZdG2U9bGMpPX86eOub6MrIYfr+mvTtLp/Q7AUy0z0/I2Z7wjGMucztyc3fcPEQ== X-Received: by 2002:a1c:a8d3:: with SMTP id r202mr2702006wme.106.1553845576255; Fri, 29 Mar 2019 00:46:16 -0700 (PDT) Received: from sudo.home ([2a01:cb1d:112:6f00:fd8f:9c66:4eb0:fe10]) by smtp.gmail.com with ESMTPSA id 66sm10122094wmd.3.2019.03.29.00.46.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Mar 2019 00:46:15 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Fri, 29 Mar 2019 08:46:12 +0100 Message-Id: <20190329074612.8192-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2019 07:46:18 -0000 Content-Transfer-Encoding: 8bit Provide a prebuilt binary of the standalone MM payload containing the UEFI authenticated variable store drivers. These are built from EDK2 components, but the resulting image needs to be wrapped in a FIP container and built into the secure world TF-A image. TF-A commit: e86e202c2e4e edk2 commit: 8028f0303218 edk2-platforms commit: 05fdad573966 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin | Bin 0 -> 374776 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin new file mode 100644 index 000000000000..eaae94874d4d Binary files /dev/null and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin differ -- 2.20.1