From e8ca8b538563756d9957c9e2b06cd8e25a9c6dcf Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 18 Jan 2016 20:40:03 +0000 Subject: [PATCH] lantiq: add support for TP-Link VR200v This adds basic support for TP-Link VR200v. Currently the following parts are not working: FXO, Voice, DECT, WIFI (both) Signed-off-by: Hauke Mehrtens SVN-Revision: 48328 --- src/mktplinkfw2.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/mktplinkfw2.c b/src/mktplinkfw2.c index 9277529..9b9ebf5 100644 --- a/src/mktplinkfw2.c +++ b/src/mktplinkfw2.c @@ -143,6 +143,12 @@ static struct flash_layout layouts[] = { .kernel_la = 0x80002000, .kernel_ep = 0x80002000, .rootfs_ofs = 0x140000, + }, { + .id = "16Mltq", + .fw_max_len = 0xf90000, + .kernel_la = 0x80002000, + .kernel_ep = 0x800061b0, + .rootfs_ofs = 0x140000, }, { .id = "8Mmtk", .fw_max_len = 0x7a0000, @@ -172,6 +178,12 @@ static struct board_info boards[] = { .layout_id = "8Mmtk", .hdr_ver = 3, .endian_swap = true, + }, { + .id = "ArcherVR200V", + .hw_id = 0x73b70801, + .hw_rev = 0x2f, + .layout_id = "16Mltq", + .hdr_ver = 2, }, { /* terminating entry */ } -- 2.30.2