FreeCalypso > hg > freecalypso-sw
comparison loadtools/flash.h @ 409:23ab8fe81764
Intel flash: unlock command implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Tue, 17 Jun 2014 03:18:02 +0000 |
| parents | a212b4968b29 |
| children |
comparison
equal
deleted
inserted
replaced
| 408:431023033c86 | 409:23ab8fe81764 |
|---|---|
| 58 int (*unlock_sector)(); | 58 int (*unlock_sector)(); |
| 59 int (*erase_sector)(); | 59 int (*erase_sector)(); |
| 60 int (*prep_for_program)(); | 60 int (*prep_for_program)(); |
| 61 char *loadagent_setbase_cmd; | 61 char *loadagent_setbase_cmd; |
| 62 char *loadagent_program_cmd; | 62 char *loadagent_program_cmd; |
| 63 int needs_unlock; | |
| 63 }; | 64 }; |
| 64 | 65 |
| 65 struct flash_bank_info { | 66 struct flash_bank_info { |
| 66 uint32_t base_addr; | 67 uint32_t base_addr; |
| 67 struct flash_bank_desc *bank_desc; | 68 struct flash_bank_desc *bank_desc; |
