Mikhail Krichanov
d9c70c0c7f
UE: Made UE the only supported format outside FVs.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
314a03b932
UE: Added FIXME comments.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
c9b9e54ca4
Build: Upgraded OpenCorePkg.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
173ec087f0
UE: Added support for relocatable XIP images.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
5d844c351a
MdeModulePkg: Added EFI_PEI_LOAD_FILE_WITH_HOB_PPI
...
and removed temporary hook.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
5ae3b213fb
OvmfPkg, ArmVirtPkg: Switched PEI to UE format.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
b55463b7a7
ArmVirtPkg: Switched SEC to UE format.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
e1d0cd68e3
GenFv: Fixed corruption of FFS file after rebasing.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
24a208db03
OvmfPkg: Switched SEC to UE format.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
f60c587094
UE: Added support for XIP.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
923004dd69
BaseUeImageLib: Refactored out unused code.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
e33395096c
ImageTool, BaseUeImageLib:
...
Added support for UeReloc32NoMeta relocation type to remove limitation
of 1MiB, formerly imposed on UE files by chaining relocations.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
0fca8bb634
OvmfPkg: Increased SECFV_SIZE
...
at the expense of FVMAIN_SIZE to fix CLANGPDB NOOPT X64 compilation.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
3668735164
BaseUeImageLib: Fixed buggy alignment in unchaining process.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
33ef407f5e
BaseUeImageLib: Added support for Runtime chaining relocs.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
c3ffeb1985
OvmfPkg: Fixed IA32 NOOPT compilation.
...
Allowed PE32 format for UEFI_APPLICATIONs, as Shell.efi is > 1MiB and
consequently 32-bit chaining relocs can not be applied.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
7203802b67
BaseTools, BaseUeImageLib: Added support for 32-bit chaining relocations.
...
Fixed Windows 10 BlueScreen issue for IA32.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
c43c32a3b8
MdePkg/Library/BaseUeImageLib: Fixed Windows 10 BlueScreen issue for X64.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
29ff3aa169
BaseTools, MdeModulePkg: Fixed code style.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
afb808bfb6
OvmfPkg, ArmVirtPkg: Switched DXE CORE to UE format.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
edcfaa96a7
MdeModulePkg/Core: Fixed code style.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
89a789b06e
Build: Switched to uefi-format OC branch.
2023-11-23 14:00:01 +03:00
Mikhail Krichanov
960f5cbc18
OvmfPkg: Fixed compilation and Windows 10 boot.
2023-11-23 14:00:01 +03:00
Marvin Häuser
21c5b3f2d1
MdePkg/UeImage: Remove support for SAL drivers
2023-11-23 14:00:01 +03:00
Marvin Häuser
a61515819f
MdePkg/UeImage: Update documentation
2023-11-23 14:00:01 +03:00
Marvin Häuser
98d76ebdf6
MdePkg/UeImage: Fix chained UE reloc member order
2023-11-23 14:00:01 +03:00
Marvin Häuser
9a98ee1c1b
[WIP] Support UE generation and consumption
2023-11-23 14:00:01 +03:00
Marvin Häuser
c2db36fa1c
[WIP] BaseTools: Support UE generation
2023-11-23 14:00:01 +03:00
Mike Beaton
dbebb53c11
MdePkg: Zero default for PcdDebugRaisePropertyMask
2023-11-07 21:52:30 +00:00
Mike Beaton
6dc22425d6
BasePeCoffLib2: Fix comment typo in PeCoffInit.c
2023-11-01 14:52:38 +01:00
Mike Beaton
204318a39f
MdeModulePkg/HiiDatabase: Use sizeof instead of AsciiStrSize for static string size
...
Matches 0bcc503595
2023-09-12 16:38:22 +01:00
Mike Beaton
afabb7d273
SecurityPkg: Remove reference to deleted variable
...
Should have been removed in 9e5601b1f45048d9d8f7b5a3f260bc6850c0e1a2
2023-08-30 22:56:11 +01:00
Savva Mitrofanov
87db4230b3
ImageTool: Add debug symbols path argument
...
We need to have the ability to put custom path with binary containing
debug symbols into ImageTool, because currently it uses the path to
stripped binary without debug symbols
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
2023-08-30 17:52:55 +03:00
Mike Beaton
0d546b92f5
Revert "OvmfPkg: Update build.sh to allow building OVMF then
...
running QEMU"
This reverts commit 173a7a7daaad560cd69e1000faca1d2b91774c46.
Fixes https://bugzilla.tianocore.org/show_bug.cgi?id=4528
2023-08-24 06:03:03 +01:00
Mike Beaton
89eade0814
MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool size
2023-08-24 05:36:27 +01:00
Mikhail Krichanov
e1ad43aec3
OvmfPkg: Increased SECFV_SIZE at FVMAIN_COMPACT's expense to fix CLANGPDB compilation.
2023-07-24 15:38:24 +03:00
Mikhail Krichanov
ea68fcb9c9
Build: Upgraded OpenCorePkg.
2023-07-24 10:26:14 +03:00
Mikhail Krichanov
1280e9297d
Build: Upgraded OpenCorePkg.
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
3de0068495
Docs: Updated README.md.
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
9e271a198c
BaseUefiImageLib: Ignore warning C4204: nonstandard extension used: non-constant aggregate initializer.
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
2db06cc287
CI: Fixed Windows build failure
...
Accept current version of iasl from choco
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
a30e19790a
BaseTools/tools_def: Deduplicate DLINK_FLAGS from CC_FLAGS
2023-07-19 13:45:31 +03:00
Marvin Häuser
4e195e53e5
BaseTools/build_rule: Always pass CC_FLAGS to DLINK
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
6257e37e09
MdePkg: Fixed compilation.
2023-07-19 13:45:31 +03:00
Mikhail Krichanov
ea43155693
Build: Switched OpenCore to UE branch.
2023-07-19 13:45:31 +03:00
Marvin Häuser
6bae938f40
ImageTool: Prefer AllocateCopyPool()
2023-07-19 13:45:31 +03:00
Marvin Häuser
329772c824
ImageTool/DynamicBuffer: Optimize branching behaviour
2023-07-19 13:45:31 +03:00
Marvin Häuser
db7b4da183
ImageTool/PeEmit: Force-terminate section names
2023-07-19 13:45:31 +03:00
Marvin Häuser
6a22eca730
ImageTool: Fix memory leaks
2023-07-19 13:45:31 +03:00
Marvin Häuser
ca23202d18
ImageTool: Drop redundant FIXMEs
2023-07-19 13:45:31 +03:00