gfdt_add_symbol()
Add a symbol to the FDT symbol table (ARM)
Synopsis:
#include <qvm/firmware.h>void gfdt_add_symbol(int node,
const char *fmt,
...)Arguments:
- node
- The offset of the symbol value.
- fmt
- The symbol name, as a printf()-like formatted string.
- ...
- Optional arguments for the formatted string above.
Description:
This function associates a symbol name to a given node so it can be referenced by an overlay given in a VM configuration.
Page updated:
