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:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::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 1ADD121C913AB for ; Mon, 20 Nov 2017 03:33:15 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id r2so1331524wra.13 for ; Mon, 20 Nov 2017 03:37:30 -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=MerludL6i19J7W/2+vurQekMMmR88pu1T8Dv8kpABLY=; b=U9VKituiuye6QDo/pAtAs0Me3oP44yOWzvYtC2x68XAvrG4/kaAqOgabx8EGgtUAjD mnje7hASMM9ktKemhCxElPgX5rURzhqq93Q4+/fPrTcLpxOB6z56SV4crrfgznC+HUkc RFvMq3YrQRmDqCEIIaPgEVkymEvLgBqFqGP54= 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=MerludL6i19J7W/2+vurQekMMmR88pu1T8Dv8kpABLY=; b=Fo52fcnv4tMAxzOM1fg3/ru/jBXIvIY0B5Bj0UPJdo7n/9/JPz5O3g32BNCO4PcUBz wu3FeNG5lsmlTYz2hnc/w1WmX9jL2nUpY41g1mJEnGzLbKPohoZCcGl6/NIFmtoa+ip2 9Tf87Brkybvw8L09LSi2jiullxkAXDhWMl5pNd0KzK1ZnSqztfyxeRpUkyiDvFf0XaHZ HT8xOdutb+JpA3ofHtqOLTMIwY2eo77YUU4Z1Okydpe8dbILwoHP+Q1y1ck8R5PC/ktM kt2c7WHXu7BWJXyxG2njD3o1IsDoKbuG48bT5v9S2tLNg7eWa3CTqFJZG1+qSAznVUr1 koJg== X-Gm-Message-State: AJaThX7ZDEsB2BZhUkNRJ2NWo9WnnTCB7GY7IivLbNmDemR+0U3a0k/k wAAi/c/GiNUkaAUYIJsuasRhas4WAD4= X-Google-Smtp-Source: AGs4zMZnY6+QIP+7pSJhfDmeTryp6x8jSEleOM9BKsD/lM9dNcm+B0EVyXXbkNxWqxGhj7jjs9Y8HQ== X-Received: by 10.223.138.138 with SMTP id y10mr11686541wry.167.1511177847846; Mon, 20 Nov 2017 03:37:27 -0800 (PST) Received: from localhost.localdomain ([154.145.25.106]) by smtp.gmail.com with ESMTPSA id d4sm14760181wmh.35.2017.11.20.03.37.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Nov 2017 03:37:27 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Mon, 20 Nov 2017 11:37:14 +0000 Message-Id: <20171120113714.21856-5-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171120113714.21856-1-ard.biesheuvel@linaro.org> References: <20171120113714.21856-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 4/4] Platform/TC2: move to private FdtPlatformDxe implementation 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: Mon, 20 Nov 2017 11:33:16 -0000 Move to our own private copy of FdtPlatformDxe and BdsLib so that we can get rid of the upstream version. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 6 +++--- Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc index 1e6884ad5480..995dacd0b473 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc @@ -183,7 +183,7 @@ [PcdsFixedAtBuild.common] # # Define the device path to the FDT for the platform # - gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/ca15a7" + gFdtPlatformDxeTokenSpaceGuid.PcdFdtDevicePaths|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/ca15a7" # # ARM Architectural Timer Frequency @@ -296,7 +296,7 @@ [Components.common] # # FDT installation # - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf { + Platform/ARM/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf { - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf + BdsLib|Platform/ARM/Library/BdsLib/BdsLib.inf } diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf index ed901f9f1f86..86d6f1415383 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf +++ b/Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf @@ -183,7 +183,7 @@ [FV.FvMain] # # The UEFI driver is at the end of the list of the driver to be dispatched # after the device drivers (eg: Ethernet) to ensure we have support for them. - INF EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf + INF Platform/ARM/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf # Example to add a Device Tree to the Firmware Volume #FILE FREEFORM = PCD(gArmVExpressTokenSpaceGuid.PcdFdtVExpressHwA15x2A7x3) { -- 2.11.0