From 6284beb03a18b450d787cf713aae0ebf384b9375 Mon Sep 17 00:00:00 2001 From: MikhailKrichanov <65890930+MikhailKrichanov@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:30:38 +0300 Subject: [PATCH] Docs: Added new HII design in README.md features' list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b167f33481..a83bdd6612 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Available stable branches:
* [Introduced CpuArchLib to move the CPU Architectural initialization to DxeCore](https://github.com/tianocore/projects/issues/26) ([Bugzilla Bug 3223](https://bugzilla.tianocore.org/show_bug.cgi?id=3223))
* CI checks not only compilation results of various packages but also boot results of Windows 10 / Linux kernels for [OVMF](.github/workflows/build_x86.yaml) and [ArmVirtQemu](.github/workflows/build_arm.yaml)
* Introduced [new image protection policy](MdePkg/MdePkg.dec#L2388-L2407), which forbids loading of unaligned images
+* Replaced [PE/COFF resource sections](https://github.com/tianocore/edk2/issues/9583) with a [single C struct](https://github.com/acidanthera/audk/blob/master/BaseTools/ImageTool/ImageTool.c#L24-L116) ## PE loader designed with formal methods