Jump to content

Clover General discussion


ErmaC
29,818 posts in this topic

Recommended Posts

Just found this entry in CLOVER BootLog 3821:

1:274  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist

is there anywhere an explanation on how this "smbios.plist" should look alike? Cause i don't have such a plist under the given path.

Link to comment
Share on other sites

Just found this entry in CLOVER BootLog 3821:

1:274  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist
is there anywhere an explanation on how this "smbios.plist" should look alike? Cause i don't have such a plist under the given path.

 

It is like config.plist but with just SMBIOS section. Allows you to place SMBIOS data outside of config.plist, which you might want to do to protect your choices regarding serial#, etc.

Link to comment
Share on other sites

I think Mork was asking why it's showing up in the bootlog when he doesn't have this file.

 

I've been getting this too for quite a while but also don't use a seperate smbios.plist.

Probably a Clover bug.

Link to comment
Share on other sites

I think Mork was asking why it's showing up in the bootlog when he doesn't have this file.

 

I've been getting this too for quite a while but also don't use a seperate smbios.plist.

 

Shows up due to the check for it being logged, here on 3726 it just says it is not found.

0:100  0:000  Starting Clover revision: 3726 on American Megatrends EFI
..... snip
0:597  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found
Link to comment
Share on other sites

It is like config.plist but with just SMBIOS section. Allows you to place SMBIOS data outside of config.plist, which you might want to do to protect your choices regarding serial#, etc.

 

I've been wondering about this for years! Have never seen any mention of it in wiki.

Link to comment
Share on other sites

Dear Slice, pls send probing in Linux and Windows of that http://www.insanelymac.com/forum/topic/313468-smc-the-place-to-be-definitely/?p=2301381

 

Otherwise it's just {censored} and u successfully made an efi app to print some info :P

 

Steps to reproduce:

1. Compile recent Clover 3820+. Place SMCHelper.efi into  drivers64UEFI.

2. Place your smcutil.efi into convenient place.

3. Boot, enter Shell, test.

SMCHelper.efi.zip

The feature was reported here             #37            

Just found this entry in CLOVER BootLog 3821:

1:274  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist

is there anywhere an explanation on how this "smbios.plist" should look alike? Cause i don't have such a plist under the given path.

 

Probably a Clover bug.

Yes, looks like a bug. This output can't contain "smbios.plist", it must be "config.plist"

    if (EFI_ERROR (Status)) {
      Status = egLoadFile (SelfRootDir, ConfigPlistPath, (UINT8**)&gConfigPtr, &Size);
    }
    DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath);

No, it's not a bug if you have smbios.plist.

  • Like 1
Link to comment
Share on other sites

@Slice: there are obviously missing files in r3824:

TOOLCHAIN_DIR: /Users/philip/src/opt/local
NASM_PREFIX: /Users/philip/src/opt/local/bin/
NASM_VER: 2.12.02
Initializing workspace
Loading previous configuration from /Users/philip/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/philip/src/edk2
EDK_TOOLS_PATH: /Users/philip/src/edk2/BaseTools
CONF_PATH: /Users/philip/src/edk2/Conf

Running edk2 build for CloverX64 using the command:
build  -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -p Clover/Clover.dsc  -a X64 -b RELEASE -t XCODE5 -n 5

Build environment: Darwin-15.6.0-x86_64-i386-64bit
Build start time: 13:54:33, Oct.18 2016

WORKSPACE        = /Users/philip/src/edk2
ECP_SOURCE       = /Users/philip/src/edk2/EdkCompatibilityPkg
EDK_SOURCE       = /Users/philip/src/edk2/EdkCompatibilityPkg
EFI_SOURCE       = /Users/philip/src/edk2/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /Users/philip/src/edk2/BaseTools
CONF_PATH        = /Users/philip/src/edk2/Conf


Architecture(s)  = X64
Build target     = RELEASE
Toolchain        = XCODE5

Active Platform          = /Users/philip/src/edk2/Clover/Clover.dsc
Flash Image Definition   = /Users/philip/src/edk2/Clover/Clover.fdf

