summaryrefslogtreecommitdiff
path: root/src/lib/fit.c
AgeCommit message (Expand)Author
2020-05-29fit: Swap compat matching priorities for board-revX and board-skuYJulius Werner
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-06-24add ctype.h headerJoel Kitching
2019-06-21device_tree: Update comment style to C89Julius Werner
2019-06-21fit: Check all compat strings for highest matchJulius Werner
2019-06-21fit: Add overlay supportJulius Werner
2019-06-21fit: Add device tree compressionJulius Werner
2019-06-21fit: Refactor config node handlingJulius Werner
2019-06-04device_tree: Add version checksJulius Werner
2019-06-04device_tree: Switch allocations to xzalloc()Julius Werner
2019-05-23fit: Add "board-skuX" (without -rev) to allowed compatible stringsJulius Werner
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-03-19src: Drop unused 'include <cbfs.h>'Elyes HAOUAS
2019-03-07src: Drop unused include <timestamp.h>Elyes HAOUAS
2018-12-19lib/fit: Normalize spaces in board names to dashesJonathan Neuschäfer
2018-08-24device_tree/fit: Constify data structuresPatrick Rudolph
2018-08-10lib/fit: support booting initrd placed above 4GiBPatrick Rudolph
2018-06-19lib: Add FIT payload supportPatrick Rudolph
2018-06-19lib: Raw import FIT parserPatrick Rudolph