1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
ID18
## Detect flash and adjust /flash-memory properties.
## !! Reset the system - makes PITA on Espresso server
Note, Roxy can reset itself easily if kernel panics, so it must be doable...
[Through RED mode, suuure...]
## Use hardware multiply & divide
## printf with better %-sequences
## Probe memory through mappings, not bypass.
## Memory probing returns BS when bank 0 is 8MB, bank 1 is 32MB.
I know it's possible to read DIMM IDs. They have serial SROMs. But how?
## /proc/openprom does not show any properties, tree is ok. /options ?
[find --nosomething -> directory counts]
## Warn during build/run that size > 240K
By some reason mrcoffee eats 224K vs. 160K in espresso - what's the matter?
(we think - iommu *aligned* table, it's HUGE)
## (Auto-)switching serial console support, if enough memory.
## Serial console on MrCoffee (needs vcon_zs.c).
## Cursor in hconsole; make vconsole use it.
## Remove "TFTP Error: 1" message when command line file is missing.
## Rewrite Gero's UDP/IP with sane buffering arrangement.
Current code is way to fragile with a lot of assumptions.
Try to ping the node and observe the result.
|