mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 13:45:07 -05:00
Mirror of DTC
This fixes several small bugs related to fdt_strerror(). - an entry is added to the error table for FDT_ERR_BADLAYOUT. - Incorrect usage of fdt_strerror() in check_property() and check_getprop() is corrected (they were passing a positive error code, when fdt_strerror() expects a negative code). - Add code to properly retreive an error code from fdt_get_property() in check_property(). With that a check that the length returned by fdt_get_property() matches that stored in the retreived property. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> |
||
|---|---|---|
| tests | ||
| .gitignore | ||
| fdt.c | ||
| fdt.h | ||
| fdt_ro.c | ||
| fdt_rw.c | ||
| fdt_strerror.c | ||
| fdt_sw.c | ||
| fdt_wip.c | ||
| GPL | ||
| libfdt.h | ||
| libfdt_env.h | ||
| libfdt_internal.h | ||
| Makefile | ||
| TODO | ||