> #define IBFT_SIGN "iBFT"
...
> +#ifdef CONFIG_ACPI
> + /*
> + * One spec says "IBFT", the other says "iBFT". We have to check
> + * for both.
> + */
Really?
Which one do you see in the field?
any reason to #define "iBFT" above and not use it below?
> + if (!ibft_addr)
> + acpi_table_parse(ACPI_SIG_IBFT, acpi_find_ibft);
> + if (!ibft_addr)
> + acpi_table_parse("iBFT", acpi_find_ibft);
> +#endif /* CONFIG_ACPI */
Len Brown, Intel Open Source Technology Center
_______________________________________________
gPXE-devel mailing list
[email protected]
http://etherboot.org/mailman/listinfo/gpxe-devel