summaryrefslogtreecommitdiff
path: root/common/port80.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-214/+0
* Port80: handle 4-byte Port80 codes properlyJun Lin2021-05-171-9/+8
* Port80: allow to accept 4-byte Port80 codeJun Lin2021-05-041-5/+10
* printf: Convert %T to %pTEvan Green2019-10-051-1/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* 7-seg display: Add config to display port80 msg and power statesAyushee2019-05-031-0/+7
* port80: Clean up macrosFurquan Shaikh2017-10-311-4/+1
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-0/+7
* port80: Disable default print of port80 messages in interrupt contextFurquan Shaikh2017-09-121-30/+60
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* common: port80: Add items to .bss.slow.Aseda Aboagye2015-11-111-3/+3
* port80: Remove HAS_TASK_PORT80.Aseda Aboagye2015-10-191-58/+0
* port80: Reduce history buffer to 256 bytes.Aseda Aboagye2015-10-131-1/+1
* port80: Disable port80 task when leaving S0Shawn Nematbakhsh2015-07-151-11/+26
* mec1322: Added task-based Port80 POST code support.Kevin K Wong2015-04-271-0/+47
* CHROMIUM: ec: Add Port 80 history access from ectoolsWenkai Du2014-05-071-2/+38
* Clean up a few modules in common/Randall Spangler2012-10-261-5/+3
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-131-2/+31
* Enhance port 80 loggingRandall Spangler2012-08-071-11/+37
* If port 80 buffer isn't full, only print partial contentsRandall Spangler2012-06-181-12/+27
* Better help for console commandsRandall Spangler2012-05-251-1/+4
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-7/+5
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-1/+1
* Refactor async console outputRandall Spangler2012-04-241-6/+7
* Clean up initsRandall Spangler2012-04-191-12/+2
* Add %T format code to print current timestamp.Randall Spangler2012-04-031-1/+1
* Remove code for skipping duplicate port 80 writesRandall Spangler2012-03-191-13/+4
* Make port 80 output less scrollyRandall Spangler2012-02-141-7/+16
* Print repeated port 80 writes, for coreboot/uboot debuggingRandall Spangler2012-02-091-0/+3
* register console commands at compile-timeVincent Palatin2012-01-241-9/+1
* Initial sources import 1/3Randall Spangler2011-12-071-0/+74