- Jul 29, 2014
-
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
also fixes a typo, not exposed unless you use -m ddr Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The snmpwalk client has a bug in returning 64-bit values. This redoes what we are already doing in wrsPpsi.c. It's bad, but mandatory at this point. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This adds an snmp stanza with the white rabbit date. However, it has 64-bit problems (it's the client, not the server). See next commit. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The name was inconsistent with anything else, and we must simplify and get consistent. A symlink with the old name is provided. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 28, 2014
-
-
Alessandro Rubini authored
This is similar to the kernel patch, but its impact is less important: barebox is only reading nand in our setup, and it looks like it never failed (on the other hand, the times were definitely out of specifications). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
We used the timing from the g45ek, but ours is slower. Actually, ours is slower only in 16-bit mode, and has the same timing when used in 8-bit mode. Our timing setup was outside of the allowed specification, and resulted in random and unreproducible failures. The "visible" effect is that reading 100MB takes 13.4s instead of 11.4s, measured with: time dd bs=1k count=102400 < /dev/mtd1 > /dev/null You can try another, still slower, setup just by hand, like this (in this order): devmem 0xffffe83c w 0x00051003 devmem 0xffffe838 w 0x000f000f devmem 0xffffe830 w 0x04060406 but the current settings (41003, 000c000c, 02040204) are alread within specification. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
-
Ports info (header) was updated only in index.php. Now it is refreshed every 15 seconds.
-
- Reference to advanced menu was not working properly after accessing firmware.php and load.php (fixed) - Global switch description in index.php output format for wr_date - Adding 1 second delay for reboot - Loading FPGA/lm32 bin now displays a warning message
-
Adding hostname@ip to the output. It is now displayed
-
Priority combobox changed to 0-7
-
ntp UTC combobox fixed.
-
- Now terminal emulator cursor is always focused on text input. - Change password menu shows admin user as read-only.
-
Previous changes on /etc files were not saved after reboot. Fixed --> /usr/etc
-
- previous wr_date get not working: changed to wr_date -n get - fixing startup php filesize to 40M
-
- Php filesize field has been removed(user cannot change it). - Permanently set to 40M. - DHCP/Static IP is now accesible from the main menu. minor format fixes
-
- Fixing javascript to include more than 1 table style - Vlan fix - Adding port 2 vlan management - minor fixes - Enable/Disable SNMP
-
Adding Web Management Interface info to the wrs-user_guide document - wwwlogin.png screenshot - wwwmanagement.png screenshot
-
New format changes - New CSS descriptors - table format change for endpoint, firmware, load, management and vlan php files
-
Web interface VLAN improvements: - adding hex2bin function for vlan mask - Minor fixes - checking empty entry values for vlan
-
Fixing www page redirection bugs
-
Minor changes: - deleting unused file administration.php - adding mount RW and RO in case it is neccesary to load, network and ptp
-
New login system: - default login: "admin", password "" - possibility of changing password Loging user&password are different from swith user/pass. It is now stored in /etc/phpusers.
-
- adding vlans - setting ports to vlan - remove vlans Adding neccesary functions for vlan support
-
Front-end Adaptation to WRS 4.0: - New firmware menu - endpoint tools adaptation. - ppsi adaptation - adding firmware tools (not ready, needs back-end). - terminal fixes - dhcp vs static ip - Minor fixes
-
Switch Management Update: - NTP Server Added + UTC - Possibility of loading .config files (ppsi, sfp, snmp, hal) - Restore all config files from backup. - Backup all config files. Added folder downloads/, used for backup downloads.
-
New contact/about page: - 7S, UGR & CERN logos - wr-switch developers added.
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 27, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Kernel support for verifying writes is not subpag-aware, and the net result is a complete failure. This reverts commit bdccd4d9.
-
- Jul 23, 2014
-
-
Alessandro Rubini authored
There is an extra "rm" for a file that has already been removed. rm: cannot remove `/tmp/flash-wrs-MccpGE/bb.new': No such file or directory This fixed the problem. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
We had /etc/init.d/wrs-boot-procedure: line 104: tee: not found because tee is not in /bin; we need to always use "busybox tee". This adds a variable TEE="busybox tee" to make it easier to remind, at later edits, and fit in 80 columns at the same time. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 22, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-