From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 20D2C21B0284C for ; Tue, 12 Dec 2017 12:04:46 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id i11so995835wmf.4 for ; Tue, 12 Dec 2017 12:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=egFA9FwZg5oFeFUtDNHAHuS8sYINm45UtGLYktA4D3s=; b=cJ3B6BVY9jIVvHvbc7eec1njjaOFF2z+5b3Q9qKx2sLaHPE29+NxQ242XOhvXeaAFG cmSS9RVjPnN3FfxexqvDbIBIH0zGZsPNDDRAB6oCLFKmu+OOgd0PPtdY+yXf3b7SICEh kqT5zf/722taz3hagj2DaI0eq7SIejr0REPDA= 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:in-reply-to :references; bh=egFA9FwZg5oFeFUtDNHAHuS8sYINm45UtGLYktA4D3s=; b=LIO6tXdX3LJujE5CC9Z+OWDsqEXHf8CbWuNHzBhCsz7oD+IEUuLl4GKti8kzda51UW FZJf8eBso2hSEZAuQcj1Mp2G1EKwozkKXVc0Xg2f6E4SXsFFG0YQkP5I95QptNJZYvKP Q+PW39YA3NjHysOAMEkxNQ3Vjovm8v+whD9ojqbCpylFVEcG7uFXAhhvqCnGzJN0++U8 BUzIevGXunU2pFTM7tU6tffusFzWCnvf9YwCqL+ppAKE4zbOFOpz97B2MTYnifBIqiPp wHi0LCTAzp4CAint66x1INoU93e0xmx7ec1OocoflQXlMmZcTNsRXxP7xBod/hn6zdWn lqzA== X-Gm-Message-State: AKGB3mK3sPFVx4YG91ba0XTCkNQnR2oLqvZzCjffTHTEHlvuWeEp7Wuo T3MfGijLKDpYqgkdEM+lEJ3LnhTmF6M= X-Google-Smtp-Source: ACJfBotpp/XE77zcCSm1bYKHjCl1xEk3QDcHQYCmdtT5AGQQxosrg++qfoyYaPgAPmUKULbee33cuQ== X-Received: by 10.28.153.210 with SMTP id b201mr20543wme.2.1513109363540; Tue, 12 Dec 2017 12:09:23 -0800 (PST) Received: from localhost.localdomain ([196.71.25.202]) by smtp.gmail.com with ESMTPSA id u33sm21965689wrb.68.2017.12.12.12.09.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Dec 2017 12:09:22 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Tue, 12 Dec 2017 20:09:10 +0000 Message-Id: <20171212200911.15578-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171212200911.15578-1-ard.biesheuvel@linaro.org> References: <20171212200911.15578-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 1/2] Platform/SynQuacerEvalBoard: add RamDiskDxe driver to build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 20:04:46 -0000 Add the RamDiskDxe driver, which is required for HTTP booting .iso images. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 ++ Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 1 + 2 files changed, 3 insertions(+) diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index 630727cd19b3..e825eba9fa4f 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -108,6 +108,7 @@ [LibraryClasses.common] PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf + FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf @@ -578,6 +579,7 @@ [Components.common] MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf FatPkg/EnhancedFatDxe/Fat.inf + MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf # # RNG diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf index 1599f8953008..1ebc55ddc84d 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf @@ -181,6 +181,7 @@ [FV.FvMain] INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf INF FatPkg/EnhancedFatDxe/Fat.inf + INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf # # RNG -- 2.11.0