Chameleon

Chameleon Commit Details

Date:2011-09-03 20:37:05 (12 years 6 months ago)
Author:JrCs
Commit:1497
Parents: 1496
Message:Revert "applied fix from oleg @ insanelymac for facetime" Revert the fix because of issue #169, need to make some test on raid systems
Changes:
M/trunk/i386/libsaio/fake_efi.c

File differences

trunk/i386/libsaio/fake_efi.c
434434
435435
436436
437
438
439437
440438
441439
......
604602
605603
606604
607
608
609
610
611
612
613
614
615
616
617
618605
619606
620607
static const char const SYSTEM_TYPE_PROP[] = "system-type";
static const char const MODEL_PROP[] = "Model";
static const char const BOARDID_PROP[] = "board-id";
static const char const BOOT_UUID_PROP[] = "boot-uuid";
static char uuidStr[64];
/*
* Get an smbios option string option to convert to EFI_CHAR16 string
// Fill /efi/device-properties node.
setupDeviceProperties(node);
//Facetime fix start
Node *ChoosenNode;
if (gBootVolume->fs_getuuid && gBootVolume->fs_getuuid (gBootVolume, uuidStr) == 0)
{
ChoosenNode = DT__FindNode("/chosen", false);
DT__AddProperty(ChoosenNode, BOOT_UUID_PROP, 64, uuidStr);
}
//Facetime fix end
}
/*

Archive Download the corresponding diff file

Revision: 1497