summaryrefslogtreecommitdiff
path: root/include/util.h
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/+2
* util: remove unused includesYuval Peress2022-08-051-2/+0
* util: Move stdlib declarations to builtin directoryTom Hughes2022-07-071-47/+8
* common: Move strcasecmp and strtoull to util_stdlib.cTom Hughes2022-07-011-0/+1
* include/util.h: Format with clang-formatJack Rosenthal2022-06-291-35/+57
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-1/+1
* zephyr: avoid duplicate IN_RANGE macroFabio Baltieri2022-03-161-0/+5
* system: Add CrOS FWID to version outputRob Barnes2021-09-141-0/+3
* zephyr: provide unified method to get sku id and board versionMichał Barnaś2021-08-181-1/+20
* util: Add strcspnRob Barnes2021-08-091-0/+6
* util: Add function to convert binary first base3 numberWai-Hong Tam2021-06-161-0/+31
* zephyr: Avoid duplicate CLAMP() macrosSimon Glass2021-02-191-0/+2
* zephyr: Use string.h instead of EC definitionsSimon Glass2021-02-121-4/+6
* zephyr: base32: Fix unit testsYuval Peress2020-12-291-2/+1
* zephyr: Avoid duplicate definition of GENMASK, etc.Simon Glass2020-12-241-0/+6
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-0/+10
* zephyr: add strtoull function for 64-bit inputJett Rink2020-11-111-3/+0
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-1/+1
* zephyr: Provide parse_bool()Simon Glass2020-11-061-0/+4
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-0/+9
* common/util: Add is_alignedTom Hughes2020-05-151-0/+9
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-091-0/+11
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+13
* utils: Add strstrDaisuke Nojiri2019-10-011-0/+10
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-0/+3
* util: Move __stdlib_compat to function definitionsCraig Hesling2019-07-301-22/+22
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* include/util: enclose a arg of POWER_OF_TWO into parenthesesNamyoon Woo2019-06-151-1/+1
* Util: Add hexdump APIDaisuke Nojiri2019-02-151-0/+13
* util: Add macro to swap two variablesDaisuke Nojiri2018-12-101-0/+15
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2018-12-031-2/+4
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* util: add isupper() library functionDino Li2018-10-311-0/+1
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-22/+28
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-2/+14
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-281-0/+18
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-0/+1
* common: Use SVr4/4.3BSD/C89/C99 prototype for strlenStefan Reinauer2017-08-181-1/+1
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-3/+0
* util: add constant-time memcmpVincent Palatin2017-02-231-0/+1
* builtin: Expands string.h / stdint.hNadim Taha2017-02-171-0/+4
* CR50: remove dependence of assert.h on util.hnagendra modadugu2016-05-251-29/+1
* CR50: move utility method reverse() to common/util.cnagendra modadugu2016-03-071-0/+5
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* common: Add __fls functionGwendal Grignou2015-09-211-1/+4
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-081-5/+7
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+8
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-231-0/+8