summaryrefslogtreecommitdiff
path: root/board/glados_pd/board.c
Commit message (Expand)AuthorAgeFilesLines
* board: clear out disabled boards left for building utilsJack Rosenthal2020-07-291-169/+0
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-091-0/+13
* Swap system_jumped_to_this_image with system_jumped_latestabilize-quickfix-13310.91.B-masterstabilize-quickfix-13310.76.B-masterstabilize-quickfix-13310.73.B-masterstabilize-13310.99.B-masterstabilize-13310.94.B-masterstabilize-13310.83.B-masterstabilize-13310.74.B-masterstabilize-13310.72.B-masterrelease-R85-13310.B-masterDaisuke Nojiri2020-06-261-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* glados_pd: Add WP_L input GPIO for future boardsShawn Nematbakhsh2016-02-251-0/+1
* oak_pd: change oak_pd to be a sym link to glados_pdAlec Berg2015-11-041-10/+1
* glados: oak: reboot EC if PD MCU crashesAlec Berg2015-10-231-3/+11
* glados / glados_pd: Hibernate the PD when the EC hibernatesShawn Nematbakhsh2015-10-051-0/+13
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-1/+1
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-231-12/+36
* pd: use pdcmd task to handle tcpc interruptAlec Berg2015-06-051-0/+17
* glados: add PD support for type-C port 1Alec Berg2015-06-041-3/+1
* glados_pd: add initial support for glados PDAlec Berg2015-06-011-0/+105