Processing meta-data ........ done!
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxDxeIpl/DxeIpl.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiLib/UefiLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
Building ... /Users/philip/src/edk2/Clover/Library/DuetTimerLib/DuetTimerLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/GenericBdsLib/GenericBdsLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/OsxBdsPlatformLib/PlatformBds.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf [X64]
Building ... /Users/philip/src/edk2/Clover/Library/MemLogLibDefault/MemLogLibDefault.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/VideoBiosPatchLib/VideoBiosPatchLib.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
Building ... /Users/philip/src/edk2/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Library/OpensslLib/OpensslLibNull.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxDxeCore/DxeMain.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/DuetPkg/SmbiosGenDxe/SmbiosGen.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxEfiLdr/EfiLdr.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxBdsDxe/BdsDxe.inf [X64]
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64]
Building ... /Users/philip/src/edk2/Clover/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/CpuDxe/Cpu.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/AcpiReset/Reset.inf [X64]
make: Nothing to be done for `tbuild'.
[CC] EfiLoader
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Metronome/Metronome.inf [X64]
[SLINK] EfiLoader
Building ... /Users/philip/src/edk2/Clover/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf [X64]
[DLINK1] EfiLoader
[CC] HwErrRecSupport
[MTOC] EfiLoader
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/PciRootBridgeDxe/PciRootBridge.inf [X64]
Building ... /Users/philip/src/edk2/Clover/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration.inf [X64]
[GENFW] EfiLoader
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64]
make: Nothing to be done for `tbuild'.
[VFR] BdsDxe
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/DriverOverride/DriverOverride.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxHfs.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxIso9660.inf [X64]
Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxExt2.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxExt4.inf [X64]
[CC] DeviceManagerVfr
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxReiserFS.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/FatPkg/EnhancedFatDxe/Fat.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/GrubFS/src/EXFAT.inf [X64]
[VFR] BdsDxe
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/GrubFS/src/HFSPLUS.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/GrubFS/src/ISO9660.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/GrubFS/src/NTFS.inf [X64]
Building ... /Users/philip/src/edk2/Clover/GrubFS/src/UDF.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf [X64]
[CC] DriverHealthVfr
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/BiosVideo/BiosVideo.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/LegacyBios/VideoDxe/VideoDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/LegacyBios/VideoDxe/VideoDxe2.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/SataControllerDxe/SataControllerDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/AtaAtapi/AtaAtapiPassThru.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/AtaBus/AtaBusDxe.inf [X64]
Building ... /Users/philip/src/edk2/Clover/DVDBus/ScsiBusDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/DVDDisk/ScsiDiskDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OhciDxe/OhciDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Patches_for_EDK2/XhciDxe/XhciDxe.inf [X64]
Building ... /Users/philip/src/edk2/Clover/Patches_for_EDK2/UsbBusDxe/UsbBusDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf [X64]
Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf [X64]
Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Ps2MouseDxe/Ps2MouseDxe.inf [X64]
Building ... /Users/philip/src/edk2/Clover/OsxAcpiTableDxe/AcpiTableDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxAcpiPlatformDxe/AcpiPlatformDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/PartitionDxe/PartitionDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/BiosKeyboard/KeyboardDxe.inf [X64]
[CC] DeviceManager
Building ... /Users/philip/src/edk2/Clover/LegacyBios/Region2Dxe/LegacyRegion2Dxe.inf [X64]
Building ... /Users/philip/src/edk2/Clover/FSInject/FSInject.inf [X64]
make: Nothing to be done for `tbuild'.
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/MsgLog/MsgLog.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Protocols/SMCHelper/SMCHelper.inf [X64]
make: Nothing to be done for `tbuild'.
[VFR] BdsDxe
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Protocols/OSInfo/OSInfo.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.inf [X64]
Building ... /Users/philip/src/edk2/Clover/DumpUefiCalls/DumpUefiCalls.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/OsxFatBinaryDrv/OsxFatBinaryDrv.inf [X64]
[CC] BootManagerVfr
Building ... /Users/philip/src/edk2/Clover/EmuVariableUefi/EmuVariableRuntimeDxe.inf [X64]
make: Nothing to be done for `tbuild'.
Building ... /Users/philip/src/edk2/Clover/Protocols/AppleImageCodec/AppleImageCodec.inf [X64]
make: Nothing to be done for `tbuild'.
/Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.c:15:10: fatal error: 'Protocol/AppleGraphConfig.h' file not found
#include <Protocol/AppleGraphConfig.h>
         ^
1 error generated.
make: *** [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig/OUTPUT/GraphicsConfig.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig]


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DumpUefiCalls/DumpUefiCalls]


