* grub-core/loader/efi/appleloader.c (devpath_7): New var.
(devs): Add MBP 2011.
This commit is contained in:
parent
0a2d5a8275
commit
f65a829e41
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,9 @@ static struct piwg_full_device_path devpath_5 = MAKE_PIWG_PATH (0xffcb4000,
|
|||
static struct piwg_full_device_path devpath_6 = MAKE_PIWG_PATH (0xffcc4000,
|
||||
0xffffbfff);
|
||||
|
||||
static struct piwg_full_device_path devpath_7 = MAKE_PIWG_PATH (0xff981000,
|
||||
0xffc8ffff);
|
||||
|
||||
struct devdata
|
||||
{
|
||||
const char *model;
|
||||
|
@ -138,6 +141,7 @@ struct devdata devs[] =
|
|||
{"MBA", (grub_efi_device_path_t *) &devpath_4},
|
||||
{"MB NV", (grub_efi_device_path_t *) &devpath_5},
|
||||
{"MB NV2", (grub_efi_device_path_t *) &devpath_6},
|
||||
{"MBP2011", (grub_efi_device_path_t *) &devpath_7},
|
||||
{NULL, NULL},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue