commit | 739206bf2b8c6d7d0276260a82a23cc5bb1cba43 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Wed Mar 23 15:02:17 2022 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Mar 24 12:58:52 2022 +0000 |
tree | 0421c3bf5b6fe7d201d6ebc0770108cec0f2b3f7 | |
parent | 614c3f43a12cd6be6d79d7a8a63cfa603ff9d49f [diff] |
[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addresses Some newer HP products expose the host-based MAC (HBMAC) address using an ACPI method named "RTMA" returning a part-binary string of the form "_RTXMAC_#<mac>#", where "<mac>" comprises the raw MAC address bytes. Extend the existing support to handle this format alongside the older "_AUXMAC_" format (which uses a base16-encoded MAC address). Signed-off-by: Michael Brown <mcb30@ipxe.org>