summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* npcx/timer: Unroll udelayfirmware-nami-10775.108.BDaisuke Nojiri2021-11-111-3/+1
* cortex-m: Generate vector table in CPatrick Georgi2018-07-161-0/+1
* Update signed_header.h with additional fields.Kor Nielsen2018-07-161-6/+30
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* cr50: prepare for supporting both x25519 and p256 test keysVadim Bendebury2018-06-071-1/+8
* g: add documentation pointing to p256 modular reduction verification in CoqJade Philipoom2018-06-011-0/+28
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-0/+3
* cr50: pass params to vendor commands as structRandall Spangler2018-05-231-64/+53
* cr50: Refactor tracking vendor command originRandall Spangler2018-05-221-0/+29
* g: speed up CCD UART processingVadim Bendebury2018-05-222-27/+32
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* Cr50: Dcrypto: calculate appkey digests at runtime to save space.Allen Webb2018-05-171-59/+55
* cr50: in dev mode allow unverified certificatesVadim Bendebury2018-05-161-0/+11
* g: add AES CMAC according to RFC 4493Jade Philipoom2018-05-143-0/+361
* Cr50: Added Pinweaver base implementation.Allen Webb2018-04-272-2/+8
* g: fix signer to always use the manifestVadim Bendebury2018-04-181-16/+22
* cr50: bypass signing step if cr50-codesigner is not availableVadim Bendebury2018-04-111-3/+5
* g: add Make variable for controlling blob swappingVadim Bendebury2018-04-071-0/+5
* cr50: use codesigner from chrootVadim Bendebury2018-04-051-6/+2
* g: add caching around modulus loading.Marius Schilder2018-04-033-4/+17
* g: use reset_count to determine system_rollback_detectedMary Ruthven2018-03-302-17/+32
* g: add stream sniffing for DUT spiflash content.Marius Schilder2018-03-271-0/+11
* g: add missing define for UART register UART_VAL.Marius Schilder2018-03-271-0/+1
* g: make fw upgrade less chattyMarius Schilder2018-02-261-2/+1
* Add rw_product_family field to signed_header.h.Jeff Andersen2018-02-261-1/+3
* g: add CONFIG_USB_CONSOLE_CRCMarius Schilder2018-02-241-0/+23
* g: optionally check board_id match at upgrade timeMarius Schilder2018-02-231-0/+17
* cr50: use single __packed definitionVadim Bendebury2018-02-221-0/+1
* cr50: remove set capabilities from powerbtnMary Ruthven2018-02-202-40/+0
* cr50: fix DEBUG_DRIVE commentBrian Norris2018-02-161-1/+1
* g: protect flash operationsVadim Bendebury2018-01-311-6/+32
* Add support for HW alertsAnatol Pomazau2018-01-313-0/+370
* g: fix flaky timeout check for spi transfer.Marius Schilder2018-01-041-0/+6
* g: allow for other values of DCRYPTO_CALL_TIMEOUT_USMarius Schilder2018-01-041-0/+2
* g: allow for other values of RSA_MAX_BYTESMarius Schilder2018-01-041-0/+2
* g: simulate open drain GPIO behaviorVadim Bendebury2018-01-031-10/+33
* consumer: Remove flush operationNicolas Boichat2017-12-185-34/+0
* g: tweak usart queuing for stream signingMarius Schilder2017-12-132-4/+32
* g:sps: do not stall reset when CS is assertedVadim Bendebury2017-11-301-14/+0
* g: speed up prime generation by ~40% (1024 bit).Marius Schilder2017-11-211-4/+1
* g: handle delayed processing of the 'wake' pulsesVadim Bendebury2017-11-081-2/+38
* g: sps: at initialization wait for the master to finish SPI cycleVadim Bendebury2017-11-081-0/+14
* g: sps do not invoke rx_handler unless data was receivedVadim Bendebury2017-11-081-4/+7
* cr50: fix event definition collisionVadim Bendebury2017-11-071-0/+4
* tpm: provide means of shutting down comms layer while in resetVadim Bendebury2017-11-073-5/+18
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-1/+2
* Add CONFIG_IGNORE_G_UPDATE_CHECKSMarius Schilder2017-10-181-1/+6
* g:prevent SOF calibration debug message spewVadim Bendebury2017-10-171-12/+7
* chip/g: Run unrestricted image even if Board ID can't be readRandall Spangler2017-10-131-2/+11
* mn50: add data signing capabilityNick Sanders2017-10-065-3/+71