summaryrefslogtreecommitdiff
path: root/board/coral/board.h
Commit message (Expand)AuthorAgeFilesLines
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* Define board_override_features_flags APIs as overridablednojiri2019-12-101-1/+0
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-3/+4
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-17/+0
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-051-0/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-1/+2
* dptf: Get rid of CONFIG_DPTF_DEVICE_ORIENTATIONFurquan Shaikh2018-10-301-1/+0
* thermistor: move thermistor tables into common codeJett Rink2018-06-151-0/+2
* lpc: convert LPC only boards to use CONFIG_HOSTCMD_LPCJett Rink2018-05-221-1/+1
* chip/npcx: Increase default stack size for tasksNicolas Boichat2018-05-161-1/+1
* system: update board version to return an error if encounteredJett Rink2018-04-191-2/+1
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* tcpc: rename CONFIG_USB_PD_TCPM_ANX74XX to CONFIG_USB_PD_TCPM_ANX3429Jett Rink2018-03-231-1/+1
* coral: removing unused CONFIG_USB_PD_TCPC_BOARD_INITJett Rink2018-03-091-1/+0
* 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
* cleanup: Removing unnecessary CONFIG_USB_PD_DISCHARGE defineJett Rink2018-02-011-1/+0
* cleanup: Remove CONFIG_USB_PD_TCPC_BOARD_INITShawn Nematbakhsh2018-01-301-1/+0
* charger/isl923x: Implement charger_get_system_power from PSYSNicolas Boichat2018-01-101-1/+1
* buttons: Make buttons[] common.Aseda Aboagye2017-11-171-1/+3
* coral: Increase port80 buffer sizeScott Collyer2017-11-031-0/+4
* coral: Remove LIMIT_POWER config optionsScott Collyer2017-11-031-2/+0
* coral: Enable ACPI channel for console printsScott Collyer2017-10-251-2/+2
* pd: Remove ACCESSORY statesShawn Nematbakhsh2017-10-191-1/+0
* coral: Remove LED signals from pwm channel liststabilize-10032.86.Bstabilize-10032.75.Bstabilize-10032.72.Bstabilize-10032.71.Bstabilize-10032.68.Bstabilize-10032.56.Bstabilize-10032.111.Brelease-R63-10032.BScott Collyer2017-10-131-3/+1
* coral: Remove support for ALS since coral devices don't have itScott Collyer2017-10-131-13/+1
* coral: Use SKU ID to initialize motion_sensor_countScott Collyer2017-10-121-1/+2
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-1/+1
* coral: Enable CONFIG_BATTERY_LEVEL_NEAR_FULL for LED functionScott Collyer2017-10-031-0/+1
* Coral: expose more data to ectoolRyan Zhang2017-09-141-0/+1
* pd: Remove support for debug accessories that provide VBUS + RdShawn Nematbakhsh2017-09-111-1/+0
* coral: Add support for multiple batteriesScott Collyer2017-09-081-0/+1
* cleanup: Remove duplicate BD9995X CONFIGsShawn Nematbakhsh2017-09-021-1/+1
* ec_features / coral: Allow disabling keyboard backlight featurePatrick Georgi2017-08-301-0/+1
* usb_port_power_smart: Add CDP/SDP only option.Aseda Aboagye2017-08-281-1/+1
* coral: Enable TCPC init to happen in pd_task initScott Collyer2017-08-231-0/+2
* coral: Add host command to fetch SKU IDPatrick Georgi2017-08-151-0/+1
* Coral: Add Keyboard backlight config.Ryan Zhang2017-08-131-0/+2
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-1/+0
* S0ix: use both SLP_S0 interrupt and host command for s0ixJenny TC2017-07-241-1/+4
* coral: Remove support for magnetometer and barometer sensorsScott Collyer2017-06-131-7/+1
* coral: Update board version table to account for 16 levelsScott Collyer2017-06-121-0/+10
* coral: Modify battery_info struct for 3S + 1P style batteryScott Collyer2017-06-061-3/+0
* ec: add initial coral related filesYH Lin2017-05-161-0/+330