summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-10-15 10:28:45 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-10-15 23:25:16 +0100
commitdae45a7136416508aeff7f226a4291c4017fa39f (patch)
treeb6ad3710ef1e07fd18a22c9d6368a9ddc988abdc
parent4b75f2a85e1b1b852a0e8476ca2ab78ca59ca77f (diff)
downloadedk2-platforms-dae45a7136416508aeff7f226a4291c4017fa39f.tar.xz
Silicon/Amd/Styx: fix flasher support
The StyxFlashUefi application was not migrated correctly from OpenPlatformPkg to edk2-platforms. It will be superseded shortly by capsule update support, but let's put it back into a working state before we remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--Platform/AMD/OverdriveBoard/OverdriveBoard.dsc2
-rw-r--r--Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc2
-rw-r--r--Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf2
3 files changed, 3 insertions, 3 deletions
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
index c99c12a223..daa7731720 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
@@ -740,7 +740,7 @@ DEFINE DO_FLASHER = FALSE
}
!if $(DO_FLASHER) == TRUE
- OpenPlatformPkg/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
+ Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
<LibraryClasses>
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
}
diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
index d4fc159bcf..29ce8b3bd1 100644
--- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
+++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
@@ -703,7 +703,7 @@ DEFINE DO_FLASHER = FALSE
}
!if $(DO_FLASHER) == TRUE
- OpenPlatformPkg/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
+ Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
<LibraryClasses>
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
}
diff --git a/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf b/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf
index 582b57b2c8..0c289dcf95 100644
--- a/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf
+++ b/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf
@@ -29,10 +29,10 @@
StyxFlashUefi.c
[Packages]
- AmdModulePkg/AmdModulePkg.dec
ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
+ Silicon/AMD/Styx/AmdModulePkg/AmdModulePkg.dec
[LibraryClasses]
BaseMemoryLib