summaryrefslogtreecommitdiff
path: root/chip/g/upgrade_fw.c
Commit message (Expand)AuthorAgeFilesLines
* upgrade_fw.c: Initialize variable before using it.Martin Roth2016-11-161-1/+3
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-1/+1
* g: Upgrade protocol returns the keyid for RO/RWBill Richardson2016-10-071-0/+4
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-2/+2
* Cr50: Remove unused wipe_nvram() function.Bill Richardson2016-09-091-1/+0
* g: usb update: clear fallback counter after update finishesVadim Bendebury2016-09-091-7/+1
* g: clear reset_counter after updateMary Ruthven2016-09-021-0/+12
* usb_updater: implement version 4 on the cr50 sideVadim Bendebury2016-08-261-55/+92
* usb_updater: move to protocol version 4Vadim Bendebury2016-08-261-2/+2
* g: implement firmware upgrade protocol version 3Vadim Bendebury2016-08-221-82/+128
* g: usb_updater: clean up update protocol handlingVadim Bendebury2016-08-211-19/+8
* upgrade_fw: fw_upgrade_command_handler: fix cmd_size checkLucian Cojocar2016-07-221-2/+2
* cr50: TEMP: to be researched and removedVadim Bendebury2016-06-291-1/+4
* CR50: port dcrypto/cr50 code to depend on third_party/cryptocnagendra modadugu2016-05-311-2/+3
* g: upgrade: wipe out NVRAM on upgradesVadim Bendebury2016-05-311-0/+4
* Cr50: New usb_upgrade module for RW updatesBill Richardson2016-04-121-0/+185