<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/284104/">
    <title>LWN: Comments on "Using the firmware loader for static data"</title>
    <link>http://lwn.net/Articles/284104/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;Using the firmware loader for static data&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/284462/rss" />
	<rdf:li resource="http://lwn.net/Articles/284309/rss" />
	<rdf:li resource="http://lwn.net/Articles/284282/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/284462/rss">
      <title>DECLARE_BUILTIN_FIRMWARE deprecated already</title>
      <link>http://lwn.net/Articles/284462/rss</link>
      <dc:date>2008-05-29T21:49:20+00:00</dc:date>
      <dc:creator>vonbrand</dc:creator>
      <description>
      &lt;p&gt;
I'd prefer to have filesystem data (if available) take precedence; or, at least, be able to tell the kernel not to load the builtin stuff. Just for sanity, so if the firmware gets corrupted or I want to try a new version a full new kernel isn't required.
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/284309/rss">
      <title>Using the firmware loader for static data</title>
      <link>http://lwn.net/Articles/284309/rss</link>
      <dc:date>2008-05-29T12:28:38+00:00</dc:date>
      <dc:creator>rvfh</dc:creator>
      <description>
      &lt;p&gt;&lt;i&gt;In those cases, though, both the compressed and uncompressed data will be in memory while the driver is downloading it.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Well, not really: you only need a buffer for the decompression mechanism, the size of which does not need to be big (not as big as todays firmwares at least!).&lt;/p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/284282/rss">
      <title>DECLARE_BUILTIN_FIRMWARE deprecated already</title>
      <link>http://lwn.net/Articles/284282/rss</link>
      <dc:date>2008-05-29T09:19:44+00:00</dc:date>
      <dc:creator>dwmw2</dc:creator>
      <description>
      I think I've decided to kill off &lt;TT&gt;DECLARE_BUILTIN_FIRMWARE&lt;/TT&gt;.&lt;P&gt;Instead, we're shifting the firmware blobs to ihex files in the &lt;TT&gt;firmware/&lt;/TT&gt; subdirectory. Having them standalone means that we can also have a '&lt;TT&gt;make firmware_install&lt;/TT&gt;' target which puts the same firmware files into &lt;TT&gt;/lib/firmware&lt;/TT&gt; where udev can find them.&lt;P&gt;
With &lt;TT&gt;DECLARE_BUILTIN_FIRMWARE&lt;/TT&gt; that wasn't feasible -- we could &lt;em&gt;only&lt;/em&gt; build it in, and didn't easily have the option to have it loaded by userspace.

      
      </description>
    </item>
</rdf:RDF>

