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
/
payloads
/
libpayload
/
include
/
endian.h
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-02-05
libpayload: Make pci and endian handling -Wconversion safe
Patrick Georgi
2019-12-06
endian: Replace explicit byte swapping with compiler builtin
Julius Werner
2019-12-04
mmio: Add clrsetbitsXX() API in place of updateX()
Julius Werner
2019-03-07
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-11-06
endian: Fix bebitenc() to actually encode big-endian
Julius Werner
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-01-12
libpayload: Expand setbits_le32() and fix readl() const-ness
Julius Werner
2014-09-15
libpayload: Add a new "die" function to fatally signal programming errors.
Gabe Black
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-04-26
libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams.
Edward O'Callaghan
2013-03-14
libpayload: Turn the endian conversion macros into functions.
Gabe Black
2013-03-13
libpayload: Add more parenthesis to the endian conversion macros
Gabe Black
2013-03-13
libpayloads: Provide BSD/glibc style endian functions.
Hung-Te Lin
2012-11-08
Refactor the endianness conversion functions and header files.
Gabe Black