Chameleon

Chameleon Commit Details

Date:2011-08-16 06:38:00 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1400
Parents: 1399
Message:Update firmware vendor string
Changes:
M/trunk/i386/libsaio/fake_efi.c

File differences

trunk/i386/libsaio/fake_efi.c
7373
7474
7575
76
76
7777
7878
7979
*/
/* Identify ourselves as the EFI firmware vendor */
static EFI_CHAR16 const FIRMWARE_VENDOR[] = {'C','h','a','m','e','l','e','o','n','_','2','.','0', 0};
static EFI_CHAR16 const FIRMWARE_VENDOR[] = {'C','h','a','m','e','l','e','o','n','_','2','.','1', 0};
static EFI_UINT32 const FIRMWARE_REVISION = 132; /* FIXME: Find a constant for this. */
/* Default platform system_id (fix by IntVar) */

Archive Download the corresponding diff file

Revision: 1400