Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bedca866 authored by Matthew Slattery's avatar Matthew Slattery Committed by Ben Hutchings
Browse files

sfc: Allocate NVRAM partition ID range for PHY images

parent 9c517165
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3799,6 +3799,10 @@
#define          NVRAM_PARTITION_TYPE_DUMP                 0x800
/* enum: Application license key storage partition */
#define          NVRAM_PARTITION_TYPE_LICENSE              0x900
/* enum: Start of range used for PHY partitions (low 8 bits are the PHY ID) */
#define          NVRAM_PARTITION_TYPE_PHY_MIN              0xa00
/* enum: End of range used for PHY partitions (low 8 bits are the PHY ID) */
#define          NVRAM_PARTITION_TYPE_PHY_MAX              0xaff
/* enum: Start of reserved value range (firmware may use for any purpose) */
#define          NVRAM_PARTITION_TYPE_RESERVED_VALUES_MIN  0xff00
/* enum: End of reserved value range (firmware may use for any purpose) */