summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: gpio: implement gpio_disable_interruptWei-Ning Huang2017-07-171-0/+13
* npcx: Add support for chip variant npcx7m6gCHLin2017-07-162-3/+3
* npcx: Build RW_B and support sysjump to itDaisuke Nojiri2017-07-132-11/+56
* servo_micro: add parity settingNick Sanders2017-07-135-0/+138
* chip/stm32/i2c-stm32f0: Adjust 400kHz setting (48Mhz clock source)Nicolas Boichat2017-07-101-1/+1
* chip/stm32/flash-f: Clear option byte write enable/erase operation when doneNicolas Boichat2017-07-072-2/+9
* g: RSA randomizationMarius Schilder2017-07-068-1828/+2203
* chip/stm32/flash-f: Fix incorrect WP computationNicolas Boichat2017-07-061-3/+0
* chip/stm32/registers.h: Fix STM32_FLASH_OPT_LOCKED polarityNicolas Boichat2017-07-061-1/+1
* g: mitigate deep-sleep abortions when using USBVincent Palatin2017-07-051-1/+2
* chip/stm32/pwm: Prevent sleeping while PWM output is activeNicolas Boichat2017-07-041-8/+20
* npcx: Clear IBBR to have BBRAM back to be functionalCHLin2017-06-291-14/+11
* tcpm: it83xx: Use pd common code macro to analyze message headerDino Li2017-06-291-5/+3
* vboot_ec:Read try slot from BBRAMDaisuke Nojiri2017-06-282-0/+5
* npcx: Make system stay off after clean shutdownDaisuke Nojiri2017-06-281-0/+34
* stm32f4: fix flash_physical_protect_now behaviorWei-Ning Huang2017-06-283-115/+50
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-266-6/+6
* g: cr50: update INFO1 mask when corrupting the second imageVadim Bendebury2017-06-212-16/+38
* rwsig: Fix mapped read location for rwsig / pubkeyShawn Nematbakhsh2017-06-211-5/+8
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-218-10/+54
* g: remove obsolete dcrypto_init definitionMarius Schilder2017-06-201-2/+0
* stm32: flash: enable data and instruction cache properlyWei-Ning Huang2017-06-202-1/+19
* Fizz: Verify and jump to RW imageDaisuke Nojiri2017-06-191-1/+2
* g: upgrade_fw: limit updates after a hard resetMary Ruthven2017-06-191-2/+19
* mn50: fix usb_updateNick Sanders2017-06-163-1/+190
* npcx: i2c: change i2c settings for better timing.CHLin2017-06-151-16/+4
* g: broaden dcrypto mutex safetyMarius Schilder2017-06-154-33/+55
* g: provide an API to set rollback counter to ensure rollbackVadim Bendebury2017-06-152-2/+14
* g: add a function to report current board ID mismatch statusVadim Bendebury2017-06-152-7/+23
* chip/npcx: Add support for saving/restoring panic dataFurquan Shaikh2017-06-152-0/+86
* cr50: update U2F transport to usb-internalVincent Palatin2017-06-151-5/+5
* g: add chip unique id generationVincent Palatin2017-06-151-0/+18
* Allow dcrypto_call() to be invoked from any task.Carl Hamilton2017-06-141-3/+8
* cr50: accelerated sha512 optionMarius Schilder2017-06-142-0/+768
* g: show RW headers' Board ID fields in 'version' outputVadim Bendebury2017-06-134-2/+338
* stm32/usb: Add support for board-specific serial numberNicolas Boichat2017-06-132-2/+16
* g: don't enable interrupts in gpio_set_flags_by_maskMary Ruthven2017-06-131-5/+0
* cr50: add derivation functions using the key-ladderVincent Palatin2017-06-134-2/+112
* stm32: Add function to fetch unique idNicolas Boichat2017-06-122-1/+9
* npcx: gpio: Lock VCC_RST# alternative bit of DEVALTA.Mulin Chao2017-06-102-0/+3
* npcx: clock: Add support for external 32kHz crystal osc.Mulin Chao2017-06-092-4/+24
* g: do not invoke signer with sudo unless it is necessaryVadim Bendebury2017-06-081-1/+1
* npcx: system: fix the incorrect checking of invalid BBRAM(IBBR) bit.CHLin2017-06-084-16/+49
* g: uart_bitbang: Keep debug stuff off by default.Aseda Aboagye2017-06-071-15/+129
* board: Add support for nucleo-f411reGwendal Grignou2017-06-061-24/+38
* cr50: usb_upgrade: allow responses lager than requestsVadim Bendebury2017-06-061-5/+20
* g: add flag to delay int enable until board_initMary Ruthven2017-06-051-4/+4
* chip: g: Add support for UART bit banging.Aseda Aboagye2017-06-054-4/+567
* g: expand pinmux to print info on spi and i2cMary Ruthven2017-06-051-33/+40
* cr50: implement an ASN.1 DER x.509 certificate builderVincent Palatin2017-06-052-3/+346