summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: pwm: Allow configuration of pwm frequency + complementary outputsShawn Nematbakhsh2015-12-042-3/+14
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-044-18/+0
* cr50: reduce hash implementation stack requirementsVadim Bendebury2015-12-032-12/+21
* nuc: enable CLKRUN functionality for SERIRQ quiet mode.CHLin2015-12-031-0/+6
* cr50: fix cryptography problemsVadim Bendebury2015-12-031-2/+1
* Cr50: Clean up the GINTSTS USB macrosBill Richardson2015-12-012-16/+9
* Cr50: Replace magic numbers for GGPIO controlBill Richardson2015-12-012-4/+41
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-016-7/+9
* nuc: Add i2cscan and kbpress commands for FAFT.Mulin Chao2015-12-011-35/+27
* Cr50: bootloader: display config bits at bootBill Richardson2015-12-011-2/+6
* mec1322: i2c: Assume read-no-write transactions are repeated startShawn Nematbakhsh2015-11-301-16/+7
* mec1322: i2c: Add hard-timeout for status waitShawn Nematbakhsh2015-11-301-15/+19
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-2510-122/+435
* cr50: dcrypto code belongs with the chip, not with the boardVadim Bendebury2015-11-234-0/+182
* cr50: move key ladder initialization into its own filesVadim Bendebury2015-11-236-39/+63
* cr50: rename hw generated register definitions fileVadim Bendebury2015-11-214-3/+3
* cr50: Update to the "final final" FPGA image 20151118_11218@80881Vadim Bendebury2015-11-211-170/+225
* stm32: hwtimer: Use correct TIM1 interruptShawn Nematbakhsh2015-11-191-4/+4
* mec1322: i2c: clear specified status bitsli feng2015-11-181-1/+5
* add command multiplexer to the TPM driverVadim Bendebury2015-11-181-0/+1
* it8380dev: improve power consumptionDino Li2015-11-175-6/+36
* pwm: Add option for alternate clock sourceDuncan Laurie2015-11-131-3/+8
* it8380dev: modify uart ISRDino Li2015-11-121-0/+6
* nuc: Fixed wheatley bugs of SERIRQ and AC detection.Mulin Chao2015-11-113-18/+11
* Add initial dcrypto AES implementation.nagendra modadugu2015-11-111-0/+4
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-0/+2
* it8380dev: Modify port 80 service routineEli Hsu2015-11-112-4/+4
* Cr50: Tweak debug message for clarityBill Richardson2015-11-101-1/+2
* Cr50: Fix uart_tx_flush() to really flushBill Richardson2015-11-101-2/+3
* Cr50: Workaround for watchdog permission problemsBill Richardson2015-11-102-9/+20
* it8380dev: modify hwtimer's commentDino Li2015-11-101-1/+1
* cr50: make customized RO workVadim Bendebury2015-11-102-3/+12
* cr50: allocate signature headers in both RO and RW imagesVadim Bendebury2015-11-101-0/+1
* cr50: RO Loader implementationVadim Bendebury2015-11-1012-5/+858
* cr50: re-generate register descriptionsVadim Bendebury2015-11-102-21/+25
* GLaDOS: Kunimitsu: Enable link-time optimization.Aseda Aboagye2015-11-091-0/+9
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-0812-12/+12
* Fix soft reboot to handle dropped permissions.nagendra modadugu2015-11-061-7/+31
* Cr50: Update to the "final" FPGA image 20151104_041733@78962Bill Richardson2015-11-062-541/+562
* Cr50: Disable customized RO image by defaultBill Richardson2015-11-062-4/+8
* cr50: introduce RO image skeletonVadim Bendebury2015-11-054-1/+116
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-055-176/+52
* Cr50: Fix bug in print_later, add overflow detectionBill Richardson2015-11-051-9/+18
* mec1322: reduce system stack sizeli feng2015-11-041-9/+8
* mec1322: killing the white whale (removing temp files left behind)Vadim Bendebury2015-11-041-13/+17
* stm32: i2c: Use correct timingr values based on clock sourceShawn Nematbakhsh2015-11-031-5/+5
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-034-4/+0
* mec1322: fix gpio_disable_interruptKyoung Kim2015-11-031-1/+1
* it8380dev: fix irq, jtag and systemDino Li2015-11-014-21/+88
* nuc: Add state machines to handle i2c master stall bus and call i2c_xfer again.Mulin Chao2015-11-011-21/+94