PART_TRAIL_NONE = 0x100
};
+/** soft-version value overwrite types
+ * The default (for an uninitialised soft_ver field) is to use the numerical
+ * version number "0.0.0"
+ */
+enum soft_ver_type {
+ SOFT_VER_TYPE_NUMERIC = 0,
+ SOFT_VER_TYPE_TEXT = 1,
+};
+
/** Firmware layout description */
struct device_info {
const char *id;
const char *vendor;
const char *support_list;
enum partition_trail_value part_trail;
- const char *soft_ver;
+ struct {
+ enum soft_ver_type type;
+ union {
+ const char *text;
+ uint8_t num[3];
+ };
+ } soft_ver;
uint32_t soft_ver_compat_level;
struct flash_partition_entry partitions[MAX_PARTITIONS+1];
const char *first_sysupgrade_partition;
const char *last_sysupgrade_partition;
};
+#define SOFT_VER_TEXT(_t) {.type = SOFT_VER_TYPE_TEXT, .text = _t}
+#define SOFT_VER_NUMERIC(_maj, _min, _patch) { \
+ .type = SOFT_VER_TYPE_NUMERIC, \
+ .num = {_maj, _min, _patch}}
+#define SOFT_VER_DEFAULT SOFT_VER_NUMERIC(0, 0, 0)
+
struct __attribute__((__packed__)) meta_header {
uint32_t length;
uint32_t zero;
"CPE220(TP-LINK|US|N300-2):1.1\r\n"
"CPE220(TP-LINK|EU|N300-2):1.1\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE210(TP-LINK|EU|N300-2):2.0\r\n"
"CPE210(TP-LINK|US|N300-2):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE210(TP-LINK|UN|N300-2|00000000):3.20\r\n"
"CPE210(TP-LINK|US|N300-2|55530000):3.20\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE220(TP-LINK|EU|N300-2):2.0\r\n"
"CPE220(TP-LINK|US|N300-2):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE220(TP-LINK|EU|N300-2):3.0\r\n"
"CPE220(TP-LINK|US|N300-2):3.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE520(TP-LINK|US|N300-5):1.1\r\n"
"CPE520(TP-LINK|EU|N300-5):1.1\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE510(TP-LINK|EU|N300-5):2.0\r\n"
"CPE510(TP-LINK|US|N300-5):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE510(TP-LINK|US|N300-5|55530000):3.20\r\n"
"CPE510(TP-LINK|EU|N300-5|45550000):3.20\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE610(TP-LINK|EU|N300-5):1.0\r\n"
"CPE610(TP-LINK|US|N300-5):1.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"CPE610(TP-LINK|EU|N300-5):2.0\r\n"
"CPE610(TP-LINK|US|N300-5):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"WBS210(TP-LINK|US|N300-2):1.20\r\n"
"WBS210(TP-LINK|EU|N300-2):1.20\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"WBS210(TP-LINK|US|N300-2|55530000):2.0\r\n"
"WBS210(TP-LINK|EU|N300-2|45550000):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"WBS510(TP-LINK|EU|N300-5):1.20\r\n"
"WBS510(TP-LINK|CA|N300-5):1.20\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"WBS510(TP-LINK|EU|N300-5|45550000):2.0\r\n"
"WBS510(TP-LINK|CA|N300-5|43410000):2.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"SupportList:\r\n"
"{product_name:AD7200,product_ver:1.0.0,special_id:00000000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"SBL1", 0x00000, 0x20000},
"SupportList:\r\n"
"{product_name:Archer C2600,product_ver:1.0.0,special_id:00000000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/**
We use a bigger os-image partition than the stock images (and thus
"{product_name:Archer A7,product_ver:5.0.0,special_id:54570000}\n"
"{product_name:Archer A7,product_ver:5.0.0,special_id:52550000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:ArcherC2,product_ver:3.0.0,special_id:55530000}\n"
"{product_name:ArcherC2,product_ver:3.0.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:3.0.1\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:3.0.1\n"),
/** We're using a dynamic kernel/rootfs split here */
"{product_name:ArcherC25,product_ver:1.0.0,special_id:55530000}\n"
"{product_name:ArcherC25,product_ver:1.0.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:Archer C58,product_ver:1.0.0,special_id:45550000}\r\n"
"{product_name:Archer C58,product_ver:1.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x10000},
"{product_name:Archer C59,product_ver:1.0.0,special_id:52550000}\r\n"
"{product_name:Archer C59,product_ver:1.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:Archer C59,product_ver:2.0.0,special_id:45550000}\r\n"
"{product_name:Archer C59,product_ver:2.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:2.0.0 Build 20161206 rel.7303\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:2.0.0 Build 20161206 rel.7303\n"),
/** We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:Archer C6,product_ver:2.0.0,special_id:52550000}\r\n"
"{product_name:Archer C6,product_ver:2.0.0,special_id:4A500000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.9.1\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.9.1\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:Archer A6,product_ver:2.0.0,special_id:54570000}\n"
"{product_name:Archer C6,product_ver:2.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.9.1\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.9.1\n"),
.partitions = {
{"factory-boot", 0x00000, 0x20000},
"{product_name:Archer C6,product_ver:3.20,special_id:4A500000}"
"{product_name:Archer C6,product_ver:3.20,special_id:4B520000}",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.9\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.9\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x40000},
"{product_name:Archer A6,product_ver:3.0.0,special_id:55530000}\n"
"{product_name:Archer A6,product_ver:3.0.0,special_id:54570000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.5\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.5\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x40000},
"SupportList:\n"
"{product_name:Archer C6U,product_ver:1.0.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.2\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.2\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x40000},
"{product_name:Archer C60,product_ver:1.0.0,special_id:45550000}\r\n"
"{product_name:Archer C60,product_ver:1.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x10000},
"{product_name:Archer C60,product_ver:2.0.0,special_id:45550000}\r\n"
"{product_name:Archer C60,product_ver:2.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:2.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:2.0.0\n"),
.partitions = {
{"factory-boot", 0x00000, 0x1fb00},
"{product_name:Archer C60,product_ver:3.0.0,special_id:45550000}\r\n"
"{product_name:Archer C60,product_ver:3.0.0,special_id:55530000}\r\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:3.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:3.0.0\n"),
.partitions = {
{"factory-boot", 0x00000, 0x1fb00},
"{product_name:ArcherC5,product_ver:2.0.0,special_id:55530000}\r\n"
"{product_name:ArcherC5,product_ver:2.0.0,special_id:4A500000}\r\n", /* JP version */
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x40000},
"{product_name:Archer C7,product_ver:4.0.0,special_id:55530000}\n"
"{product_name:Archer C7,product_ver:4.0.0,special_id:43410000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:Archer C7,product_ver:5.0.0,special_id:4B520000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:7.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:7.0.0\n"),
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"product_ver:1.0.0,"
"special_id:00000000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x40000},
"SupportList:\r\n"
"EAP120(TP-LINK|UN|N300-2):1.0\r\n",
.part_trail = 0xff,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"SupportList:\r\n"
"EAP225-Outdoor(TP-Link|UN|AC1200-D):1.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
.partitions = {
"SupportList:\r\n"
"EAP225(TP-Link|UN|AC1350-D):3.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
.partitions = {
"SupportList:\r\n"
"EAP225-Wall(TP-Link|UN|AC1200-D):2.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
.partitions = {
"SupportList:\r\n"
"EAP235-Wall(TP-Link|UN|AC1200-D):1.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
.partitions = {
"SupportList:\r\n"
"EAP245(TP-LINK|UN|AC1750-D):1.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"SupportList:\r\n"
"EAP245(TP-Link|UN|AC1750-D):3.0\r\n",
.part_trail = PART_TRAIL_NONE,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.soft_ver_compat_level = 1,
/** Firmware partition with dynamic kernel/rootfs split */
"{product_name:TL-WA1201,product_ver:2.0.0,special_id:45550000}\n"
"{product_name:TL-WA1201,product_ver:2.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.1 Build 20200709 rel.66244\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.1 Build 20200709 rel.66244\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:TL-WA850RE,product_ver:2.0.0,special_id:41550000}\n"
"{product_name:TL-WA850RE,product_ver:2.0.0,special_id:52550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/**
576KB were moved from file-system to os-image
"{product_name:TL-WA855RE,product_ver:1.0.0,special_id:41550000}\n"
"{product_name:TL-WA855RE,product_ver:1.0.0,special_id:52550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"SupportList:\n"
"{product_name:TL-WPA8630P,product_ver:2.0.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"factory-uboot", 0x00000, 0x20000},
"{product_name:TL-WPA8630P,product_ver:2.0.0,special_id:44450000}\n"
"{product_name:TL-WPA8630P,product_ver:2.1.0,special_id:41550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"factory-uboot", 0x00000, 0x20000},
"SupportList:\n"
"{product_name:TL-WPA8630P,product_ver:2.1.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"factory-uboot", 0x00000, 0x20000},
"{product_name:TL-WR1043N,product_ver:5.0.0,special_id:45550000}\n"
"{product_name:TL-WR1043N,product_ver:5.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.0.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.0.0\n"),
.partitions = {
{"factory-boot", 0x00000, 0x20000},
{"fs-uboot", 0x20000, 0x20000},
"SupportList:\n"
"{product_name:TL-WR1043ND,product_ver:4.0.0,special_id:45550000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:TL-WR902AC,product_ver:1.0.0,special_id:45550000}\n"
"{product_name:TL-WR902AC,product_ver:1.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/**
384KB were moved from file-system to os-image
"SupportList:\n"
"{product_name:TL-WR941HP,product_ver:1.0.0,special_id:00000000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:TL-WR942N,product_ver:1.0.0,special_id:00000000}\r\n"
"{product_name:TL-WR942N,product_ver:1.0.0,special_id:52550000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE200,product_ver:2.0.0,special_id:54570000}\n"
"{product_name:RE200,product_ver:2.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE200,product_ver:3.0.0,special_id:54570000}\n"
"{product_name:RE200,product_ver:3.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE200,product_ver:4.0.0,special_id:49440000}\n"
"{product_name:RE200,product_ver:4.0.0,special_id:45470000}\n",
.part_trail = 0x00,
- .soft_ver = "soft_ver:1.1.0\n",
+ .soft_ver = SOFT_VER_TEXT("soft_ver:1.1.0\n"),
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE220,product_ver:2.0.0,special_id:54570000}\n"
"{product_name:RE220,product_ver:2.0.0,special_id:55530000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE305,product_ver:1.0.0,special_id:41550000}\n"
"{product_name:RE305,product_ver:1.0.0,special_id:43410000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},
"{product_name:RE350,product_ver:1.0.0,special_id:4b520000}\n"
"{product_name:RE350,product_ver:1.0.0,special_id:4a500000}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/** We're using a dynamic kernel/rootfs split here */
.partitions = {
"SupportList:\n"
"{product_name:RE350K,product_ver:1.0.0,special_id:00000000,product_region:US}\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/** We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE355,product_ver:1.0.0,special_id:4B520000}\r\n"
"{product_name:RE355,product_ver:1.0.0,special_id:55534100}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE450,product_ver:1.0.0,special_id:4B520000}\r\n"
"{product_name:RE450,product_ver:1.0.0,special_id:55534100}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/** We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE450,product_ver:2.0.0,special_id:4B520000}\r\n"
"{product_name:RE450,product_ver:2.0.0,special_id:42520000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE450,product_ver:3.0.0,special_id:4B520000}\r\n"
"{product_name:RE450,product_ver:3.0.0,special_id:42520000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE455,product_ver:1.0.0,special_id:4B520000}\r\n"
"{product_name:RE455,product_ver:1.0.0,special_id:42520000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE500,product_ver:1.0.0,special_id:41550000}\r\n"
"{product_name:RE500,product_ver:1.0.0,special_id:41530000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
"{product_name:RE650,product_ver:1.0.0,special_id:41550000}\r\n"
"{product_name:RE650,product_ver:1.0.0,special_id:41530000}\r\n",
.part_trail = 0x00,
- .soft_ver = NULL,
+ .soft_ver = SOFT_VER_DEFAULT,
/* We're using a dynamic kernel/rootfs split here */
.partitions = {
{
/** If an info string is provided, use this instead of
* the structured data, and include the null-termination */
- if (info->soft_ver) {
- uint32_t len = strlen(info->soft_ver) + 1;
+ if (info->soft_ver.type == SOFT_VER_TYPE_TEXT) {
+ uint32_t len = strlen(info->soft_ver.text) + 1;
return init_meta_partition_entry("soft-version",
- info->soft_ver, len, info->part_trail);
+ info->soft_ver.text, len, info->part_trail);
}
time_t t;
struct soft_version s = {
.pad1 = 0xff,
- .version_major = 0,
- .version_minor = 0,
- .version_patch = 0,
+ .version_major = info->soft_ver.num[0],
+ .version_minor = info->soft_ver.num[1],
+ .version_patch = info->soft_ver.num[2],
.year_hi = bcd((1900+tm->tm_year)/100),
.year_lo = bcd(tm->tm_year%100),