mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-03-11 13:12:14 +01:00
Cleaning and improvement of PlatformPOSIX.
Create a PlatformPOSIX+EFI.
This commit is contained in:
parent
626637762c
commit
0a8f273560
PosixCompilation
CloverMock
DebugLibs
Autogen
CloverEFI
Library
MdeModulePkg
MdePkg
BaseCpuLib.libBaseDebugLibSerialPort.libBaseDebugPrintErrorLevelLib.libBaseIoLibIntrinsic.libBaseLib.libBaseMemoryLib.libBasePciCf8Lib.libBasePciLibCf8.libBasePrintLib.libDxeHobLib.libDxeServicesLib.libDxeServicesTableLib.libPeCoffExtraActionLibNull.libUefiApplicationEntryPoint.libUefiBootServicesTableLib.libUefiDevicePathLib.libUefiFileHandleLib.libUefiLib.libUefiMemoryAllocationLib.libUefiRuntimeServicesTableLib.lib
OC
ControlMsrE2.libOcAcpiLib.libOcAfterBootCompatLib.libOcApfsLib.libOcAppleBootPolicyLib.libOcAppleChunklistLib.libOcAppleDiskImageLib.libOcAppleEventLib.libOcAppleImageVerificationLib.libOcAppleImg4Lib.libOcAppleKernelLib.libOcAppleKeyMapLib.libOcAppleKeysLib.libOcAppleRamDiskLib.libOcAppleSecureBootLib.libOcAppleUserInterfaceThemeLib.libOcAudioLib.libOcBootManagementLib.libOcCompressionLib.libOcConfigurationLib.libOcConsoleLib.libOcCpuLib.libOcCryptoLib.libOcDataHubLib.libOcDebugLogLib.libOcDevicePathLib.libOcDevicePropertyLib.libOcDeviceTreeLib.libOcDriverConnectionLib.libOcFileLib.libOcFirmwareVolumeLib.libOcGuardLib.libOcHashServicesLib.libOcInputLib.libOcMacInfoLib.libOcMachoLib.libOcMemoryLib.libOcMiscLib.libOcOSInfoLib.libOcPeCoffLib.libOcRngLib.libOcRtcLib.libOcSerializeLib.libOcSmbiosLib.libOcSmcLib.libOcStorageLib.libOcStringLib.libOcTemplateLib.libOcUnicodeCollationEngGenericLib.libOcVirtualFsLib.libOcXmlLib.libOpenCore.libOpenRuntime.lib
ReleaseLibs
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#define PRINTF_LITE_BUF_SIZE 255 // not more than 255
|
#define PRINTF_LITE_BUF_SIZE 255 // not more than 255
|
||||||
#define PRINTF_LITE_TIMESTAMP_SUPPORT 1
|
#define PRINTF_LITE_TIMESTAMP_SUPPORT 1
|
||||||
#define PRINTF_LITE_TIMESTAMP_CUSTOM_FUNCTION 1
|
#define PRINTF_LITE_TIMESTAMP_CUSTOM_FUNCTION 0
|
||||||
#define PRINTF_EMIT_CR_SUPPORT 0
|
#define PRINTF_EMIT_CR_SUPPORT 0
|
||||||
|
|
||||||
#define PRINTF_LITE_REPLACE_STANDARD_FUNCTION 1
|
#define PRINTF_LITE_REPLACE_STANDARD_FUNCTION 1
|
||||||
|
@ -154,10 +154,10 @@ int _fltused=0; // it should be a single underscore since the double one is the
|
|||||||
//{
|
//{
|
||||||
//}
|
//}
|
||||||
|
|
||||||
const char* printf_lite_get_timestamp()
|
//const char* printf_lite_get_timestamp()
|
||||||
{
|
//{
|
||||||
return "";
|
// return "";
|
||||||
}
|
//}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Prints a log message to memory buffer.
|
Prints a log message to memory buffer.
|
||||||
|
1
PosixCompilation/DebugLibs/Autogen/AutoGen.c
Symbolic link
1
PosixCompilation/DebugLibs/Autogen/AutoGen.c
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.c
|
1
PosixCompilation/DebugLibs/Autogen/AutoGen.h
Symbolic link
1
PosixCompilation/DebugLibs/Autogen/AutoGen.h
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.h
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user