Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google celes/rel v0.1.0 next #38

Open
wants to merge 9 commits into
base: dasharo-stable202002
Choose a base branch
from
13 changes: 10 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
url = https://github.com/ucb-bar/berkeley-softfloat-3.git
[submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"]
path = UnitTestFrameworkPkg/Library/CmockaLib/cmocka
url = https://git.cryptomilk.org/projects/cmocka.git
url = https://github.com/tianocore/edk2-cmocka.git
[submodule "DasharoModulePkg"]
path = DasharoModulePkg
url = https://github.com/Dasharo/DasharoModulePkg.git
path = DasharoModulePkg
url = https://github.com/Dasharo/DasharoModulePkg.git
[submodule "MdeModulePkg/Library/BrotliCustomDecompressLib/brotli"]
path = MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
url = https://github.com/google/brotli
[submodule "BaseTools/Source/C/BrotliCompress/brotli"]
path = BaseTools/Source/C/BrotliCompress/brotli
url = https://github.com/google/brotli
ignore = untracked
1 change: 1 addition & 0 deletions BaseTools/Source/C/BrotliCompress/brotli
Submodule brotli added at f4153a
3 changes: 2 additions & 1 deletion MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiLib.h>
#include <Library/DevicePathLib.h>
#include <Library/PcdLib.h>

#include <Protocol/DevicePath.h>
#include <Protocol/PciIo.h>
Expand All @@ -49,7 +50,7 @@ extern EDKII_SD_MMC_OVERRIDE *mOverride;
//
// Generic time out value, 1 microsecond as unit.
//
#define SD_MMC_HC_GENERIC_TIMEOUT 1 * 1000 * 1000
#define SD_MMC_HC_GENERIC_TIMEOUT (PcdGet32 (PcdSdMmcGenericTimeoutValue))

//
// SD/MMC async transfer timer interval, set by experience.
Expand Down
4 changes: 4 additions & 0 deletions MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
BaseLib
UefiDriverEntryPoint
DebugLib
PcdLib

[Protocols]
gEdkiiSdMmcOverrideProtocolGuid ## SOMETIMES_CONSUMES
Expand All @@ -68,3 +69,6 @@

[UserExtensions.TianoCore."ExtraFiles"]
SdMmcPciHcDxeExtra.uni

[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdSdMmcGenericTimeoutValue ## CONSUMES
1 change: 1 addition & 0 deletions MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
Submodule brotli added at f4153a
344 changes: 0 additions & 344 deletions MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/decode.h

This file was deleted.

Loading