summaryrefslogtreecommitdiff
path: root/chip/g/upgrade_fw.c
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO_TEST_SETUP: enable dev featuresMary Ruthven2021-07-081-1/+1
* close RO window after useVadim Bendebury2020-06-121-3/+14
* Add AP RO integrity check implementation.Vadim Bendebury2020-06-121-2/+1
* crypto_api: use const voidVadim Bendebury2020-06-121-1/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-11-221-1/+1
* g: keep track of frequent update attacks separately for RO and RWVadim Bendebury2019-06-131-9/+61
* g: make fw upgrade less chattyMarius Schilder2018-03-011-2/+1
* g: optionally check board_id match at upgrade timeMarius Schilder2018-03-011-0/+17
* Add CONFIG_IGNORE_G_UPDATE_CHECKSMarius Schilder2017-10-241-1/+6
* cr50 updater: reject images with mismatching board IDVadim Bendebury2017-09-071-2/+12
* g: improve update error reportingVadim Bendebury2017-09-071-8/+13
* g: upgrade_fw: limit updates after a hard resetMary Ruthven2017-06-201-2/+19
* g: add code to corrupt new header until further notice and move rw to 0.0.19Vadim Bendebury2017-03-241-0/+17
* g: expose API to unlock secondary RO areaVadim Bendebury2017-03-241-16/+7
* g: rate limit firmware updatesVadim Bendebury2017-03-021-0/+40
* g: harden upgrade validity checks for prod imagesv1.9308_B.0Vadim Bendebury2017-03-021-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