20180726_jeffrey - silenceuncrio/diary GitHub Wiki

0905

今天作一下 52xxz

原本是想幫 john verify 一下 vlan web page 怎麼了

發現是 vlan icos module get setting 就 fail 了

跟 john 討論後決定 vlan 先不動

0935

來把 M360 IPS web page porting 到 M300 來

先作 web cgi

0950

web cgi 搞定

1000

來把 IPS 的網頁也搬一搬

1045

IPS 搞定

commit e03d2463d991d97ccbed82e204e649fc5220b060
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 26 10:43:39 2018 +0800

    add 'Firewall / IPS(Intrusion Prevention System)' web page

 proscend/prosrc/icos/iweb/iweb.c                 |   4 +
 proscend/prosrc/webcgi/Makefile                  |   5 ++
 proscend/prosrc/webcgi/firewall.c                | 107 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/ips.html         |  72 +++++++++++++++
 proscend/prosrc/www/app/feature/ips.js           |  62 +++++++++++++
 proscend/prosrc/www/app/locale-en.json           |  12 +++
 proscend/prosrc/www/app/locale-fr.json           |  12 +++
 proscend/prosrc/www/app/locale-zh-tw.json        |  12 +++
 proscend/prosrc/www/app/services/icos.service.js |  11 ++-
 proscend/prosrc/www/src/index.html.src           |   1 +
 proscend/prosrc/www/src/menu.html.src            |   1 +
 11 files changed, 297 insertions(+), 2 deletions(-)

1130

還要從 M360 搬 engineer 頁面過去

因為新增了 lock pci 的功能

直接參考 M360 該次的 commit 來搬吧

1400

從 M360 搬 engineer 頁面到 M300

commit 948640d07adbb0c615247653d2aecaf9e6520d14
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 26 13:58:20 2018 +0800

    add 'LTE / Engineer' web page

 proscend/prosrc/icos/iweb/iweb.c              |   7 +-
 proscend/prosrc/webcgi/lte.c                  | 100 ++++++++++++++++--
 proscend/prosrc/www/app/feature/engineer.html | 141 ++++++++++++++++++++++++++
 proscend/prosrc/www/app/feature/engineer.js   | 129 +++++++++++++++++++++++
 proscend/prosrc/www/app/locale-en.json        |  24 +++++
 proscend/prosrc/www/app/locale-fr.json        |  24 +++++
 proscend/prosrc/www/app/locale-zh-tw.json     |  24 +++++
 proscend/prosrc/www/src/index.html.src        |   1 +
 proscend/prosrc/www/src/menu.html.src         |   2 +-
 9 files changed, 442 insertions(+), 10 deletions(-)

還支援 multi user

收工

1440

幫 emmc 版本的 mfgtool 瘦身一下

commit 963244f97e9393925227f31f9bd6abf83bb40dfe
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 26 14:39:50 2018 +0800

    remove useless files

 .../files/hardware_test/imx6ul-14x14-evk.dtb         | Bin 29152 -> 0 bytes
 .../files/hardware_test/rootfs_nogpu.tar.bz2         | Bin 27494391 -> 0 bytes
 .../files/hardware_test/u-boot-imx6ulevk_sd.imx      | Bin 363520 -> 0 bytes
 .../Linux/OS Firmware/files/hardware_test/zImage     | Bin 4993904 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 948640d07adbb0c615247653d2aecaf9e6520d14