Age | Commit message (Expand) | Author |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-27 | ec/google/chromeec: fix the error status passing | YH Lin |
2018-11-16 | ec/google/chromeec: add support for retrieving OEM name | Wisley Chen |
2018-10-11 | ec/google/chromeec: Get rid of __SMM__ guard for chromeec functions | Furquan Shaikh |
2018-09-20 | ec/google/chromeec: Update google_chromeec_get_board_version prototype | Karthikeyan Ramasubramanian |
2018-09-17 | ec/google/chromeec: check to see if s0ix is enabled | Paul Moy |
2018-08-08 | ec/google/chromeec: add support for retrieving DRAM part number | Aaron Durbin |
2018-07-27 | chromeec: Read EC uptime info on boot | Jonathan Brandmeyer |
2018-07-27 | chromeec: Sync ec_commands.h with CrOS upstream | Jonathan Brandmeyer |
2018-06-01 | ec/google/chromeec: Initialize SMI mask in google_chromeec_events_init | Furquan Shaikh |
2018-05-08 | ec/google/chromeec: add config for wake event types | Patrick Georgi |
2018-04-30 | cros-ec: Avoid infinitely looping in google_chromeec_pd_get_amode | Daisuke Nojiri |
2018-04-01 | chromeec: fix an uninitialized local variable | Zhuohao Lee |
2018-03-06 | mainboard/google/fizz: Check HDMI HPD and DisplayPort HPD | Daisuke Nojiri |
2018-03-05 | ec/chromeec: Fix check for UHEPI support | Matt DeVillier |
2018-02-26 | ec/google/chromeec: Remove extra newline characters from printk | Furquan Shaikh |
2018-02-17 | chromeec: Sync ec_commands.h for CBI tags | Daisuke Nojiri |
2018-02-17 | chromeec: Add google_chromeec_wait_for_display | Daisuke Nojiri |
2018-02-17 | chromeec: Add google_chromeec_pd_get_amode | Daisuke Nojiri |
2018-02-05 | ec/google: Get OEM ID and SKU ID from EC | Daisuke Nojiri |
2018-01-17 | google/chromeec: Enable unified host event programming interface | Jenny TC |
2017-12-08 | chromeec: Add command to override charger limit | Daisuke Nojiri |
2017-11-22 | chromeec: Change the API for hostevent/wake masks to handle 64-bit | Furquan Shaikh |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-10-20 | chromeec: Add function to retrieve usb c charger info | Shelley Chen |
2017-10-19 | google/chromeec: Do not set wake mask before logging EC events | Furquan Shaikh |
2017-10-19 | ec/google/chromeec: Export google_chromeec_log_events in ec.h | Furquan Shaikh |
2017-10-18 | google/chromeec: Add new helper function to read MKBP events | Furquan Shaikh |
2017-10-08 | ec/google/chromeec: Add library function google_chromeec_events_init | Furquan Shaikh |
2017-10-04 | chromeec: Remove checks for EC in RO | Daisuke Nojiri |
2017-09-13 | ec/google: Add command to set APU SKU ID to EC | Kevin Chiu |
2017-08-15 | ec/google: Add command to fetch SKU ID from EC | Patrick Georgi |
2017-07-01 | ec/google/chromeec: Add support for EC device events | Duncan Laurie |
2017-06-28 | src/ec: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-05 | ec/google/chromeec: provide reboot function | Aaron Durbin |
2017-02-07 | ec/google/chromeec: let platform prepare for reboot when resetting EC | Aaron Durbin |
2016-12-06 | google/chromeec: Add command to control USB PD role | Julius Werner |
2016-11-14 | google/chromeec: Add elog events for recovery mode switches | Furquan Shaikh |
2016-07-28 | bootmode: Get rid of CONFIG_BOOTMODE_STRAPS | Furquan Shaikh |
2016-06-24 | ec/google: Add support for the EC 'get time' function | Simon Glass |
2016-02-04 | google/chromeec: Add temporary storage interface | Duncan Laurie |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-15 | ec/google: Move label to BOL to satisfy lint-tests | Patrick Georgi |
2015-09-09 | chromeec: Add kconfig entry for EC PD support | Duncan Laurie |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-10 | cros_ec: Retry failed VBNV transactions | Julius Werner |
2015-04-02 | chromeec: Fix logging of EC wake events | Duncan Laurie |
2015-04-02 | chromeec: Add commands to check PD image type | Duncan Laurie |
2015-03-31 | chromeec: Clear post code before reboot to RO | Duncan Laurie |
2015-03-21 | chromeec: correct response length for VBNV write | Aaron Durbin |
2014-12-30 | chromeos: Unconditionally clear the EC recovery request | Sheng-Liang Song |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-08-13 | chromeos: On ARM platforms VBNV lives in the EC | Stefan Reinauer |
2014-06-25 | src/ec: Sanitize headers and comment #endif pairings | Edward O'Callaghan |
2014-05-13 | chromeec: add function to reboot on unexpected image | Aaron Durbin |
2014-05-01 | Declare recovery and developer modes outside ChromeOS | Kyösti Mälkki |
2013-12-12 | chromeec: Allow get_board_version to be called from romstage. | Shawn Nematbakhsh |
2013-07-10 | chromeec: Add a function to send passthrough i2c messages. | Gabe Black |
2013-07-10 | ec: Add romstage function for checking and rebooting EC | Duncan Laurie |
2013-04-16 | ec/google: Move plug-n-play initialization to LPC protocol. | Hung-Te Lin |
2013-04-16 | ec/google: Support Google's Chrome EC on I2C interface. | Hung-Te Lin |
2013-04-12 | ec/google: Isolate EC bus protocol implementation. | Hung-Te Lin |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-22 | Add support for Google ChromeEC | Stefan Reinauer |