summaryrefslogtreecommitdiff
path: root/chip/g/upgrade_fw.c
Commit message (Expand)AuthorAgeFilesLines
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* g: keep track of frequent update attacks separately for RO and RWVadim Bendebury2019-06-041-9/+61
* g: upgrade_fw: check board id if CR50_RELAXED isn't definedMary Ruthven2019-04-151-1/+1
* cr50: add support for building CR50_SQA imagesMary Ruthven2019-03-201-2/+2
* g: make fw upgrade less chattyMarius Schilder2018-02-261-2/+1
* g: optionally check board_id match at upgrade timeMarius Schilder2018-02-231-0/+17
* Add CONFIG_IGNORE_G_UPDATE_CHECKSMarius Schilder2017-10-181-1/+6
* cr50 updater: reject images with mismatching board IDVadim Bendebury2017-09-051-2/+12
* g: improve update error reportingVadim Bendebury2017-09-051-8/+13
* g: upgrade_fw: limit updates after a hard resetMary Ruthven2017-06-191-2/+19
* g: add code to corrupt new header until further notice and move rw to 0.0.19Vadim Bendebury2017-03-221-0/+17
* g: expose API to unlock secondary RO areaVadim Bendebury2017-03-211-16/+7
* g: rate limit firmware updatesVadim Bendebury2017-02-221-0/+40
* g: harden upgrade validity checks for prod imagesVadim Bendebury2017-02-221-2/+96
* cleanup: Move chip/g-specific system() prototypes to system_chip.hShawn Nematbakhsh2017-02-181-1/+2
* usb_updater: improve debugabilityVadim Bendebury2016-11-281-0/+1
* g: update: expose USB PDU verification functionVadim Bendebury2016-11-281-12/+22
* 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