2
2
Fork
You've already forked frugen
2

3.0

This is going to be a new library API making it much easier to write your own frugen-like tools or implement various daemons working with FRU data, like OpenBMC's ipmi-fru-parser. The new API will completely abstract the user from the encoded form of FRU and will operate on decoded data based structures only.

It will be as easy to modify a FRU file as:

fru_t *fru = fru_loadfile(NULL, "filename.fru", FRU_NOFLAGS);
fru_setfield(&fru->board.pname, FRU_FT_AUTO, "New model name");
fru_savefile("filename.fru");
2024年12月16日
0% Completed

No results

Try adjusting your search filters.