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=Oew3afb7; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Mon, 10 Jun 2019 07:20:15 -0700 Received: by mail-wm1-f66.google.com with SMTP id c6so8377505wml.0 for ; Mon, 10 Jun 2019 07:20:14 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=YJ04zKaDeZxitxZ0OdfHakOYk7N6KWJjg5CIBpQLHEo=; b=Oew3afb7MAvoNw0S5F+8xOa46nwphUIy3uFyLwK6KGqVGYJVzBSzOXlPOkdoTMeTWc x69Sr/rQXqyymuHm61NROcLn1IiXMuZr+LFo4wyyyU04HLwga4XXv4mQs9k30fJC+j7U JnaZ8bYFcJn+S87lRbAvFgrK1a7gvj3hT1GC6cu2gEk56E/yoERQNiq8EwQSGAgXG9Mj kad5qk5uH/+5EAGZEkI1LyBkrTqnyCbrNyls6ubiKQ6iMTqGzy0R6PjrvvNuHgDhrTwT jf24f66HQg4rx8w6N1ycaQ9KV0anr9OB516whSrr7wMROnpEijUQbhJ9RjOPSnOFIb16 PO1A== 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:mime-version:content-transfer-encoding; bh=YJ04zKaDeZxitxZ0OdfHakOYk7N6KWJjg5CIBpQLHEo=; b=nknmb6foUSR5+ULg+b/s0/wiZdB9zVUZzUD09+R/I1KPd0KGKAf5/5sbUoMJeaj4gP dj8L8RDhaC6BMakXPIx8ezAp0Q3WjYubBPEQdEkU4B8iVObewbsyTU+sW3PuxkLL6Qhu LB/0wYwJkRheyOzhoQky0wLtZtxjpGM+s5NH7hQ3sY04L0tjbr09yk8byUeUcqUVuS9A /8+mNszxQCzbNRWH8aXTC565MGAxUybotmpQGuEwvwXJynVRysX6UKqA6/P80UO6HyZq vUZGK4U4XKPoJCufC6n3y/PE73fbdPMc1j2h7oH7lthjmSKIr8dQvreTXT9U+yGtigRm eqSA== X-Gm-Message-State: APjAAAU5NNxWOrTK5oYrubQH2FaMRw0mGeqE1ZUfbJkLCbfBUNlP0IFl CkOxA37ombwgT9apcuui7YEkTCoAgspDJw== X-Google-Smtp-Source: APXvYqyjLWBQcPCg3lBCN4L9HpPbgnbkhRxKJ/Il4HbTclPoVUhieevBB6jn3aU6dVgSEiXteOSLig== X-Received: by 2002:a1c:9696:: with SMTP id y144mr13842973wmd.73.1560176412880; Mon, 10 Jun 2019 07:20:12 -0700 (PDT) Return-Path: Received: from sudo.home ([2a01:cb1d:112:6f00:fc6b:c1c2:30ed:eca3]) by smtp.gmail.com with ESMTPSA id z5sm9237693wma.36.2019.06.10.07.20.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2019 07:20:11 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH edk2-platforms 1/5] Silicon/TexasInstruments/Omap35xxPkg: fix path references Date: Mon, 10 Jun 2019 16:20:02 +0200 Message-Id: <20190610142006.30007-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190610142006.30007-1-ard.biesheuvel@linaro.org> References: <20190610142006.30007-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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(-) diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf b/Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf index 39e36ec9ce48..7f741fe10e0e 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf @@ -20,7 +20,7 @@ [Sources.common] [Packages] MdePkg/MdePkg.dec - Omap35xxPkg/Omap35xxPkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] PcdLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf b/Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf index 16850a3e6659..c0410a340a17 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf @@ -19,9 +19,9 @@ [Sources.common] Gpio.c [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] IoLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf b/Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf index 2a956c276729..abc5b84c9375 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf @@ -23,9 +23,9 @@ [Sources.common] [Packages] ArmPkg/ArmPkg.dec - Omap35xxPkg/Omap35xxPkg.dec - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] BaseLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf b/Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf index b017d8bf9258..65624ce7e189 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf @@ -18,12 +18,12 @@ [Sources.common] LcdGraphicsOutputBlt.c [Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - ArmPkg/ArmPkg.dec ArmPlatformPkg/ArmPlatformPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + ArmPkg/ArmPkg.dec EmbeddedPkg/EmbeddedPkg.dec + MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] ArmLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf index ee178e7bd26b..74c03eab7828 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf @@ -24,11 +24,10 @@ [Sources.common] [Packages] - MdePkg/MdePkg.dec - EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec ArmPkg/ArmPkg.dec - + EmbeddedPkg/EmbeddedPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] BaseLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf index c372e35c5581..d13744f5875f 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf @@ -21,9 +21,9 @@ [Sources.common] [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] DebugLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf index ddb95c6542cb..0ef4ecdbca0d 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf @@ -24,9 +24,9 @@ [Sources.common] TimerLib.c [Packages] - Omap35xxPkg/Omap35xxPkg.dec - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] DebugLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf index 68a0606cdfc3..d92a95cb0d09 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf @@ -18,10 +18,10 @@ [Sources.common] OmapDmaLib.c [Packages] - MdePkg/MdePkg.dec - EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + EmbeddedPkg/EmbeddedPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] DebugLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf index df3738762278..ca0554b7407f 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf @@ -17,9 +17,9 @@ [Sources.common] OmapLib.c [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] DebugLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf index 85c914796bce..876546e1c198 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf @@ -15,9 +15,9 @@ [Sources.common] RealTimeClockLib.c [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] IoLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf b/Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf index 086ed3c2a985..a4946059556f 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf @@ -33,7 +33,7 @@ [LibraryClasses] [Packages] EmbeddedPkg/EmbeddedPkg.dec MdePkg/MdePkg.dec - Omap35xxPkg/Omap35xxPkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [FixedPcd] gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart diff --git a/Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf b/Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf index 88407211a57f..28e78ee646cd 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf @@ -17,9 +17,9 @@ [Sources.common] MmcHostDxe.c [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] PcdLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf b/Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf index 2e8e258985dc..666923acf717 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf @@ -20,10 +20,10 @@ [Sources.common] PciEmulation.c [Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] BaseLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf b/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf index 0a3f4240ba9e..488116e5007f 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf @@ -19,7 +19,7 @@ [Sources.common] [Packages] MdePkg/MdePkg.dec - Omap35xxPkg/Omap35xxPkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] PcdLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf b/Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf index e37d0a0f52a7..907d67b21790 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf @@ -19,9 +19,9 @@ [Sources.common] TPS65950.c [Packages] - MdePkg/MdePkg.dec EmbeddedPkg/EmbeddedPkg.dec - Omap35xxPkg/Omap35xxPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] BaseMemoryLib diff --git a/Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf b/Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf index e072982d5143..c96ad42957c0 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf +++ b/Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf @@ -20,10 +20,10 @@ [Sources.common] Timer.c [Packages] - Omap35xxPkg/Omap35xxPkg.dec - MdePkg/MdePkg.dec - EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec + EmbeddedPkg/EmbeddedPkg.dec + MdePkg/MdePkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] BaseLib -- 2.20.1