mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:01:05 +02:00
Add definitions for the Zyxel NBG-318S
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10662 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
878684ff47
commit
f59f0d9676
@ -118,6 +118,9 @@ int num_blocks = 0;
|
||||
#define AR7_FLASH_BASE 0xB0000000
|
||||
#define AR7_CODE_START 0x94008000
|
||||
|
||||
#define ATHEROS_FLASH_BASE 0xBFC00000
|
||||
#define ATHEROS_CODE_START 0x80000800
|
||||
|
||||
#define BOARD(n, d, v, m, fb, fs, cs, fo) { \
|
||||
.name = (n), .desc=(d), \
|
||||
.vendor = (v), .model = (m), \
|
||||
@ -134,6 +137,9 @@ int num_blocks = 0;
|
||||
#define AR7BOARD1(n, d, m, fs) BOARD(n, d, ZYNOS_VENDOR_ID_ZYXEL, m, \
|
||||
AR7_FLASH_BASE, fs, AR7_CODE_START, 0x8000)
|
||||
|
||||
#define ATHEROSBOARD1(n, d, m, fs) BOARD(n, d, ZYNOS_VENDOR_ID_ZYXEL, m, \
|
||||
ATHEROS_FLASH_BASE, fs, ATHEROS_CODE_START, 0x8000)
|
||||
|
||||
static struct board_info boards[] = {
|
||||
/*
|
||||
* Infineon/ADMtek ADM5120 based boards
|
||||
@ -190,6 +196,11 @@ static struct board_info boards[] = {
|
||||
.fw_offs = 0x40000,
|
||||
},
|
||||
|
||||
/*
|
||||
:x
|
||||
*/
|
||||
ATHEROSBOARD1("NBG-318S", "ZyXEL NBG-318S", ZYNOS_MODEL_NBG_318S, 4),
|
||||
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
@ -215,4 +215,7 @@ struct zyn_mmt_item {
|
||||
/* OEM boards */
|
||||
#define ZYNOS_MODEL_O2SURF ZYNOS_MODEL_P_2602HWN_D7A
|
||||
|
||||
/* Atheros AR2318 based boards */
|
||||
#define ZYNOS_MODEL_NBG_318S MID( 232)
|
||||
|
||||
#endif /* _ZYNOS_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user