Hi, I've attached three patches:
1. sec_crc.patch: Enables crc checking of sections (if requested by the user via flags field) 2. sec_accel.patch: Adds acceleration hooks for section handling in hardware. This can be done either chunk by chunk while data is pulled from the feed (hook into memcpy and crc) or after the complete section has been assembled (hook only into crc) 3. sec_clean.patch: Moves some section only things from the generic feed into the section struct. Comments? Regards, Florian
sec_clean.patch
Description: Binary data
sec_crc.patch
Description: Binary data
sec_accel.patch
Description: Binary data
