| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [acpi] Remove userptr_t from ACPI table parsing | Michael Brown | 2025-04-22 | 1 | -5/+7 |
| | | | | | | | | Simplify the ACPI table parsing code by assuming that all table content is fully accessible via pointer dereferences. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [acpi] Support the "_RTXMAC_" format for ACPI-based MAC addresses | Michael Brown | 2022-03-25 | 1 | -0/+19 |
| | | | | | | | | | | | | | | 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). Reported-by: Andreas Hammarskjöld <junior@2PintSoftware.com> Tested-by: Andreas Hammarskjöld <junior@2PintSoftware.com> Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [acpi] Add MAC address extraction self-tests | Michael Brown | 2022-03-24 | 1 | -0/+238 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||
