summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* usb_spi: refactor to allow use in different contextsstabilize-quickfix-13099.93.B-cr50_stabstabilize-13099.94.B-cr50_stabstabilize-13099.90.B-cr50_stabstabilize-13099.85.B-cr50_stabstabilize-13099.73.B-cr50_stabstabilize-13099.72.B-cr50_stabstabilize-13099.70.B-cr50_stabstabilize-13099.118.B-cr50_stabstabilize-13099.110.B-cr50_stabstabilize-13099.101.B-cr50_stabrelease-R84-13099.B-cr50_stabVadim Bendebury2020-05-142-4/+10
* crypto_api: use const voidVadim Bendebury2020-05-143-8/+7
* idle: reduce set of idle command actionsMary Ruthven2020-05-081-9/+7
* sps: do not generate AP_INT_L pulse until controller is readyVadim Bendebury2020-05-041-19/+32
* prevent EC UART TX channel lockup caused by EFS introductionNamyoon Woo2020-04-041-22/+31
* Prepare for transitioning to packet mode consoleVadim Bendebury2020-03-311-3/+15
* g: add CONFIG_USB_CONSOLE_DEFAULT_DISABLEDMarius Schilder2020-03-201-6/+11
* remove CONFIG_USB_HID_KEYBOARD and CONFIG_USB_UPDATENamyoon Woo2020-03-132-160/+0
* EC-CR50 communicationNamyoon Woo2020-02-222-10/+26
* restructure EC-EFS moduleNamyoon Woo2020-02-201-0/+3
* control EC USB-UART bridgeNamyoon Woo2020-02-192-7/+62
* use gpio_set_wakepin() to enable or disable wake pinsNamyoon Woo2020-02-131-4/+2
* make DIOB3 interruptible and wakable for EC-EFS2Namyoon Woo2020-02-081-0/+16
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-02-071-19/+80
* revise the uart tx connect/disconnect functionsstabilize-quickfix-12871.27.B-cr50_stabstabilize-12871.91.B-cr50_stabstabilize-12871.65.B-cr50_stabstabilize-12871.57.B-cr50_stabstabilize-12871.253.B-cr50_stabstabilize-12871.24.B-cr50_stabstabilize-12871.103.B-cr50_stabstabilize-12871.102.B-cr50_stabstabilize-12859.B-cr50_stabrelease-R81-12871.B-cr50_stabNamyoon Woo2020-01-221-6/+0
* extend INT_AP_L pulseNamyoon Woo2020-01-162-0/+19
* drop chip factory mode supportVadim Bendebury2020-01-131-3/+0
* SQA images should allow support rollback to 0.0.22Vadim Bendebury2019-12-192-4/+4
* cr50: change OWNERS to cr50 team membersMary Ruthven2019-12-101-1/+0
* chip/host: Avoid concurrent recipes of libcryptoc.astabilize-12748.B-cr50_stabYicheng Li2019-12-062-16/+3
* g: update rollback info map for both RO and RW sectionsVadim Bendebury2019-12-061-10/+19
* g: display both RO and RW info map statusVadim Bendebury2019-12-061-25/+36
* g: Add support for 192 and 256 bit AES-GCM in DCRYPTO_gcm_initVadim Sukhomlinov2019-12-062-5/+5
* cr50: switch to new dev keyVadim Bendebury2019-11-211-1/+1
* cr50: remove flash nonvolatile counter spaceVadim Bendebury2019-11-211-1/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2019-11-211-0/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2019-11-191-0/+36
* Add OWNERS for Cr50 specific directoriesVadim Bendebury2019-11-161-0/+1
* g: board_id: allow setting bid type if only flags are setMary Ruthven2019-11-071-13/+17
* g: bid: show type is empty instead of an errorMary Ruthven2019-11-071-1/+1
* sn_bits: allow setting serial number if BID type is blankMary Ruthven2019-11-073-3/+12
* board_id: change the vc to allow setting only flagsMary Ruthven2019-11-071-1/+4
* board_id: ignore erased bid type when checking headersMary Ruthven2019-11-072-12/+28
* board_id: clean up/enhancementsMary Ruthven2019-11-071-5/+6
* sn_bits: use board_id_is_blankMary Ruthven2019-11-071-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+2
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+9
* Delay uart_init() done to after pinhold is disengaged.Pai Peng2019-10-211-4/+17
* cr50: Fix building with CRYPTO_TEST=1Vadim Sukhomlinov2019-10-171-1/+1
* Zero data toggles on endpointis when appropriate.Barry Twycross2019-10-091-15/+53
* Remove uses of %lEvan Green2019-10-053-4/+4
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* printf: Fix formatting errorsEvan Green2019-10-052-3/+4
* printf: Convert %h to %phEvan Green2019-10-055-12/+12
* printf: Fix up %p to %pPEvan Green2019-10-053-3/+3
* g: avoid locked up flash after denied operationVadim Bendebury2019-09-271-0/+2
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-09-192-1/+11
* g: fix typoMarius Schilder2019-09-181-1/+1
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-09-051-15/+23
* g: fix UART TX done logicVadim Bendebury2019-09-031-15/+3