summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* common.h: consolidate stdbool.h and stddef.hVadim Sukhomlinov2020-06-251-0/+2
* read EC Firmware hash from kernel secdata during board initNamyoon Woo2020-02-221-0/+2
* common: add __test_only attributeJack Rosenthal2019-10-221-0/+13
* common: make __error discard symbols on clangJack Rosenthal2019-10-221-1/+1
* common: Add more macros for making unsigned intsHarry Cutts2019-10-091-2/+16
* common: add `RETURN_ERROR` macroHarry Cutts2019-10-091-0/+7
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-0/+1
* touchpad_gt7288: Basic driver for Goodix GT7288Harry Cutts2019-09-181-0/+5
* common: Add uptime host commandTom Hughes2019-09-031-0/+2
* common: add STATIC_IF and STATIC_IF_NOT macrosJack Rosenthal2019-08-201-20/+69
* common: make IS_ENABLED sorta compatible with clangJack Rosenthal2019-07-311-10/+22
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: Define markers for weak symbolsDaisuke Nojiri2019-06-031-0/+27
* common: add __maybe_unused attributeJack Rosenthal2019-05-201-0/+11
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-05-151-16/+36
* ec/common: Introduce IS_ENABLED to check config optionsRaul E Rangel2019-04-091-0/+27
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-1/+4
* ISH3.0: Scaling timer from 12MHz to 1MHzSadashiva Rao Pv2018-12-121-0/+2
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-0/+11
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-0/+17
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-1/+12
* common: Add hardware error codeGwendal Grignou2018-03-191-0/+2
* npcx7: WoV: Add support for Wake-on-Voice (WoV) moduleCHLin2018-02-281-0/+2
* EFS: Add error codesDaisuke Nojiri2017-08-291-0/+20
* Fix compilation with coreboot-sdkStefan Reinauer2017-08-041-0/+7
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+3
* Reef: Reduce max battery charge voltage for 0.5% marginDaisuke Nojiri2017-01-251-0/+6
* driver: als: Add error code UNCHANGEDGwendal Grignou2017-01-051-3/+6
* common.h: Create __bss_slow tag.Aseda Aboagye2015-11-081-0/+10
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-0/+2
* nds32: remove macro "RO"Dino Li2015-07-011-8/+0
* Add option to enable GCC LTOVincent Palatin2015-05-191-0/+10
* cr50: Added macros for register read/writeSheng-Liang Song2015-03-201-3/+7
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-291-0/+2
* move stringify macro to common includestabilize-5899.BVincent Palatin2014-05-271-0/+9
* nds32: WORKAROUND for toolchain bug on rodataVincent Palatin2013-12-101-0/+8
* mec1322: initial commitVic (Chun-Ju) Yang2013-11-211-0/+1
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-0/+3
* Use macros for C <-> K conversionsBill Richardson2013-08-071-0/+6
* Word-align the host memory mapRandall Spangler2013-08-011-2/+7
* Standardize concatenation macrosRandall Spangler2013-07-241-0/+17
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-161-7/+1
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-171-0/+2
* Revert "Add thermal engine test"Vic Yang2013-05-161-2/+0
* Add thermal engine testVic Yang2013-05-151-0/+2
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-101-1/+5
* Add macros for mocking functionsVic Yang2013-04-081-0/+12
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-111-1/+5
* Include board and config headers in common.hRandall Spangler2012-06-291-0/+9
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-281-1/+9