[edk2-devel] [PATCH edk2-platforms 1/5] Silicon/TexasInstruments/Omap35xxPkg: fix path references

Ard Biesheuvel ard.biesheuvel at linaro.org
Mon Jun 10 14:20:02 UTC 2019


Fix up all the path references to Omap35xxPkg itself, which have gone
stale after the move into edk2-platforms.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel at linaro.org>
---
 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#42105): https://edk2.groups.io/g/devel/message/42105
Mute This Topic: https://groups.io/mt/32004761/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list