summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* btle: Improved stability of ble_rx functionLevi Oliver2016-08-162-2/+32
* cr50: delay sleep for 3 minutes after resuming from sleep or after initMary Ruthven2016-08-141-0/+4
* Release EC_RST_L in RW after all initialization has completedtimothytim2016-08-132-3/+12
* npcx: Fixed pwm bug to improve deviation of PWM frequency.Mulin Chao2016-08-121-1/+1
* btle: Timeout of ble_rx now based on chip timeLevi Oliver2016-08-121-2/+7
* npcx/flash: Don't print uninitialized valuesMartin Roth2016-08-121-2/+3
* btle: Add framework for parsing data packetsLevi Oliver2016-08-113-23/+22
* npcx: Add espi driver of npcx5mng for x86-based platform.Mulin Chao2016-08-106-11/+919
* npcx/i2c: Remove static from arrays & functions used by inline functionMartin Roth2016-08-101-3/+3
* npcx: adc: Properly wait for conversion interruptMulin Chao2016-08-101-17/+7
* stm32: Clarified a few comments in registers.hChris Chen2016-08-091-5/+7
* cr50: try recovering from rolling rebootsstabilize-8688.BVadim Bendebury2016-08-081-0/+16
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-1/+1
* servo_v4: servo_micro: cr50: fix usb power declarationNick Sanders2016-08-082-4/+20
* g: fix rdd sleepMary Ruthven2016-08-081-1/+4
* npcx: Adjust relative IRQ priorities for high-priority UARTShawn Nematbakhsh2016-08-079-33/+29
* g: Decode more reasons for chip resetBill Richardson2016-08-051-8/+11
* g: fix rddMary Ruthven2016-08-051-7/+24
* Revert "shi: Enable SHI interrupt from CS interrupt"Shawn Nematbakhsh2016-08-051-27/+20
* Cr50: Sample slave configuration pins at PORScott2016-08-032-0/+17
* g: Always reboot on watchdog or lockupBill Richardson2016-08-032-4/+5
* nrf51: Add Bluetooth LE test code for the radioMyles Watson2016-08-033-0/+226
* nrf51: Add Bluetooth LE supportMyles Watson2016-08-034-4/+585
* shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-08-021-20/+27
* nrf51: Add generic radio supportMyles Watson2016-08-024-4/+99
* g: disable sps as a wake source in deep sleepMary Ruthven2016-08-011-0/+15
* g: increase usb console TX buffer size to 4KVadim Bendebury2016-08-011-1/+1
* g: use single buffer for version reportingVadim Bendebury2016-08-011-5/+3
* HACK tpm: reset fallback counter when readyVadim Bendebury2016-07-291-2/+2
* npcx: shi: Improve host command handling reliabilityShawn Nematbakhsh2016-07-291-11/+3
* g: lock the active bootloader, just in caseBill Richardson2016-07-291-0/+9
* npcx: Consecutively sample IBUFSTAT until reading the same value twiceCHLin2016-07-291-6/+24
* stm32l4: Enable extended interrupts (EXTI)Daisuke Nojiri2016-07-291-0/+26
* cr50: fix usb spi to disable resets while doing updatesMary Ruthven2016-07-281-3/+3
* g: add wake pin info to pinmux commandMary Ruthven2016-07-281-6/+15
* cr50: fix wake pin handling when resuming from sleepMary Ruthven2016-07-283-3/+4
* Reenable "Cr50: Set the default idle action to Sleep"Mary Ruthven2016-07-281-5/+16
* kevin / gru: Increase size of code RAMShawn Nematbakhsh2016-07-261-1/+1
* cr50: process retry counter and act on itVadim Bendebury2016-07-261-0/+110
* g: Improve version info for dual RO & RW imagesBill Richardson2016-07-262-1/+98
* g: Remove unused GC_REVISION compile-time constantBill Richardson2016-07-241-8/+0
* g: report proper silicon versionVadim Bendebury2016-07-242-5/+10
* CR50: add endorsement certificate flownagendra modadugu2016-07-232-0/+27
* nrf51: Make timer handling names more obviousMyles Watson2016-07-222-73/+73
* Cr50: Rearrange flash to allow dual RO imagesBill Richardson2016-07-223-20/+71
* g: deactivate the PHY during usb_releaseMary Ruthven2016-07-221-0/+3
* upgrade_fw: fw_upgrade_command_handler: fix cmd_size checkLucian Cojocar2016-07-221-2/+2
* CR50: when testing an RSA key, check that N % p == 0nagendra modadugu2016-07-213-4/+6
* CR50: when generating primes, check compatibility with expnagendra modadugu2016-07-211-2/+27
* CR50: bn_modinv_vartime - don't reduce on carry conditionnagendra modadugu2016-07-211-21/+16