Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [fdt] Add ability to parse unsigned integer properties | Michael Brown | 2024-10-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [fdt] Add ability to parse a MAC address from a flattened device tree | Michael Brown | 2019-07-19 | 1 | -0/+102 |
The Raspberry Pi NIC has no EEPROM to hold the MAC address. The platform firmware (e.g. UEFI or U-Boot) will typically obtain the MAC address from the VideoCore firmware and add it to the device tree, which is then made available to subsequent programs such as iPXE or the Linux kernel. Add the ability to parse a flattened device tree and to extract the MAC address. Signed-off-by: Michael Brown <mcb30@ipxe.org> |