Re: [PATCH 1/2] xilinx: Wire uuid reading from FRU

2022-07-25 Thread Michal Simek
On 7/21/22 16:19, Michal Simek wrote: UUID is already recorded when FRU is parsed but it is not copied to local structures and exported to variable that's why simply add it. Data is saved in binary format but there must be conversion to string for exporting it to variable and string should be

[PATCH 1/2] xilinx: Wire uuid reading from FRU

2022-07-21 Thread Michal Simek
UUID is already recorded when FRU is parsed but it is not copied to local structures and exported to variable that's why simply add it. Data is saved in binary format but there must be conversion to string for exporting it to variable and string should be in uuid format too. One way how to use it