From patchwork Tue Aug 30 11:18:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 74971 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2092326qga; Tue, 30 Aug 2016 04:18:39 -0700 (PDT) X-Received: by 10.200.36.83 with SMTP id d19mr3347247qtd.94.1472555919104; Tue, 30 Aug 2016 04:18:39 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id o3si2636206qke.64.2016.08.30.04.18.38; Tue, 30 Aug 2016 04:18:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C46646089C; Tue, 30 Aug 2016 11:18:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E0117608CD; Tue, 30 Aug 2016 11:18:36 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1E9A46067C; Tue, 30 Aug 2016 11:18:35 +0000 (UTC) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by lists.linaro.org (Postfix) with ESMTPS id 67E266067C for ; Tue, 30 Aug 2016 11:18:23 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id f65so115762919wmi.0 for ; Tue, 30 Aug 2016 04:18:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=b29e2Jyuq1EUV95d5UCBenSvq4885mUfCU+PrP9wU0w=; b=aqbQkRXZK0VHKbht+tKyww72nFuaduwS9oKGkGu5byWYe5sLhM3OB/djdYTFNPpps5 kMyPvQgCUJUHj9RIkVZAfLjeZPx6jJxVuTHfT51bKSsjvpuY1zTPXs+qO2s2kvWdb2iJ 7C2pLoJgd8bCYSIXBw7qreNz1BilSBSVMe0kI9icSZVHibc/eWAnEGAv0e9iKfPCPJU6 HDjGXMfsqYBrX9vzM5quzs8NqTA/zGOxMA9KUQ5XK+0YgRakKUa0svI8LRsVgnGEu40U 5zh9Gf7Qfugwaln/gk3M5Veyl8bQ3/Lt9uhoSwapInT+uUedBOKpbEyelYRXBwwMqNQI /0DQ== X-Gm-Message-State: AE9vXwPhQPKAPyvH3bU5/ErIBzZkQ55PjOG7sttmtQOgBpiKhJV8/MElB5kZl7zLVoeRj9Bm9ok= X-Received: by 10.194.95.105 with SMTP id dj9mr3047894wjb.20.1472555902423; Tue, 30 Aug 2016 04:18:22 -0700 (PDT) Received: from localhost.localdomain ([160.165.12.73]) by smtp.gmail.com with ESMTPSA id f4sm18146214wmf.8.2016.08.30.04.18.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 30 Aug 2016 04:18:21 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ricardo.salveti@linaro.org Date: Tue, 30 Aug 2016 12:18:10 +0100 Message-Id: <1472555890-29179-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1472555890-29179-1-git-send-email-ard.biesheuvel@linaro.org> References: <1472555890-29179-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [Linaro-uefi] [PATCH 2/2] Platforms/AMD/CelloBoard: add Renesas PD720202 firmware downloader X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc | 4 ++++ Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc b/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc index 01ad69708237..36d675a9939b 100644 --- a/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc +++ b/Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc @@ -654,3 +654,7 @@ DEFINE DO_KCS = 0 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000 } + +!ifdef $(RENESAS_XHCI_FW_DIR) + OpenPlatformPkg/Drivers/Xhci/RenesasFirmwarePD720202/RenesasFirmwarePD720202.inf +!endif diff --git a/Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf b/Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf index 3b2116756439..436e445389f2 100644 --- a/Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf +++ b/Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf @@ -217,6 +217,16 @@ READ_LOCK_STATUS = TRUE # INF OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxRngDxe/StyxRngDxe.inf + # + # Renesas PD720202 XHCI firmware uploader, requires firmware image + # in directory $(RENESAS_XHCI_FW_DIR) + # +!ifdef $(RENESAS_XHCI_FW_DIR) + INF OpenPlatformPkg/Drivers/Xhci/RenesasFirmwarePD720202/RenesasFirmwarePD720202.inf + FILE FREEFORM = A059EBC4-D73D-4279-81BF-E4A89308B923 { + SECTION RAW = $(RENESAS_XHCI_FW_DIR)/K2013080.mem + } +!endif [FV.STYX_EFI] FvAlignment = 16