Files
sw_openocd/src/flash/nor
Zachary T Welch c65d94f7d0 add flash/nor/core.[ch]
The newly moved flash TCL routines access the internals of the module
too much.  Fix the layering issues by adding new core NOR flash APIs:

<flash/nor/core.h>:
  - flash_driver_find_by_name() - self-descriptive

<flash/nor/imp.h>:
  - flash_bank_add()            - encapsulates adding banks to bank list
  - flash_bank_list()           - encapsulates retreiving bank list

This allows the externs in flash/nor/imp.h to be removed, and
these mechanisms may now be re-used by other flash module code.
2009-12-04 03:34:33 -08:00
..
2009-12-02 23:27:09 -08:00
2009-12-04 03:34:33 -08:00
2009-12-04 03:34:33 -08:00
2009-12-04 03:34:33 -08:00
2009-12-04 03:34:33 -08:00
2009-12-02 23:27:09 -08:00
2009-12-02 23:27:09 -08:00
2009-12-04 03:34:33 -08:00
2009-12-02 23:27:09 -08:00