From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=VV06WvFh; spf=pass (domain: linaro.org, ip: 209.85.166.193, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-it1-f193.google.com (mail-it1-f193.google.com [209.85.166.193]) by groups.io with SMTP; Mon, 10 Jun 2019 07:30:38 -0700 Received: by mail-it1-f193.google.com with SMTP id j204so13441293ite.4 for ; Mon, 10 Jun 2019 07:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CoM5MdKOCEe9XjfZtEIqsCgdp5J9ZxgOeX0Dc2aWegQ=; b=VV06WvFh/qJiHr6sAMy9+2l1TRq7dsgXSLLu9JhpUoy0qhlIWeCf5fvpVo9e1e51/f 0wBcwn5ESVTWUP/5+TJb+yq8wQvi/MfFm9njivfkS8bsse3jwT2+pzns7kehLISezOBR HWVRHdKOFLdiYTT+hSDyxQjagUi19lXY87U/R78az0H1k5ofYUoj9I968KEKmW+2yFpQ Pw59LUZhzN0yJsSnlkBzUrdp6dp4+CefUaaf5m8LdODg0GAPLv/K4HVjXCUWkKQ9wSr0 n9Zu7U30kYRxNJ7jlZGT3FL83Au2gjP5bKRVvzAf0C6Id+taRSezZz/zQzl48smy67ei Xc+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CoM5MdKOCEe9XjfZtEIqsCgdp5J9ZxgOeX0Dc2aWegQ=; b=BYjf9uhccdmdCxOtqKfax1jXX7gq2mIrAo9GbaGOZigX1AwntectNoLM93iVnJPSOH +1P5eOYzKzD0s7l3J96Fr/pkBdj+RAxC7WFp0UzSm6UuNvcnfz05vP2VIwXYZae0sAJR 9cFTuIlG2Z3D+kRIpqKskPu7NrxWYVKeqBxNTnUS5jfCHYQTD5dNQvmSirgF1uvP4T2P UI3nD4R4GyvE2POVrjub0aZa6NbGn4npsVFJVHEMz4U1keTENzd8CoszPFlsgL+/xE6Z vBL84n6hTQvGyM1ncL9sq+DNhU2e2kSB1E8QRf0g2f1OSCdIJGzo95BGhTryCHKBDPeZ tisA== X-Gm-Message-State: APjAAAWJp099ga+rAZgabbGQmZo/xn5jO5sLgbn68NLPNaaAaaart2Tj Z4VjIYld333r19Yaa1Yk1f77BPBaOuigLCmNIa3bTlNkuXMSdA== X-Google-Smtp-Source: APXvYqykmwjwYBbpAqn/XQ71MaTSkcQtxd9Tw6SqHDUu7dqcPJ6DR5u/YvmEGYwHDXzM7QpSzH30ZfRLAr1QGkM/utQ= X-Received: by 2002:a24:740f:: with SMTP id o15mr15457546itc.76.1560177037830; Mon, 10 Jun 2019 07:30:37 -0700 (PDT) MIME-Version: 1.0 References: <20190610142006.30007-1-ard.biesheuvel@linaro.org> <20190610142006.30007-2-ard.biesheuvel@linaro.org> In-Reply-To: <20190610142006.30007-2-ard.biesheuvel@linaro.org> From: "Ard Biesheuvel" Date: Mon, 10 Jun 2019 16:30:25 +0200 Message-ID: Subject: Re: [PATCH edk2-platforms 1/5] Silicon/TexasInstruments/Omap35xxPkg: fix path references To: edk2-devel-groups-io Cc: Leif Lindholm Content-Type: text/plain; charset="UTF-8" On Mon, 10 Jun 2019 at 16:20, Ard Biesheuvel wrote: > > Fix up all the path references to Omap35xxPkg itself, which have gone > stale after the move into edk2-platforms. > > Signed-off-by: Ard Biesheuvel > --- > Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf | 2 +- > Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf | 8 ++++---- > Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf | 7 +++---- > Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf | 6 +++--- > Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf | 2 +- > Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf | 6 +++--- > Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf | 2 +- > Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf | 4 ++-- > Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf | 6 +++--- > 16 files changed, 35 insertions(+), 36 deletions(-) > Right after hitting send, i noticed that I missed Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dsc, which needs fixing up as well. It also refers to a driver which is not used anywhere (MMCHSDxe/MMCHS.inf) so I suggest we just remove that entirely. Cumulative diff follows. diff --git a/Silicon/TexasInstruments/Omap35xxPkg/MMCHSDxe/MMCHS.c b/Silicon/TexasInstruments/Omap35xxPkg/MMCHSDxe/MMCHS.c deleted file mode 100644 index 099e37c4695a..000000000000 diff --git a/Silicon/TexasInstruments/Omap35xxPkg/MMCHSDxe/MMCHS.inf b/Silicon/TexasInstruments/Omap35xxPkg/MMCHSDxe/MMCHS.inf deleted file mode 100644 index a759f5939412..000000000000 --- a/Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dsc @@ -20,10 +20,8 @@ [Defines] DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/Omap35xxPkg SUPPORTED_ARCHITECTURES = ARM - BUILD_TARGETS = DEBUG|RELEASE + BUILD_TARGETS = DEBUG|RELEASE|NOOPT SKUID_IDENTIFIER = DEFAULT - DEFINE TARGET_HACK = DEBUG - [LibraryClasses.common] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf @@ -43,8 +41,8 @@ [LibraryClasses.common] RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf - OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf - OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf + OmapLib|Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf + OmapDmaLib|Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf UefiLib|MdePkg/Library/UefiLib/UefiLib.inf @@ -57,7 +55,7 @@ [LibraryClasses.common] UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf - TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf + TimerLib|Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf # # Assume everything is fixed at build @@ -160,24 +158,23 @@ [PcdsFixedAtBuild.common] # ################################################################################ [Components.common] - Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf - Omap35xxPkg/Library/OmapLib/OmapLib.inf - Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf - - Omap35xxPkg/Flash/Flash.inf - Omap35xxPkg/MMCHSDxe/MMCHS.inf - Omap35xxPkg/SmbusDxe/Smbus.inf - Omap35xxPkg/Gpio/Gpio.inf - Omap35xxPkg/InterruptDxe/InterruptDxe.inf - Omap35xxPkg/TimerDxe/TimerDxe.inf - Omap35xxPkg/TPS65950Dxe/TPS65950.inf - - Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf - Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf - Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf - Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf - Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf - Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf - Omap35xxPkg/PciEmulation/PciEmulation.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf + + Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf + Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf + Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf + Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf + Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf + Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf + + Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf + Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf + Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf + Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf