summaryrefslogtreecommitdiff
path: root/board/glkrvp
Commit message (Expand)AuthorAgeFilesLines
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* board/glkrvp: Don't check for VBUS source on DC jackPatrick Georgi2019-09-121-10/+6
* glkrvp: enable watchdogJett Rink2019-09-121-1/+0
* Remove __7b, __8b and __7bfDenis Brockus2019-07-203-13/+13
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-193-15/+15
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-133-29/+4
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-4/+16
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-2/+4
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-14/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* usb-c: use higher priority task for interruptsJett Rink2018-11-141-4/+14
* chgmgr: Allow charge_manager_update_charge to accept NULLDaisuke Nojiri2018-09-201-3/+1
* chgmgr: Set available voltage to 0 on disconnectDaisuke Nojiri2018-09-201-4/+1
* usb-c: add high priority tasks for interruptsJett Rink2018-09-171-1/+3
* flash: Add CONFIG_FLASH_READOUT_PROTECTION config optionNicolas Boichat2018-09-141-0/+1
* servo_v4: add per port dualrole settingNick Sanders2018-08-151-2/+2
* espi: convert all eSPI board to use CONFIG_HOSTCMD_ESPIJett Rink2018-05-221-2/+1
* APL/GLK boards: Use chipset_pre_init_callbackFurquan Shaikh2018-04-191-3/+1
* system: update board version to return an error if encounteredJett Rink2018-04-191-2/+1
* Code cleanup: Rename GPIO PCH_RCIN_L to SYS_RESET_LVijay Hiremath2018-03-241-1/+1
* power: create CONFIG_CHIPSET_GEMINILAKEJett Rink2018-03-201-1/+1
* npcx: remove optional CONFIG_PECI since no one is using it with npcxJett Rink2018-03-071-1/+0
* npcx: Conforming CONFIG_UART_HOST define to match intentionJett Rink2018-03-061-1/+0
* glkrvp: Discharge on AC when battery almost fullDivya Sasidharan2018-02-281-0/+14
* glkrvp: Switch from NPCX5 EC to NPCX7 ECVijay Hiremath2018-01-305-117/+130
* glkrvp: Enable eSPI instead of LPC including eSPI VW based SCI/SMIShamile Khan2018-01-162-3/+5
* glkrvp: Enable discharge on AC configDivya Sasidharan2017-12-281-0/+1
* glkrvp: Fix hibernate <sec> to allow wakeup from hibernationDivya Sasidharan2017-12-281-6/+0
* charge_manager: Add EC_CMD_OVERRIDE_DEDICATED_CHARGER_LIMITDaisuke Nojiri2017-11-282-1/+2
* buttons: Make buttons[] common.Aseda Aboagye2017-11-172-19/+3
* glkrvp: Allow system to boot using DC JackVijay Hiremath2017-11-104-19/+103
* GLKRVP: Enable low power idle modeVijay Hiremath2017-10-171-0/+2
* GLKRVP: Enable verified boot supportVijay Hiremath2017-10-171-0/+3
* GLKRVP: Correct GPIO assignment for PCH_WAKE_LVijay Hiremath2017-10-161-2/+2
* pd: Move *_set_input_current() to common codeShawn Nematbakhsh2017-10-051-24/+0
* intel_x86: Enable/disable SLP_S0 signal based on S0ix entry/exitFurquan Shaikh2017-10-031-1/+3
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-5/+5
* charge_manager: Support no-BC1.2 configurationShawn Nematbakhsh2017-09-281-1/+0
* pd: Remove support for debug accessories that provide VBUS + RdShawn Nematbakhsh2017-09-111-1/+0
* GLKRVP: Enable Volume buttonsVijay Hiremath2017-09-083-3/+22
* battery: Check physical battery presence before inhibiting powerScott Collyer2017-08-231-1/+1
* glkrvp: Enable USB MUX PS8743 driverDivya Sasidharan2017-08-213-9/+27
* glkrvp: Enable TCPC using NXP PTN5110 AICVijay Hiremath2017-08-217-5/+581
* glkrvp: Enable switchesVijay Hiremath2017-08-112-2/+2
* glkrvp: Enable S0iX supportVijay Hiremath2017-08-103-1/+5
* glkrvp: Enable board version identificationVijay Hiremath2017-08-102-14/+36
* GLKRVP: Enable fast charging and battery cut-offVijay Hiremath2017-08-082-4/+162
* glkrvp: Enable charger & smart batteryVijay Hiremath2017-08-086-18/+86
* GLKRVP: Control PMIC enable & disable from ECVijay Hiremath2017-08-071-5/+68
* Intel GLK-RVP: Add initial board bringup codeVijay Hiremath2017-08-075-0/+432