Accepting request 511622 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/511622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ucode-intel?expand=0&rev=29
This commit is contained in:
commit
38443997f5
@ -85,13 +85,6 @@ int main(int argc, char *argv[])
|
||||
bufsize,
|
||||
bufsize / 1024,
|
||||
count);
|
||||
|
||||
f = fopen("GenuineIntel.bin", "w");
|
||||
if (!f)
|
||||
return perror("Couldn't open GenuineIntel.bin"), EXIT_FAILURE;
|
||||
|
||||
if(fwrite(buf, sizeof(int), count, f) != count || fclose(f))
|
||||
return perror("Couldn't write GenuineIntel.bin"), EXIT_FAILURE;
|
||||
|
||||
if (bufsize < sizeof(struct microcode_header_intel))
|
||||
goto out;
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 15:04:28 UTC 2017 - astieger@suse.com
|
||||
|
||||
- Remove code in intel-microcode2ucode.c that refers to
|
||||
GenuineIntel.bin , previously in binary blob package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 11:35:24 UTC 2017 - trenn@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user