Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 0277d5d8f100f2490a08f3a7e38f08328283e4fe https://github.com/tianocore/edk2/commit/0277d5d8f100f2490a08f3a7e38f08328283e4fe Author: Aaron Pop <aaron...@microsoft.com> Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths: M BaseTools/Source/Python/build/BuildReport.py Log Message: ----------- BaseTools: Improve report generation for Nested Fvs. Build report would not detect a nested FV if the nested FV was not in a subsection of an FFS statement. Modify the build report to better handle some of the variations of nested FVs. Failing Example: [Fv.FvName1] INF <path to some driver>.inf [Fv.FvName0] FILE FV_IMAGE = B25ACDEF-39CE-4FA5-B50A-33E24DB1BDDF { SECTION FV_IMAGE = FvName1 } Working Example: [Fv.FvName1] INF <path to some driver>.inf [Fv.FvName0] FILE FV_IMAGE = DA04F6BF-A0FD-47EC-928B-5101A6C95026 { SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE { SECTION FV_IMAGE = FvName1 } } Signed-off-by: Aaron Pop <aaron...@microsoft.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits