Chameleon

Chameleon Commit Details

Date:2010-12-17 12:33:19 (13 years 4 months ago)
Author:Sergey Slice
Commit:677
Parents: 676
Message:commit test
Changes:
M/branches/slice/i386/modules/NVRAM/NVRAM.c

File differences

branches/slice/i386/modules/NVRAM/NVRAM.c
6666
6767
6868
69
6970
7071
7172
......
155156
156157
157158
159
160
161
162
158163
159164
160165
EFI_GUID*ret = 0;
uint16_tbootOptionNumber = 0;
msglog("NVRAM is not implemented yet\n");
return;
msglog("NVRAM started\n");
return -1;
}
fsize = file_size(fd);
if (!fsize) {
close (fd);
return -1;
}
if ((nvr = malloc(fsize)) == NULL) {
verbose("[ERROR] alloc NVRAM memory failed\n");
close (fd);

Archive Download the corresponding diff file

Revision: 677