summaryrefslogtreecommitdiffstats
path: root/src/lib/fit.c
Commit message (Expand)AuthorAgeFilesLines
* Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}Kyösti Mälkki2023-05-051-7/+6
* lib/fit.c: Don't align memory regions to 1MBArthur Heymans2022-07-081-28/+5
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-2/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-13/+8
* src: Remove unused <cbfs.h>Elyes HAOUAS2022-01-171-1/+0
* fit: Swap compat matching priorities for board-revX and board-skuYJulius Werner2020-05-291-6/+6
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-5/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* device_tree: Update comment style to C89Julius Werner2019-06-211-3/+3
* fit: Check all compat strings for highest matchJulius Werner2019-06-211-1/+0
* fit: Add overlay supportJulius Werner2019-06-211-1/+38
* fit: Add device tree compressionJulius Werner2019-06-211-24/+36
* fit: Refactor config node handlingJulius Werner2019-06-211-70/+60
* device_tree: Add version checksJulius Werner2019-06-041-5/+3
* device_tree: Switch allocations to xzalloc()Julius Werner2019-06-041-1/+1
* fit: Add "board-skuX" (without -rev) to allowed compatible stringsJulius Werner2019-05-231-0/+8
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-0/+1
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-1/+1
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0
* lib/fit: Normalize spaces in board names to dashesJonathan Neuschäfer2018-12-191-2/+2
* device_tree/fit: Constify data structuresPatrick Rudolph2018-08-241-4/+6
* lib/fit: support booting initrd placed above 4GiBPatrick Rudolph2018-08-101-5/+4
* lib: Add FIT payload supportPatrick Rudolph2018-06-191-226/+277
* lib: Raw import FIT parserPatrick Rudolph2018-06-191-0/+487