build.py...
 : error F002: Failed to build module
	/Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.inf [X64, XCODE5, RELEASE]

- Failed -
Build end time: 13:54:48, Oct.18 2016
Build total time: 00:00:15


o_Ops, ./ebuild.sh exited with error(s), aborting..
  • Like 1
Link to comment
Share on other sites

it was added a little while back I believe with some of cvad's edits (I'm not 100% sure though sorry if I named the wrong dev) to port your chameleon config and also for cases like rehab man mentioned. it's just a check to see if it exists.

re:smbios.plist

Nothing to do with "port your chameleon config".

If I remember correctly, it was added by apianti (sp?) at my request.

No, it's not a bug if you have smbios.plist.

Yes, of course.

But the reports are that the log is output when smbios.plist DOES NOT exist.

I suspect the log is not conditional on the file existing...

Link to comment
Share on other sites

@Mork vom Ork look here

Agreed with @Rehabman, maybe like this?

if (EFI_ERROR (Status)) {
  Status = egLoadFile (SelfRootDir, ConfigPlistPath, (UINT8**)&gConfigPtr, &Size);
  if (!EFI_ERROR (Status)) {
    DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath);
  }
}
//DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath);

Or move log here

  • Like 1
Link to comment
Share on other sites

re:smbios.plist

Nothing to do with "port your chameleon config".

If I remember correctly, it was added by apianti (sp?) at my request.

 

Yes, of course.

But the reports are that the log is output when smbios.plist DOES NOT exist.

I suspect the log is not conditional on the file existing...

your right!

just tried with chameleon smbios plist I got 

Invalid smbios.plist, not overriding config.plist!

I deleted that comment to keep things concise on this thread. Thanks for spotting that.

Link to comment
Share on other sites

Hi All! Tried searching but couldn't find the answer. 

 

I upgraded to Clover 3835 and am missing "without caches" selection in clover menu. Is this correct? Have things changed or should I revert to a previous version?

 

Thanks for your help! :)

Link to comment
Share on other sites

Hi All! Tried searching but couldn't find the answer. 

 

I upgraded to Clover 3835 and am missing "without caches" selection in clover menu. Is this correct? Have things changed or should I revert to a previous version?

 

Thanks for your help! :)

As designed.

Let system decide use cache or no.

Or just manually delete it.

Sierra has no mode to boot without caches. It will always boot with prelinkedkernel no matter we want.

  • Like 4
Link to comment
Share on other sites

Hey guys,

 

I have noticed that if I use Clover to boot either  11.6 or 12.0 from within Ozmosis, I can successfully load osx on the next reboot cycle directly from Oz whereas before I could not due to some unknown issue. Wonder what could Clover be doing? Setting the right nvram variables maybe? Some driver being loaded that fixes what ever was broken??

 

Thanks

Link to comment
Share on other sites

Hey guys,

 

I have noticed that if I use Clover to boot either  11.6 or 12.0 from within Ozmosis, I can successfully load osx on the next reboot cycle directly from Oz whereas before I could not due to some unknown issue. Wonder what could Clover be doing? Setting the right nvram variables maybe? Some driver being loaded that fixes what ever was broken??

 

Thanks

Several NVRAM variables.

I am not sure if any clover's drivers will remain after reboot.

May be PCI memory state.

Link to comment
Share on other sites

Several NVRAM variables.

I am not sure if any clover's drivers will remain after reboot.

May be PCI memory state.

The effect stays and lingers after a reboot. Even works after shutting down cold and rebooting. Guys on the Oz forum think its the Csr-Active-Config key and sip. I'm not too sure. Maybe I could dump all the nvram variables. Perhaps Clover is properly configuring the Nvidia injection.. Weird.

 

Whats PCI memory state?

 

 

Thanks Slice.

Link to comment
Share on other sites

Dear Slice

I ve a configuration in signature but I ve a problem in booting Sierra OSx. When I boot in verbose mode, I have a very slow booting step before arriving at login Desktop. Clover is 3875.

 

 

First , Here first freezes at :

post-672329-0-44628800-1477152878_thumb.jpg

 

Then after 30 sec appears second line:

post-672329-0-70158700-1477152919_thumb.jpg

 

After 60 sec,  Monitor turning off itself (does not seem to arrive video signal) ....
After another minute: Desk login....

 

Could you help me what's happen? What is the reason for this slow booting?

Link to comment
Share on other sites

×
×
  • Create New...