Skip to content

Commit

Permalink
send bluetooth to nvram
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Nov 9, 2024
1 parent 07fa079 commit 45c6cf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build_Clover_in_Sequoia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd src
git clone --recurse-submodule https://github.com/CloverHackyColor/CloverBootloader.git
cd CloverBootloader

2. Download and install Python 5.12...
2. Download and install Python 3.12...
3. Set a link for python

cd /Library/Frameworks/Python.framework/Versions/3.12/bin/
Expand Down
4 changes: 2 additions & 2 deletions CloverPackage/package/po/clover.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Clover r5158\n"
"POT-Creation-Date: 2024-03-30 12:26+0300\n"
"Project-Id-Version: Clover r5160\n"
"POT-Creation-Date: 2024-09-14 09:44+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
3 changes: 3 additions & 0 deletions rEFIt_UEFI/Platform/DataHubCpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
//sudo nvram wake-failure=%00%00%00%00%00
LangLen = 0;
AddNvramVariable(L"wake-failure", gEfiAppleBootGuid, Attributes, 5, &LangLen);
// for a bluetooth
AddNvramVariable(L"bluetoothInternalControllerInfo", gEfiAppleBootGuid, Attributes, 14, &LangLen);
AddNvramVariable(L"bluetoothExternalDongleFailed", gEfiAppleBootGuid, Attributes, 1, &LangLen);

//clear OC garbage
DeleteNvramVariable(L"opencore-version", gEfiAppleBootGuid);
Expand Down

0 comments on commit 45c6cf0

Please sign in to comment.