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