summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* g: add AES CMAC according to RFC 4493Jade Philipoom2018-05-143-0/+361
* npcx: CEC: Send CEC message in mkbp eventStefan Adolfsson2018-05-121-26/+19
* npcx: CEC: Add unit suffixesStefan Adolfsson2018-05-111-78/+86
* npcx: CEC: Respect the present initiator free-timeStefan Adolfsson2018-05-111-3/+17
* npcx: CEC: Get/set logical addressStefan Adolfsson2018-05-111-2/+17
* npcx: CEC: Add software debouncingStefan Adolfsson2018-05-111-0/+29
* npcx: CEC: Improve pulse-width measurementsStefan Adolfsson2018-05-111-2/+15
* npcx: CEC: Event-handling for incoming messagesStefan Adolfsson2018-05-111-4/+162
* npcx: CEC: Handle incoming CEC messagesStefan Adolfsson2018-05-111-5/+323
* npcx: CEC: Add bus-contention handlingStefan Adolfsson2018-05-111-8/+95
* npcx: CEC: Handle enable/disable commandStefan Adolfsson2018-05-111-8/+87
* npcx: CEC: Notify AP of CEC send resultStefan Adolfsson2018-05-111-0/+22
* npcx: CEC: Add resend-logic to CEC driverStefan Adolfsson2018-05-111-4/+24
* npcx: CEC: Write messages on the CEC busStefan Adolfsson2018-05-113-11/+399
* npcx: CEC: Add stub implementation of CECStefan Adolfsson2018-05-113-0/+24
* npcx: system: Add chip generation info in system_get_chip_revision().Mulin Chao2018-05-091-6/+29
* npcx/lpc: Add debug command to trigger sci/smi/wakeFurquan Shaikh2018-04-271-0/+20
* npcx: change chip variants of npcx7 series for better clarification.Mulin Chao2018-04-276-22/+23
* Cr50: Added Pinweaver base implementation.Allen Webb2018-04-272-2/+8
* it83xx: implement reboot wait-extNick Sanders2018-04-251-12/+13
* npcx: Add BBRM idx for a 3rd PD port.Aseda Aboagye2018-04-252-1/+6
* chip/stm32/clock: Align to second for rtc alarm host commandPhilip Chen2018-04-241-9/+20
* stm32: more robust SPI slave on STM32H7Vincent Palatin2018-04-221-6/+8
* g: fix signer to always use the manifestVadim Bendebury2018-04-181-16/+22
* npcx7: uart: Add FIFO mode supportCHLin2018-04-183-17/+124
* it83xx: Add eSPI virtual wires for SMI & SCIVijay Hiremath2018-04-131-0/+12
* cleanup: it83xx: pull pnpcfg_settings[] to the chip-levelDino Li2018-04-122-2/+90
* cr50: bypass signing step if cr50-codesigner is not availableVadim Bendebury2018-04-111-3/+5
* stm32: implement reboot wait-extNick Sanders2018-04-101-0/+9
* npcx: Touch watchdog during initDuncan Laurie2018-04-091-0/+4
* npcx: watchdog: disable ITIM16 before updating ITCNT registerMulin Chao2018-04-091-0/+2
* g: add Make variable for controlling blob swappingVadim Bendebury2018-04-071-0/+5
* cr50: use codesigner from chrootVadim Bendebury2018-04-051-6/+2
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-0511-40/+40
* cleanup: it83xx: remove config option of CONFIG_EC2IDino Li2018-04-032-3/+1
* g: add caching around modulus loading.Marius Schilder2018-04-033-4/+17
* ite: disable interrupts if no keyboard taskJett Rink2018-04-022-1/+3
* npcx: lpc: fixed bug that ec gets stuck in lpc_sib_wait_hostxx routines.Mulin Chao2018-04-013-4/+36
* g: use reset_count to determine system_rollback_detectedMary Ruthven2018-03-302-17/+32
* cleanup: it83xx: don't enable non-essential modules at defaultDino Li2018-03-291-3/+0
* ite: exclude keyboard interrupts if no keyboard taskJett Rink2018-03-293-7/+8
* sweetberry: add current and voltage loggingNick Sanders2018-03-282-37/+118
* chip/ite: add ADC constantsJett Rink2018-03-281-0/+5
* g: add stream sniffing for DUT spiflash content.Marius Schilder2018-03-271-0/+11
* g: add missing define for UART register UART_VAL.Marius Schilder2018-03-271-0/+1
* lpc: remove lpc_host_resetJett Rink2018-03-263-59/+0
* Add config for boards that cannot distinguish reset typeDuncan Laurie2018-03-261-4/+2
* Code cleanup: Rename GPIO PCH_RCIN_L to SYS_RESET_LVijay Hiremath2018-03-241-2/+2
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-171-8/+9
* console: Fix help for parse_boolEdward Hill2018-03-161-2/+2