summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-06-011-0/+3
* npcx: Touch watchdog during initDuncan Laurie2018-04-261-0/+4
* npcx: watchdog: disable ITIM16 before updating ITCNT registerMulin Chao2018-04-261-0/+2
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-2611-40/+40
* npcx: lpc: fixed bug that ec gets stuck in lpc_sib_wait_hostxx routines.Mulin Chao2018-04-263-4/+36
* lpc: remove lpc_host_resetJett Rink2018-03-273-59/+0
* Add config for boards that cannot distinguish reset typeDuncan Laurie2018-03-271-4/+2
* Code cleanup: Rename GPIO PCH_RCIN_L to SYS_RESET_LVijay Hiremath2018-03-271-2/+2
* console: Fix help for parse_boolEdward Hill2018-03-191-2/+2
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-181-8/+9
* servo_micro: switch parity to 8 bit dataNick Sanders2018-03-152-2/+11
* i2c: npcx: Check that unwedging succeedsSimon Glass2018-03-101-3/+6
* npcx: remove optional CONFIG_PECI since no one is using it with npcxJett Rink2018-03-081-1/+0
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-072-12/+12
* npcx: Conforming CONFIG_UART_HOST define to match intentionJett Rink2018-03-071-1/+1
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-074-4/+22
* config: Rename new key to assistant keyNicolas Boichat2018-03-071-13/+13
* stm32h7: enable the fast PLL on-demandVincent Palatin2018-03-051-23/+3
* stm32: crank up CPU PLL frequency to 400Mhz on STM32H743Vincent Palatin2018-03-053-31/+86
* Nami: Enable fan featureraymondchou2018-03-051-1/+1
* npcx: Preserve default values of HW_WIREFurquan Shaikh2018-03-051-2/+2
* scarlet: Turn off ADC after board version is readPhilip Chen2018-03-033-0/+14
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-032-0/+7
* stm32: fix RTC configuration on STM32H7Vincent Palatin2018-03-031-2/+0
* npcx/fan: Make all fans in RPM mode workDaisuke Nojiri2018-03-031-2/+1
* npcx7: WoV: Add support for Wake-on-Voice (WoV) moduleCHLin2018-03-038-4/+3755
* npcx/fan: Avoid turning on disabled fansDaisuke Nojiri2018-03-031-0/+3
* g: make fw upgrade less chattyMarius Schilder2018-03-031-2/+1
* Add rw_product_family field to signed_header.h.Jeff Andersen2018-03-031-1/+3
* stm32: trigger watchdog hard reset immediatelyVincent Palatin2018-03-031-2/+2
* g: add CONFIG_USB_CONSOLE_CRCMarius Schilder2018-03-031-0/+23
* g: optionally check board_id match at upgrade timeMarius Schilder2018-03-031-0/+17
* cr50: use single __packed definitionVadim Bendebury2018-02-221-0/+1
* stm32: fix AXI memory corruption on STM32H743Vincent Palatin2018-02-212-0/+18
* npcx: Set ESPI_MAXFREQ based on FMCLK valueFurquan Shaikh2018-02-201-0/+16
* cr50: remove set capabilities from powerbtnMary Ruthven2018-02-202-40/+0
* cr50: fix DEBUG_DRIVE commentBrian Norris2018-02-161-1/+1
* lpc: Removing unnecessary register writesJett Rink2018-02-161-6/+1
* npcx: set eSPI speed to max supported by hardwareCaveh Jalali2018-02-152-3/+12
* npcx: do not power down eSPI when enabledCaveh Jalali2018-02-122-4/+11
* Nami: Enable hibernate using silegoElthan_Huang2018-02-122-3/+4
* chip/mchp: Default SPI image script verobse output to disabledScott Worley2018-02-092-44/+73
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-095-8/+559
* lpc: Prevent watchdog reset caused by KBC IBF interrupt on chromebox.Mulin Chao2018-02-081-0/+8
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-051-0/+3
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-1/+22
* cleanup: formatting debug messageJett Rink2018-02-011-4/+3
* g: protect flash operationsVadim Bendebury2018-01-311-6/+32
* Add support for HW alertsAnatol Pomazau2018-01-313-0/+370
* stm32: add usb_isochronousWei-Han Chen2018-01-313-0/+286