summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: added references to FIPS / NIST standards to cryptographic functionsVadim Sukhomlinov2019-08-294-22/+109
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-265-17/+19
* g: corrected division algorithm in DCRYPTO_bn_divVadim Sukhomlinov2019-08-231-0/+1
* g: add vendor cmd to get/set the endorsement seedMary Ruthven2019-08-131-1/+64
* cr50: use dedicated region for info1 accessesVadim Bendebury2019-08-105-103/+16
* g: Make DMEM word writes explicitLouis Collard2019-08-091-85/+104
* g: refactor pinmux state printing functionVadim Bendebury2019-08-021-10/+20
* g: add flash log entry for dcrypto failuresstabilize-12386.BVadim Bendebury2019-07-311-5/+13
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-0/+3
* g: Force word writes for k during ECDSA signLouis Collard2019-07-311-4/+13
* g: reset and wipe dcrypto engine after timeout.Marius Schilder2019-07-291-22/+203
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-13/+10
* cr50: provide separate environment variable to enable crypto testsVadim Bendebury2019-07-171-4/+0
* g: avoid CERT_28Marius Schilder2019-06-271-19/+1
* g: try batching USB stream data under heavy loadVadim Bendebury2019-06-272-55/+143
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-06-272-25/+36
* g: make uart run fasterVadim Bendebury2019-06-241-14/+17
* Revert "g: minor fix in putting a character into usb_console tx queue"Namyoon Woo2019-06-191-19/+21
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1917-17/+17
* Revert "g: consolidate USB console transfer codes to usb-stream"Namyoon Woo2019-06-183-90/+12
* g: system: move print statements to CC_SYSTEMMary Ruthven2019-06-181-19/+18
* g: minor fix in putting a character into usb_console tx queueNamyoon Woo2019-06-141-21/+19
* g: consolidate USB console transfer codes to usb-streamNamyoon Woo2019-06-143-13/+91
* g: use GLOBALSEC_REGION5 for flash log access controlVadim Bendebury2019-06-131-5/+5
* g: reduce a mem copy in usb upstream transferNamyoon Woo2019-06-122-17/+98
* g: enforce order of enabling RO/RW sectionsVadim Bendebury2019-06-071-8/+14
* g: add rx_handled into USB_STREAM_CONFIGNamyoon Woo2019-06-062-10/+15
* g: keep track of frequent update attacks separately for RO and RWVadim Bendebury2019-06-041-9/+61
* g: improve trng error handlingVadim Bendebury2019-05-241-1/+69
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+5
* cr50: Change G2F cert CN to "CrOS"Louis Collard2019-05-212-8/+19
* g: do not destroy manufacturing space by flasheraseVadim Bendebury2019-05-172-5/+11
* chip/g: prevent USB read queue overflowNamyoon Woo2019-04-263-2/+8
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-243-9/+9
* cr50: sqa: don't modify flags if board id is erasedMary Ruthven2019-04-151-1/+6
* g: upgrade_fw: check board id if CR50_RELAXED isn't definedMary Ruthven2019-04-151-1/+1
* g: clean up UART channel namesVadim Bendebury2019-04-111-6/+5
* cr50: add INFO1 RW MAP erasing to CR50_SQA modeVadim Bendebury2019-04-104-57/+84
* cr50: convert functions into staticNamyoon Woo2019-04-051-2/+2
* cr50: make ccd_mode_l pseudo open drainMary Ruthven2019-04-041-3/+3
* cr50: move to use flash event logVadim Bendebury2019-03-281-3/+3
* g: add flash elog support functionVadim Bendebury2019-03-282-1/+29