net/sfc/base: support MUM/SUC firmware partitions
Signed-off-by: Andrew Lee <alee@solarflare.com> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
This commit is contained in:
parent
c14a991305
commit
f4891612e4
@ -2170,6 +2170,7 @@ static ef10_parttbl_entry_t medford_parttbl[] = {
|
||||
PARTN_MAP_ENTRY(FPGA_BACKUP, ALL, FPGA_BACKUP),
|
||||
PARTN_MAP_ENTRY(LICENSE, ALL, LICENSE),
|
||||
PARTN_MAP_ENTRY(EXPANSION_UEFI, ALL, UEFIROM),
|
||||
PARTN_MAP_ENTRY(MUM_FIRMWARE, ALL, MUM_FIRMWARE),
|
||||
};
|
||||
|
||||
static __checkReturn efx_rc_t
|
||||
|
@ -1381,6 +1381,7 @@ typedef enum efx_nvram_type_e {
|
||||
EFX_NVRAM_DYNAMIC_CFG,
|
||||
EFX_NVRAM_LICENSE,
|
||||
EFX_NVRAM_UEFIROM,
|
||||
EFX_NVRAM_MUM_FIRMWARE,
|
||||
EFX_NVRAM_NTYPES,
|
||||
} efx_nvram_type_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user