# # ChangeLog for trunk/include/iprt/fdt.h in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 7:51:36 PM Thu, 01 Jun 2023 18:06:11 GMT vboxsync [100037] * trunk/include/iprt/fdt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/misc/fdt.cpp (modified) Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401 Thu, 01 Jun 2023 15:13:25 GMT vboxsync [100036] * trunk/include/iprt/fdt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/misc/fdt.cpp (modified) Runtime/RTFdt: Some additions and fixes, bugref:10401 Thu, 01 Jun 2023 11:06:25 GMT vboxsync [100029] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/fdt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/misc/fdt.cpp (modified) Runtime/RTFdt: Some untested generator API + implementation, bugref:10401 Wed, 31 May 2023 08:40:43 GMT vboxsync [100022] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/fdt.h (modified) * trunk/src/VBox/Runtime/common/misc/fdt.cpp (modified) * trunk/src/VBox/Runtime/tools/RTDtc.cpp (modified) Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a ... Tue, 30 May 2023 12:33:29 GMT vboxsync [100013] * trunk/include/iprt/fdt.h (modified) fix lnx64dep2 burn Tue, 30 May 2023 06:27:25 GMT vboxsync [100006] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/fdt.h (added) * trunk/include/iprt/formats/dtb.h (added) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/fdt.cpp (added) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTDtc.cpp (added) Runtime: Start implementing the RTFdt* API to read and write ...