summaryrefslogtreecommitdiff
path: root/common/flash_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Move flash commands into flash_common.cRandall Spangler2012-07-181-235/+0
* Simplify flash protection, part 1Randall Spangler2012-07-181-25/+4
* Remove old flash WP commandsRandall Spangler2012-07-181-94/+0
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-3/+0
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-52/+72
* Remove flash checksum host commandRandall Spangler2012-06-291-46/+8
* Flash host command functions should be staticRandall Spangler2012-06-061-9/+9
* Better help for console commandsRandall Spangler2012-05-251-21/+35
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-44/+19
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-52/+52
* Slightly update the host commands APIVincent Palatin2012-05-141-9/+14
* Implement new write protect for host commands.Louis Yung-Chieh Lo2012-05-041-31/+40
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-35/+31
* Implement persistent flash write protect settingsRandall Spangler2012-04-021-110/+126
* flash write and erase commands protect the active image.Louis Yung-Chieh Lo2012-03-271-0/+7
* Refactor LPC status / result codesRandall Spangler2012-03-011-18/+18
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-281-4/+20
* Make all warnings into errors.Bill Richardson2012-02-271-3/+3
* register console commands at compile-timeVincent Palatin2012-01-241-22/+5
* Support flash checksum command for re-transmit.Louis Yung-Chieh Lo2011-12-121-2/+27
* Add flash write protect range commandRong Chang2011-12-121-0/+96
* Initial sources import 1/3Randall Spangler2011-12-071-0/+229