diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 09:38:25 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 09:38:25 +0200 |
| commit | 1efed3cbec879134d55aee8e13c6bbc6da9b6ef6 (patch) | |
| tree | dcd46a37fb228a0e7456dc5e0861efb0a5423de1 /Boot/Sources | |
| parent | ce11c1a5252f7cbb52ebecff41522f3c4a30525a (diff) | |
MHR-31: Changes related to ARM64/AMD64:
This is the last commit regarding AMD64 support, focusing on ARM64 now.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Boot/Sources')
| -rw-r--r-- | Boot/Sources/ovmf.ps1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Boot/Sources/ovmf.ps1 b/Boot/Sources/ovmf.ps1 deleted file mode 100644 index 5a2c5f0e..00000000 --- a/Boot/Sources/ovmf.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$client = new-object System.Net.WebClient -$output = "$PSScriptRoot\OVMF.fd" - -$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) |
