.mod_align = GRUB_KERNEL_ARM_UBOOT_MOD_ALIGN,
.link_align = 4
},
- /* For coreboot versions that don't support self-relocating images. */
- {
- .dirname = "arm-coreboot-vexpress",
- .names = { "arm-coreboot-vexpress", NULL },
- .voidp_sizeof = 4,
- .bigendian = 0,
- .id = IMAGE_COREBOOT,
- .flags = PLATFORM_FLAGS_NONE,
- .total_module_size = GRUB_KERNEL_ARM_COREBOOT_TOTAL_MODULE_SIZE,
- .decompressor_compressed_size = TARGET_NO_FIELD,
- .decompressor_uncompressed_size = TARGET_NO_FIELD,
- .decompressor_uncompressed_addr = TARGET_NO_FIELD,
- .section_align = GRUB_KERNEL_ARM_COREBOOT_MOD_ALIGN,
- .vaddr_offset = 0,
- .elf_target = EM_ARM,
- .mod_gap = GRUB_KERNEL_ARM_COREBOOT_MOD_GAP,
- .mod_align = GRUB_KERNEL_ARM_COREBOOT_MOD_ALIGN,
- .link_align = 4,
- .link_addr = 0x62000000,
- },
{
- .dirname = "arm-coreboot-veyron",
- .names = { "arm-coreboot-veyron", NULL },
+ .dirname = "arm-coreboot",
+ .names = { "arm-coreboot", NULL },
.voidp_sizeof = 4,
.bigendian = 0,
.id = IMAGE_COREBOOT,
.mod_gap = GRUB_KERNEL_ARM_COREBOOT_MOD_GAP,
.mod_align = GRUB_KERNEL_ARM_COREBOOT_MOD_ALIGN,
.link_align = 4,
- .link_addr = 0x43000000,
},
+ /* For coreboot versions that don't support self-relocating images. */
{
- .dirname = "arm-coreboot",
- .names = { "arm-coreboot", NULL },
+ .dirname = "arm-coreboot-vexpress",
+ .names = { "arm-coreboot-vexpress", NULL },
.voidp_sizeof = 4,
.bigendian = 0,
.id = IMAGE_COREBOOT,
.mod_gap = GRUB_KERNEL_ARM_COREBOOT_MOD_GAP,
.mod_align = GRUB_KERNEL_ARM_COREBOOT_MOD_ALIGN,
.link_align = 4,
+ .link_addr = 0x62000000,
},
- /* For coreboot versions that don't support self-relocating images. */
{
.dirname = "arm-coreboot-veyron",
.names = { "arm-coreboot-veyron", NULL },