]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: Wire uuid reading from FRU
authorMichal Simek <michal.simek@amd.com>
Thu, 21 Jul 2022 14:19:17 +0000 (16:19 +0200)
committerMichal Simek <michal.simek@amd.com>
Tue, 26 Jul 2022 06:25:16 +0000 (08:25 +0200)
commitee5a4b87a1a57607db28fafa2692dabf92c64570
tree7bce63297018c103ee897ce56e5964c1ac259ac3
parentc6bceb4e360d704fb9746541c18a1a08f49353fc
xilinx: Wire uuid reading from FRU

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 directly is to setup pxeuuid based on it. For
example via preboot with "setenv pxeuuid ${board_uuid}"

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/1dfa4b4220a508abc05351da2119880811b77612.1658413156.git.michal.simek@amd.com
board/xilinx/common/board.c