[PATCH 3/3] fru: common: Record pcie/uuid fields in custom board area
Michal Simek
michal.simek at xilinx.com
Tue Nov 10 13:21:35 CET 2020
Add additional fields. They will be just recorded and filled but not shown.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
board/xilinx/common/fru.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/board/xilinx/common/fru.h b/board/xilinx/common/fru.h
index e85dde45314f..e7284709ddea 100644
--- a/board/xilinx/common/fru.h
+++ b/board/xilinx/common/fru.h
@@ -50,6 +50,10 @@ struct fru_board_data {
/* Xilinx custom fields */
u8 rev_type_len;
u8 rev[FRU_BOARD_MAX_LEN];
+ u8 pcie_type_len;
+ u8 pcie[FRU_BOARD_MAX_LEN];
+ u8 uuid_type_len;
+ u8 uuid[FRU_BOARD_MAX_LEN];
};
struct fru_table {
--
2.29.2
More information about the U-Boot
mailing list