[U-Boot] Subject: [PATCH] libfdt: Add fdt functionality for more intuitive fdt handling

2012-05-07 Thread Peter Feuerer
libfdt: Add fdt functionality for more intuitive fdt handling New functions: fdt_read - retrieve the value of a property by full path fdt_write - create or change a property with full path and create subnodes if needed fdt_create_path - create subnode path with parents Signed-off-by: Peter

[U-Boot] [PATCH - resend due to bounce] libfdt: Add fdt functionality for more intuitive

2012-05-07 Thread Peter Feuerer
libfdt: Add fdt functionality for more intuitive fdt handling New functions: fdt_read - retrieve the value of a property by full path fdt_write - create or change a property with full path and create subnodes if needed fdt_create_path - create subnode path with parents Signed-off-by: Peter

[U-Boot] [PATCH] fix cramfs resolve in case of two files, which start with same chars

2011-07-28 Thread Peter Feuerer
Hi, when having two (or more) files in cramfs which start with same name, cramfs_resolve didn't check the filename length and thus returned potentially the wrong file. kind regards, --peter; Signed-off-by: Peter Feuerer --- diff -ur u-boot-2011.06_original/fs/cramfs/cramfs.c u-boot-20