summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/cbfs_module.c
Commit message (Expand)AuthorAgeFilesLines
* payloads/coreinfo: Use C99 flexible arraysElyes Haouas2023-08-011-2/+2
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-1/+1
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-13/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* payloads/coreinfo/cbfs_module.c: Get rid of void pointer mathRichard Spiegel2018-11-061-3/+3
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+4
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-3/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+2
* coreinfo: make the CBFS list scrollableBen Gardner2016-10-131-6/+27
* coreinfo/cbfs: Add some missing file typesJonathan Neuschäfer2016-03-111-0/+20
* coreinfo/cbfs: Don't assume that the free space is at the endJonathan Neuschäfer2016-03-111-3/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreinfo: fix compilationStefan Reinauer2015-07-131-2/+0
* coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer2015-07-011-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-1/+2
* Refactor the endianness conversion functions and header files.Gabe Black2012-11-081-1/+1
* Add initial support for a CBFS module for coreinfo.Uwe Hermann2009-07-071-0/+221