GNU Linux-libre 3.5-gnu: Free and a half
Posted Jul 23, 2012 21:02 UTC (Mon) by
mslusarz (subscriber, #58587)
In reply to:
GNU Linux-libre 3.5-gnu: Free and a half by blitzkrieg3
Parent article:
GNU Linux-libre 3.5-gnu: Free and a half
They removed some left firmware files and patched out all firmware references, e.g.:
diff -ur linux.git/arch/x86/kernel/microcode_intel.c linux-gnu/arch/x86/kernel/microcode_intel.c
--- linux.git/arch/x86/kernel/microcode_intel.c 2012-07-23 22:35:28.360336765 +0200
+++ linux-gnu/arch/x86/kernel/microcode_intel.c 2012-07-22 02:07:51.000000000 +0200
@@ -412,10 +412,10 @@
const struct firmware *firmware;
enum ucode_state ret;
- sprintf(name, "intel-ucode/%02x-%02x-%02x",
+ sprintf(name, "/*(DEBLOBBED)*/",
c->x86, c->x86_model, c->x86_mask);
- if (request_firmware(&firmware, name, device)) {
+ if (reject_firmware(&firmware, name, device)) {
pr_debug("data file %s load failed\n", name);
return UCODE_NFOUND;
}
diff -ur linux.git/Documentation/arm/IXP4xx linux-3.5/Documentation/arm/IXP4xx
--- linux.git/Documentation/arm/IXP4xx 2012-07-23 22:35:26.360336729 +0200
+++ linux-gnu/Documentation/arm/IXP4xx 2012-07-22 02:07:55.000000000 +0200
@@ -35,17 +35,13 @@
See arch/arm/mach-ixp4xx/include/mach/platform.h for access functions.
- Timers (watchdog, OS)
-The following components of the chips are not supported by Linux and
-require the use of Intel's proprietary CSR softare:
+The following components of the chips are not supported by Linux /*(DEBLOBBED)*/:
- USB device interface
- Network interfaces (HSS, Utopia, NPEs, etc)
- Network offload functionality
-If you need to use any of the above, you need to download Intel's
-software from:
-
- http://developer.intel.com/design/network/products/npfamily/ixp425.htm
+/*(DEBLOBBED)*/
DO NOT POST QUESTIONS TO THE LINUX MAILING LISTS REGARDING THE PROPRIETARY
SOFTWARE.
Very helpful :/
(
Log in to post comments)