Andrey1970
852016cd85
Updated builtin firmware versions
2023-03-28 17:22:25 +03:00
Mike Beaton
abe28e829f
OcConsoleLib: Add GopBurstMode quirk
...
OcMemoryLib: Add additional PAT and MTRR caching support
2023-03-28 07:18:14 +01:00
Marvin Häuser
2002cbfe05
Docker: Utilize ${PWD} to support "extend" from other locations
2023-03-28 00:31:57 +02:00
Marvin Häuser
3d82dcebb2
Dockerfiles: Support OC_DEV_PLATFORM arg
2023-03-28 00:31:57 +02:00
Marvin Häuser
e75b3d1e55
devcontainer: Switch to Dockerfile to easen multi-platform dev
2023-03-28 00:31:57 +02:00
Marvin Häuser
fc423d6cdf
Docker: Unify oc-dev-edk2 and oc-dev-docs
2023-03-28 00:31:57 +02:00
Marvin Häuser
343662811a
Dockerfiles: Add X11 dependencies to build EmulatorPkg
2023-03-28 00:31:57 +02:00
Marvin Häuser
cb94801ff2
CI and Docker: Sync with AUDK
2023-03-28 00:31:57 +02:00
Andrey1970
7fa535797e
Updated builtin firmware versions
2023-03-28 01:14:38 +03:00
Mike Beaton
592285f273
Docs: Updated Debug README.md with VS Code gdb config example
2023-03-27 00:09:11 +01:00
Mikhail Krichanov
bd7f1c0545
Build: Synchronisation with recent audk changes.
2023-03-16 12:30:46 +03:00
Savva Mitrofanov
eabb466142
Application: Adds ListPartitions
2023-03-13 20:09:18 +06:00
Mike Beaton
cf392cf314
Docs: Build docs
2023-03-12 07:16:44 +00:00
RainCat1998
64bcd081ec
Docs: Fix typo
2023-03-09 22:48:12 +00:00
Vitaly Cheptsov
d3660ce309
Docs: Sync changelog
2023-03-09 23:13:56 +03:00
CorpNewt
fe8491348f
OcAcpiLib: Fix comment printing failing to process long comments ( #432 )
2023-03-09 23:12:49 +03:00
Savva Mitrofanov
1a9a40bf74
User: Implements runtime GetTime function in UserBootServices
2023-03-07 21:28:51 +06:00
Savva Mitrofanov
4c19125820
Utilities: Corrects missing memory allocation checks in TestNtfsDxe
2023-03-07 21:28:51 +06:00
Savva Mitrofanov
344a2080b2
User: Adds UserUnicodeCollation library
...
Dedicates unicode collation protocol functions into separate user
library to prevent code duplication across several user utilities
2023-03-07 21:28:51 +06:00
Savva Mitrofanov
4ff857dcc9
Utilities: Adds test tool for EnhancedFatDxe driver
2023-03-07 21:28:51 +06:00
Andrey1970AppleLife
c2bd5c1b81
Bump version
2023-03-06 22:05:19 +03:00
Mike Beaton
e4f0ba14ef
EnableGop: Link to Macschrauber's updated Rom Dump
0.9.0
2023-03-05 18:37:30 +00:00
Mike Beaton
0e5ba48fa2
Build: Provide EDK-II BaseTools in releases
2023-03-04 09:28:06 +00:00
Mike Beaton
ba2202437d
EnableGop: Fix tmpdir bug in vBiosInsert.sh update
2023-03-01 05:54:22 +00:00
Mike Beaton
86ef0dc2e8
EnableGop: Improve ROM overflow detection in vBIOS insert script
2023-02-28 10:07:09 +00:00
Mike Beaton
01db6a0a23
EnableGop: Update vBIOS insertion script
...
- Add AMD support
- Add GOP offset auto-detection
- Support back to 10.11 El Capitan
2023-02-27 23:45:23 +00:00
Savva Mitrofanov
7a4bc7395e
User: Adds PcdFatReadOnlyMode feature flag token
2023-02-27 14:38:05 +06:00
Mikhail Krichanov
da447f6926
User: Added PcdDebugRaisePropertyMask.
2023-02-27 10:02:38 +03:00
Mike Beaton
b34b7c48f2
Various: Add missing .inf dependencies
2023-02-25 19:37:27 +03:00
Mike Beaton
cb962f8f4b
OcLogAggregatorLib: Fix non-standard linkage pattern
2023-02-25 19:37:27 +03:00
Vitaly Cheptsov
c6ce04571a
Docs: Sync changelog
2023-02-23 15:27:14 +03:00
vit9696
05d2b00c7d
OcAppleKernelLib: Fix ProvideCpuInfo on 13.3
2023-02-23 15:26:01 +03:00
Mike Beaton
457c68dcde
OpenCanopy: Restore screen clear on exit
...
https://github.com/acidanthera/bugtracker/issues/2231
2023-02-23 04:48:14 +00:00
Savva Mitrofanov
a0a25e597c
User: Corrects CalculateCrc32
...
We need to create proper wrapper like it done in
RuntimeDriverCalculateCrc32
2023-02-22 16:59:59 +06:00
Savva Mitrofanov
f9e1f64666
User: Adds DummyRestoreTPL and CalculateCrc32 to gBS
2023-02-22 16:47:14 +06:00
Savva Mitrofanov
93dc0951a1
OcMachoLib: Rename Fat.c to MachoFat.c to solve conflict with FatPkg
2023-02-22 16:47:13 +06:00
Mike Beaton
f34a6ddb2b
EnableGop: Update README.md and UEFITool screenshot
2023-02-22 08:02:39 +00:00
Mike Beaton
2439d58412
OcConsoleLib: Prevent verbose boot text overwriting pre-existing graphics ( #426 )
...
- Clear console screen on change to console mode
- Ensure entire screen is cleared at least once in console mode
o Was not needed/was done by default, prior to a189bd53bc2ac1490dac7125a9ce11fd03571755
o Remove GOP clear screen work-around no longer required with this change.
- These changes improve EnableGop driver in the same way, so update version number
o Add EnableGop version in UI section, to enable tool builders to track it
2023-02-22 02:01:39 +03:00
Marvin Häuser
bc64f5ad1f
OcAfterBootCompatLib: Fix config output
2023-02-21 17:30:11 +01:00
Marvin Häuser
cc26901bff
OcMainLib: Drop redundant cast
2023-02-21 17:30:11 +01:00
Marvin Häuser
419bef655e
OcMainLib: Print ACPI patch comment alongside index
2023-02-21 17:29:55 +01:00
Andrey1970
d90118d8e7
Update MP71.yaml
2023-02-17 19:29:10 +03:00
Andrey1970AppleLife
494733f45c
DataBase: Updated MaximumOSVersion
2023-02-16 17:43:09 +03:00
Andrey1970AppleLife
2a93b02df5
Fix year in doc
2023-02-14 16:49:05 +03:00
Andrey1970AppleLife
e8e4da5a15
Bump version
2023-02-14 16:20:44 +03:00
Vitaly Cheptsov
7f01605a1f
Docs: Add missing changelog entry
0.8.9
2023-02-12 23:48:35 +03:00
Vitaly Cheptsov
5c51599ab2
Docs: Sync changelog
2023-02-12 18:36:24 +03:00
Savva Mitrofanov
29274ba613
OcCryptoLib: Update rodata section name in Sha512Avx.nasm
...
Use RODATA_SECTION_NAME NASM-macro for rodata section naming
2023-02-12 19:58:44 +06:00
vit9696
bc00580ba6
Debug: Fix debug script not loading some sections in GDB
...
Recent GDB seems to handle -o argument correctly now.
2023-02-12 14:45:56 +03:00
John Davis
2a88bba792
AudioDxe: Prevent protocol installation on codecs without audio function groups
2023-02-11 22:33:43 -06:00