- Sep 11, 2014
-
-
Alessandro Rubini authored
This is used by the next commit, where I read the symbol table of an ELF file the lazy way. I built the two binaries by rebuilding buildroot with BR2_PACKAGE_BINUTILS=y BR2_PACKAGE_BINUTILS_TARGET=y but I won't add the whole binutils binary-set to the WR switch, so the configuration items are still unset in the default configuration for WR switch. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Sep 04, 2014
-
-
Alessandro Rubini authored
This removes the hack of forking a child, because I'll need to do more than just passing a file name. The other tool using the same hack (load-virtex) is unchanged as I don't need to work on it. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Sep 03, 2014
-
-
Alessandro Rubini authored
You can "diff -w" or "show -w" and see there is no difference. I didn't shorten long lines nor anything "major", I just removed trailing spaces, that are highlighted in my editor, and fixed inconsistencies in indentation within functions. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
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.
-