Skip to content

Commit fe60779

Browse files
committed
Upgrade aarch64 EFI firmware
1 parent 071262e commit fe60779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/efibios.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ package constants
1818

1919
import "github.com/AlexSSD7/linsk/utils"
2020

21-
const aarch64EFIImageBZ2URL = "https://github.com/qemu/qemu/raw/86305e864191123dcf87c3af639fddfc59352ac6/pc-bios/edk2-aarch64-code.fd.bz2"
21+
const aarch64EFIImageBZ2URL = "https://github.com/qemu/qemu/raw/e3404e01c7f74efdc3440ddfd339d67bf7a8410e/pc-bios/edk2-aarch64-code.fd.bz2"
2222
const aarch64EFIImageName = "edk2-aarch64-code.fd"
2323

2424
var aarch64EFIImageHash []byte
2525

2626
func init() {
27-
aarch64EFIImageHash = utils.MustDecodeHex("f7f2c02853fda64cad31d4ab95ef636a7c50aac4829290e7b3a73b17d3483fc1")
27+
aarch64EFIImageHash = utils.MustDecodeHex("c0c78f7443cce15bcc91a8b6966e759c8c5cf5c80ac0086d5d79b0455fc9ccb5")
2828
}
2929

3030
func GetAarch64EFIImageName() string {

0 commit comments

Comments
 (0)