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
/
src
/
lib
/
fit.c
Age
Commit message (
Expand
)
Author
2020-01-28
commonlib: Add commonlib/bsd
Julius Werner
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-06-24
add ctype.h header
Joel Kitching
2019-06-21
device_tree: Update comment style to C89
Julius Werner
2019-06-21
fit: Check all compat strings for highest match
Julius Werner
2019-06-21
fit: Add overlay support
Julius Werner
2019-06-21
fit: Add device tree compression
Julius Werner
2019-06-21
fit: Refactor config node handling
Julius Werner
2019-06-04
device_tree: Add version checks
Julius Werner
2019-06-04
device_tree: Switch allocations to xzalloc()
Julius Werner
2019-05-23
fit: Add "board-skuX" (without -rev) to allowed compatible strings
Julius Werner
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-03-19
src: Drop unused 'include <cbfs.h>'
Elyes HAOUAS
2019-03-07
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2018-12-19
lib/fit: Normalize spaces in board names to dashes
Jonathan Neuschäfer
2018-08-24
device_tree/fit: Constify data structures
Patrick Rudolph
2018-08-10
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-06-19
lib: Add FIT payload support
Patrick Rudolph
2018-06-19
lib: Raw import FIT parser
Patrick Rudolph