mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
fru: common: Record pcie/uuid fields in custom board area
Add additional fields. They will be just recorded and filled but not shown. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b8771d0b1d
commit
cd40b82655
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue