- Sep 03, 2014
-
-
Alessandro Rubini authored
This adds two documents of mine (with greg's additions) that are considered useful for developers.
-
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
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 19, 2014
-
-
Grzegorz Daniluk authored
Without this fix all 802.1q tagged frames are assigned to class 0
-
- Aug 18, 2014
-
-
Grzegorz Daniluk authored
Built from commit 6194dc7 of wrpc-sw.
-
- Aug 07, 2014
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
We also provide them each time with the release binaries available on OHWR.
-
Grzegorz Daniluk authored
Requires updated HDL as well.
-
- Aug 04, 2014
-
-
Grzegorz Daniluk authored
-
- Aug 03, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 01, 2014
-
-
Alessandro Rubini authored
This reverts commit 38e59051. We don't need the sdram printouts any more. But it's good to have this in history anyways (it was an error having it in master, but all hackers promote bugs as features).
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
-
Alessandro Rubini authored
With mem=64M we have some sdram corruption, with "bad page state". This is unexplained, and the sam-ba code is so difficult to fix, that we'd better just install with 32M of sdram. At runtime we use a fixed at91boot, so 64M work properly. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
This actually has no effect, but since the item is there, we'd better have it correct.
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 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
-