summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Save STAY_IN_RO flag if set during resetTom Hughes2020-05-141-0/+4
* cleanup: rename kpbs to kbps for i2cJett Rink2020-05-091-2/+2
* stm32: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* mchp: Add chip_read_reset_flagsDaisuke Nojiri2020-05-061-2/+7
* lm4: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* it83xx: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-13/+22
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-301-0/+1
* it83xx/adc: enabled GPIO alternate mode by default for pin into gpio.inc mark...tim2020-04-293-53/+15
* it8xxx2: lpc/espi: mapping host I/O cycle to h2ram sectionDino Li2020-04-283-0/+16
* npcx: add chip family codeCHLin2020-04-211-0/+9
* it81202/it81302: set GPIOH7 as output low at defaultDino Li2020-04-202-0/+14
* c2d2/servo_micro: invert SDA during ITE programming seqJett Rink2020-04-162-2/+8
* it83xx/pwm: clear cycle timer1 high byte for using as 8-bitRuibin Chang2020-04-162-0/+9
* it81202/gpio: set group L and K as pull-down at defaultDino Li2020-04-092-0/+18
* ITE: Return an error if i2c unwedge attempt failedDiana Z2020-04-081-1/+7
* it83xx/gpio: disable unused cc port moduleRuibin Chang2020-04-072-12/+14
* ec: Enlarged Task Stack size on platformsBrian J. Nemec2020-04-023-3/+3
* it83xx/spi: enable auto reset rx fifo functiontim2020-04-023-83/+69
* tcpm/it83xx_pd: cc1 and cc2 resistance setting separateRuibin Chang2020-03-301-0/+2
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-1/+1
* stm32f412: Fix chip config Flash and RAM sizesCraig Hesling2020-03-242-4/+13
* it83xx/flash: exclude immu tag workaround if chip's core is riscvDino Li2020-03-241-1/+1
* it8xxx2: wake up CPU if an interrupt is pending in idle taskDino Li2020-03-244-5/+17
* chip/it8xxx2: add support IT81302 and IT81202Dino Li2020-03-213-6/+59
* stm32: Refactor clock-stm32h7.cCraig Hesling2020-03-201-70/+244
* chip: stm32: fix TIM9 interrupt for STM32F412Virendra Kakade2020-03-201-0/+4
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-6/+6
* it83xx/clock: Disable voltage comparator modules in hibernateRuibin Chang2020-03-132-1/+10
* stm32: pwm: fix timer PSC register calculationVirendra Kakade2020-03-131-4/+5
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-121-1/+3
* max32660: enabled gpio interrupts and fixed gpio level interruptsJerry Bradshaw2020-03-111-18/+37
* npcx/lpc: Don't enable PM channel OBE interrupt at initWealian2020-03-111-3/+2
* it83xx/adc: add voltage comparator featureRuibin Chang2020-03-115-0/+241
* keyboard: Add a new config for the keyboard customizationZhuohao Lee2020-03-101-3/+9
* max32660: make methods static in UART codeHarry Cutts2020-03-101-23/+11
* remove cr50 related filesNamyoon Woo2020-03-096-159/+0
* remove board/cr50 and chip/gNamyoon Woo2020-03-03107-53032/+0
* include/lpc.h: Expose lpc_aux_put_charRaul E Rangel2020-03-021-3/+8
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-2811-86/+83
* chip/npcx/lpc: Don't enable Output Buffer Empty by defaultRaul E Rangel2020-02-271-2/+2
* chip/npcx/lpc: Set bit 5 when sending AUX responses.Raul E Rangel2020-02-271-0/+5
* chip/nxcp/lpc: Fix race condition when reading 8042 data.Raul E Rangel2020-02-271-4/+9
* c2d2: add support for I2C-based flashingJett Rink2020-02-272-4/+22
* ish: chip level enablement for ish5.4 PMLeifu Zhao2020-02-273-32/+175
* ish: infrastructure changes to support ish5.4 PMLeifu Zhao2020-02-277-46/+105
* max32660: add I2C board support for stand-alone read transactionsJerry Bradshaw2020-02-262-70/+134
* cleanup: tab over register valuesJett Rink2020-02-251-20/+20
* cleanup: move voltage rail detection to commonJett Rink2020-02-251-3/+17
* servo_micro: move ite flashing codeJett Rink2020-02-252-0/+336
* it83xx/dac: add DAC moduletim2020-02-214-1/+156