Goldfish64
fd7cc9e325
Includes: Update HdaRegisters.h
2020-05-09 16:49:19 -05:00
Rodion Shingarev
a271916d08
Utilities: LogoutHook optimized with ShellCheck
2020-05-10 00:42:37 +03:00
dakanji
c2228cb25c
Build: Update ShellCheck CI ( #49 )
2020-05-09 20:41:23 +03:00
Andrey1970AppleLife
080a661513
Docs: Update samples
2020-05-09 18:49:54 +03:00
vit9696
ed841679e8
Build: Install shellcheck manually
2020-05-09 17:55:39 +03:00
vit9696
1d68511a6a
Build: Fix CI configuration
2020-05-09 17:42:26 +03:00
dakanji
fe7cb46d3e
Build: Implement OpenCore shell checks
...
Closes acidanthera/bugtracker#902 (#48 )
2020-05-09 17:37:24 +03:00
vit9696
36a154981c
OpenCoreNvram: Fixed warnings for empty variables (e.g. rtc-blacklist)
2020-05-09 16:38:13 +03:00
Andrey1970AppleLife
39d90e7e91
Docs: Update samples
2020-05-09 15:32:35 +03:00
Andrey1970AppleLife
7eaa0717ce
Update Kexts.md
2020-05-08 22:05:05 +03:00
Andrey1970AppleLife
0dfa2fe9b3
Update Kexts.md
2020-05-08 21:00:14 +03:00
vit9696
def8866ef3
OcBootManagementLib: Fix locating default Windows with DuetPkg
2020-05-08 00:49:54 +03:00
Andrey1970AppleLife
2b4c491282
Docs: Fixed Configuration
2020-05-08 00:39:59 +03:00
Andrey1970AppleLife
e02ff28d52
Docs: Update Configuration
2020-05-07 23:00:13 +03:00
Download-Fritz
9440cd057b
OcBootManagementLib: Use static functions for Boot Policy
...
Includes fixing an issue where generic booters were added for file systems that already had a primary booter by the use of "core" Apple Boot Policy predefined paths.
2020-05-07 17:34:53 +02:00
Download-Fritz
913fb12a3f
OcAppleBootPolicyLib: Introduce concept of "Core" paths
2020-05-07 17:34:53 +02:00
Download-Fritz
b7bb88473f
OcAppleBootPolicyLib: Do not return unused APFS handle by OC API
...
The handle is unused by all calls within OC and finding it has a considerable overhead considering scanning many partitions, hence limit it to Apple protocol API.
2020-05-07 17:34:53 +02:00
vit9696
f2e2edc4fe
OpenCoreNvram: Do not warn about failing to set empty vars
2020-05-07 18:22:37 +03:00
vit9696
d11b9f8ad3
Build: Attempt to fix CI x2
2020-05-06 23:55:31 +03:00
vit9696
35f8f69ddb
Build: Attempt to fix CI
2020-05-06 23:41:25 +03:00
vit9696
1d2d53e13c
Docs: Add some really basic doxygen conf
2020-05-06 23:25:14 +03:00
vit9696
e4f182ee9f
Build: Fix doxygen issues
2020-05-06 23:16:51 +03:00
Download-Fritz
c9c9979fd2
OcBootManagementLib: Adapt to OcAppleBootPolicyLib changes
2020-05-06 21:12:00 +02:00
Download-Fritz
cc4cb23796
OcAppleBootPolicy: Move parameter checking to protocol functions
2020-05-06 21:11:23 +02:00
Download-Fritz
3d97abb86f
OcAppleBootPolicyLib: Fix Apple UB
2020-05-06 20:56:04 +02:00
Download-Fritz
971e412a5c
OcAppleBootPolicyLib: Expose functions statically
2020-05-06 20:56:04 +02:00
vit9696
3e5cbe6b86
OcBootManagementLib: Fix custom entry listing when ResetNVRAM is off
2020-05-06 21:41:48 +03:00
Download-Fritz
8e42201f04
OcDevicePathLib: Fix restore struct fields
2020-05-06 14:52:53 +02:00
vit9696
d4cf25e514
Build: Fix CLANG38 compilation
2020-05-06 15:01:15 +03:00
Nikolai SAOUKH
52aee52fa4
OpenCorePkg\Library\OcDevicePathLib\OcDevicePathLib.c: Fix warning C4244: '=': conversion from 'const UINT32' to 'UINT{8|16}', possible loss of data
2020-05-06 12:45:44 +03:00
vit9696
32a5dd1053
Build: Attempt to fix borked env in Travis
2020-05-06 03:41:08 +03:00
vit9696
0c7839e497
Build: Try LLVM 8.0 for CLANG38
2020-05-06 03:25:38 +03:00
vit9696
0c77e6bbf9
Build: Try to fix Linux build issues
2020-05-06 03:08:23 +03:00
vit9696
f8dc1f1d40
Build: Enable Linux CLANGPDB/GCC5 builds
2020-05-06 02:38:03 +03:00
vit9696
92069382b9
OpenCanopy: Fix sign issues
...
closes acidanthera/bugtracker#882
2020-05-06 02:03:11 +03:00
vit9696
9bbd9f0395
OcBootManagementLib: Invoke bless for every BootOrder entry
...
This resolves a problem with locating recovery and other macOS installs
2020-05-06 01:25:23 +03:00
vit9696
8411a4ba2e
OcBootManagementLib: Fix accessing freed device path for APFS recovery
2020-05-06 01:20:23 +03:00
vit9696
5f32fc7eb9
OcBootManagementLib: Log APFS recovery location failure code
2020-05-06 00:26:27 +03:00
vit9696
f5eed13321
OcStringLib: Fix a typo
2020-05-06 00:09:33 +03:00
vit9696
ef1c9b02f2
OcStringLib: Fix OcStrStrLength to match equal strings
2020-05-06 00:02:20 +03:00
vit9696
6336f034ca
OcBootManagementLib: Fix the use of uninitialised value
2020-05-05 22:46:30 +03:00
Michael Belyaev
d7e47bed07
Docs: Fix Doxygen comments ( #46 )
2020-05-05 22:46:14 +03:00
Andrey1970AppleLife
fa58fa0063
Docs: Enable Bootstrap
2020-05-05 21:40:51 +03:00
Andrey1970AppleLife
c4975433fb
Docs: Fixed typo
2020-05-05 21:27:03 +03:00
vit9696
11a3fd2911
OpenCoreMisc: Use builtin picker when external picker fails to load
2020-05-05 20:01:39 +03:00
vit9696
796765ca7c
OcBootManagementLib: Rework boot management ( #42 )
...
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Download-Fritz <download-fritz@outlook.com>
2020-05-05 19:45:32 +03:00
vit9696
7ed2fb7cfa
Docs: Reflect latest OpenCanopy changes in docs and changelog
2020-05-05 19:28:36 +03:00
vit9696
5b0925ad04
OpenCanopy: Rename Font.* to Font_1x.* to avoid name conflicts
2020-05-05 18:59:30 +03:00
Michael Belyaev
b4e2820be3
OpenCanopy: Improve font support ( #43 )
...
- Fix various issues during BMF font loading.
- Add 2x font support (requires the height to be 12*Scale, like bless-generated).
- Add fonts without kerning support.
- Rename `Light` to `LightBackground` and fix color comparison direction.
- Add support loading images that already have premultiplied alpha (use it for font).
- Improve font/label size assertion messages
- Draw font-rendered labels and image lebels with alpha to fix background blending.
- Update Xcode project to work with indexing.
- OcAppleDiskImageLibInternal: fix error handling issues.
2020-05-05 18:46:21 +03:00
dakanji
6dd402bebe
Build: Fix ShellCheck warning in macbuild ( #45 )
2020-05-05 00:46:53 +03:00