28 Commits (ab86f1e9fda819a920d4243005bf282c0d7b5f4a)

Author SHA1 Message Date
Justin Covell 3b01518e68 Set last_comp_version correctly in new dtb and fix potential version issues in fdt_open_into 4 years ago
Andre Przywara fb1f65f158 libfdt: fdt_create_with_flags(): Fix comparison warning 4 years ago
Andre Przywara 3d7c6f4419 libfdt: fdt_add_string_(): Fix comparison warning 4 years ago
Andre Przywara ce9e1f25a7 libfdt: fdt_resize(): Fix comparison warning 4 years ago
Andre Przywara f8e11e6162 libfdt: fdt_grab_space_(): Fix comparison warning 4 years ago
Patrick Oppenlander f68bfc2668 libfdt: trivial typo fix 4 years ago
Simon Glass e5c92a4780 libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checks 5 years ago
Simon Glass 57bc6327b8 libfdt: Add support for disabling dtb checks 5 years ago
Rob Herring 7fb0f4db2e libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags 5 years ago
Nicholas Piggin ce01b21098 libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed 6 years ago
Nicholas Piggin fbb62754ce libfdt: Introduce fdt_create_with_flags() 6 years ago
Nicholas Piggin 228a44cce8 libfdt: Ensure fdt_add_property frees allocated name string on failure 6 years ago
David Gibson 1087504bb3 libfdt: Add necessary header padding in fdt_create() 6 years ago
Simon Glass c72fa777e6 libfdt: Copy the struct region in fdt_resize() 6 years ago
David Gibson 899d6fad93 libfdt: Improve sequential write state checking 6 years ago
David Gibson 04b5b4062c libfdt: Clean up header checking functions 6 years ago
David Gibson c8b38f65fd libfdt: Remove leading underscores from identifiers 7 years ago
Simon Glass 580a9f6c28 Add a libfdt function to write a property placeholder 8 years ago
David Gibson 79eebb23db libfdt: Add function to resize the buffer for a sequential write tree 11 years ago
Kim Phillips 142419e43c dtc/libfdt: sparse fixes 12 years ago
Emil Medve 804fed8dcd Fix a possible overflow case detected by gcc 4.3.2 16 years ago
David Gibson 1a020e4030 libfdt: Rework/cleanup fdt_next_tag() 16 years ago
David Gibson b6d80a20fc libfdt: Increase namespace-pollution paranoia 16 years ago
David Gibson 36786db615 dtc: Enable and fix -Wpointer-arith warnings 16 years ago
David Gibson aa1baab3cc libfdt: Several cleanups to parameter checking 17 years ago
David Gibson 9b91134ba3 libfdt: Remove un-const-safe fdt_set_header macro 17 years ago
David Gibson 3c44c87bde libfdt: Rename and publish _fdt_next_tag() 17 years ago
David Gibson 23cdf2379f Move everything into a subdirectory in preparation for merge into dtc. 18 years ago
David Gibson 9481605208 libfdt: Switch to dual GPL/BSD license 18 years ago
David Gibson a6c76f923d libfdt: More thorough use of constification 18 years ago
David Gibson 9a9fdf5991 libfdt: More consistent handling of returned error codes. 18 years ago
David Gibson 73d60926a0 libfdt: Use void * to refer to device tree blobs 18 years ago
David Gibson fe92f6bb75 libfdt: Introduce flat tree format v17 18 years ago
David Gibson aeddfe2c34 libfdt: Factor out string search function 18 years ago
David Gibson ede25deae6 libfdt: Export accessors for header fields 18 years ago
David Gibson 063693a9e4 libfdt: Sequential write support 18 years ago