From: oharboe at B. <oh...@ma...> - 2009-09-11 23:14:31
|
Author: oharboe Date: 2009-09-11 23:14:31 +0200 (Fri, 11 Sep 2009) New Revision: 2697 Modified: trunk/TODO Log: David Brownell <da...@pa...> some early todo items on run_algorithm Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-09-11 18:34:15 UTC (rev 2696) +++ trunk/TODO 2009-09-11 21:14:31 UTC (rev 2697) @@ -132,6 +132,10 @@ ARM1156 has Thumb2; ARM1136 doesn't. - Cortex A8 support (ML) - add target implementation (ML) +- Generic ARM run_algorithm() interface + - tagged struct wrapping ARM instructions and metadata + - not revision-specific (current: ARMv4+ARMv5 -or- ARMv6 -or- ARMv7) + - usable with at least arm_nandwrite() and generic CFI drivers - MC1322x support (JW/DE?) - integrate and test support from JW (and DE?) - get working with a known good interface (i.e. not today's jlink) |