]> Git Repo - u-boot.git/blobdiff - board/emulation/qemu-arm/qemu-arm.c
arm: qemu: Move GUIDs to the C file
[u-boot.git] / board / emulation / qemu-arm / qemu-arm.c
index 3df3e41c0b2cacd3fd9692d1f080767c50d5097d..dae37640bc5bb2e43341117335ca787e3676631b 100644 (file)
 #include <virtio.h>
 
 #include <linux/kernel.h>
+#include <linux/sizes.h>
+
+/* GUIDs for capsule updatable firmware images */
+#define QEMU_ARM_UBOOT_IMAGE_GUID \
+       EFI_GUID(0xf885b085, 0x99f8, 0x45af, 0x84, 0x7d, \
+                0xd5, 0x14, 0x10, 0x7a, 0x4a, 0x2c)
+
+#define QEMU_ARM64_UBOOT_IMAGE_GUID \
+       EFI_GUID(0x058b7d83, 0x50d5, 0x4c47, 0xa1, 0x95, \
+                0x60, 0xd8, 0x6a, 0xd3, 0x41, 0xc4)
 
 #ifdef CONFIG_ARM64
 #include <asm/armv8/mmu.h>
This page took 0.024708 seconds and 4 git commands to generate.