index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
stddef.h
Age
Commit message (
Expand
)
Author
2023-10-10
include/stddef: define SIZE_MAX
Patrick Georgi
2023-09-18
clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flag
Jeremy Compostella
2022-08-01
include: Add SPDX-License-Identifiers to files missing them
Martin Roth
2022-05-16
rules.h: Use more consistent naming
Arthur Heymans
2021-06-10
stddef.h: Use compiler macros for built-in integer types
Jacob Garber
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-08-26
Split MAYBE_STATIC to _BSS and _NONZERO variants
Kyösti Mälkki
2019-06-24
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2017-07-13
src/include: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2016-04-15
stddef.h: fix zeroptr's definition
Patrick Georgi
2016-01-28
Provide a gcc-safe zero pointer
Patrick Georgi
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-07-07
stddef.h: Disable check_member() macro when compiling with CLANG
Stefan Reinauer
2015-04-04
stddef: Add KHz, MHz and GHz constants
Aaron Durbin
2015-03-09
Add and consistently use wrapper macro for romstage static variables
Julius Werner
2015-01-14
Move container_of() macro to stddef.h
Stefan Reinauer
2014-09-22
Add check_member macro to allow clean and easy struct offset checking
Julius Werner
2013-11-25
Make ssize_t an actual ssize_t
Stefan Reinauer
2013-03-16
stddef.h: Add standard defines for KiB, MiB, GiB, and TiB
Ronald G. Minnich
2012-12-08
stddef.h: move to generic code
Stefan Reinauer