mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Merge "feat(libfdt): add function to set MAC addresses" into integration
This commit is contained in:
commit
a4a36421df
2 changed files with 43 additions and 0 deletions
|
@ -32,5 +32,7 @@ int fdt_add_cpus_node(void *dtb, unsigned int afflv0,
|
|||
int fdt_add_cpu_idle_states(void *dtb, const struct psci_cpu_idle_state *state);
|
||||
int fdt_adjust_gic_redist(void *dtb, unsigned int nr_cores, uintptr_t gicr_base,
|
||||
unsigned int gicr_frame_size);
|
||||
int fdt_set_mac_address(void *dtb, unsigned int ethernet_idx,
|
||||
const uint8_t *mac_addr);
|
||||
|
||||
#endif /* FDT_FIXUP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue