PowerMac workaround to Xserves as well.
Information supplied by: Benjamin Herrenschmidt.
+2012-06-13 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Apply
+ PowerMac workaround to Xserves as well.
+ Information supplied by: Benjamin Herrenschmidt.
+
2012-06-13 Vladimir Serbinenko <phcoder@gmail.com>
Don't assume that beginning address is also the entry point on ppc.
if (rc >= 0 && grub_strncmp (tmp, "IBM", 3) == 0)
grub_ieee1275_set_flag (GRUB_IEEE1275_FLAG_NO_TREE_SCANNING_FOR_DISKS);
- if (grub_strncmp (tmp, "PowerMac", sizeof ("PowerMac") - 1) == 0)
+ if (grub_strncmp (tmp, "PowerMac", sizeof ("PowerMac") - 1) == 0
+ || grub_strncmp (tmp, "RackMac", sizeof ("RackMac") - 1) == 0)
grub_ieee1275_set_flag (GRUB_IEEE1275_FLAG_BROKEN_ADDRESS_CELLS);
if (is_smartfirmware)