summaryrefslogtreecommitdiffstats
path: root/src/include/stddef.h
Commit message (Expand)AuthorAgeFilesLines
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-4/+9
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-3/+12
* stddef.h: fix zeroptr's definitionPatrick Georgi2016-04-151-1/+1
* Provide a gcc-safe zero pointerPatrick Georgi2016-01-281-0/+8
* coreboot: introduce commonlibAaron Durbin2015-09-221-32/+2
* stddef.h: Disable check_member() macro when compiling with CLANGStefan Reinauer2015-07-071-0/+4
* stddef: Add KHz, MHz and GHz constantsAaron Durbin2015-04-041-0/+4
* Add and consistently use wrapper macro for romstage static variablesJulius Werner2015-03-091-0/+7
* Move container_of() macro to stddef.hStefan Reinauer2015-01-141-0/+11
* Add check_member macro to allow clean and easy struct offset checkingJulius Werner2014-09-221-0/+4
* Make ssize_t an actual ssize_tStefan Reinauer2013-11-251-1/+7
* stddef.h: Add standard defines for KiB, MiB, GiB, and TiBRonald G. Minnich2013-03-161-0/+7
* stddef.h: move to generic codeStefan Reinauer2012-12-081-0/+24