aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/fdt.h
Commit message (Collapse)AuthorAgeFilesLines
* [fdt] Add ability to parse unsigned integer propertiesMichael Brown2024-10-281-0/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-191-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>