[OpenWrt-Devel] [PATCH] ramips: Speed up eeprom read/write

Daniel Golle daniel at makrotopia.org
Mon Mar 18 11:05:34 EDT 2019


On Mon, Mar 18, 2019 at 03:51:09PM +0100, Tom Psyborg wrote:
> So, how enourmous boot speed-up did it achieve? I'd say not much since
> you read like what 500bytes of eeprom data?

Extracting 500b out of lets say 256kb is still more than 500 offsets
to be probed. If you do that byte-by-byte it's much slower than
doing it block-by-block.

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list