History log of /seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/fdt.h
Revision Date Author Comments
# d28dce59 13-May-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Add helper functions to FDT

These new helper functions in the FDT interface are mostly convenience
wrappers over the existing register and IRQ walking functions. Instead
of providing a callback, the user can present an offset and the helper
functions will attempt to map that particular register block or
interrupt.


# 1aed2eca 03-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: Use const for static strings

This is more compatible with existing interfaces.


# af39e382 17-Sep-2019 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Add docs to FDT and IRQ chip parsing libs


# 65959cc2 22-Aug-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Add FDT parsing library

This FDT parsing library is a collection of utility functions which
parses the FDT with the help of libfdt to simplify the common use cases
of the FDT.