summaryrefslogtreecommitdiff
path: root/common/port80.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* port80: Add a config to avoid logging port80 codesAndrew McRae2022-08-251-1/+3
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-3/+8
* common/port80.c: Format with clang-formatJack Rosenthal2022-06-281-14/+13
* tree: Remove .bss.slowTom Hughes2021-10-191-3/+3
* tree: Make all host commands staticTom Hughes2021-10-151-1/+1
* 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