From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henrique de Moraes Holschuh Subject: Re: Kernel almost hangs when CONFIG_DRM_RADEON=y Date: Mon, 29 Aug 2011 23:08:28 -0300 Message-ID: <20110830020828.GA14915__26709.7097625539$1314683754$gmane$org@khazad-dum.debian.net> References: <20110829141612.GB2025@gere.osrc.amd.com> <1790021880.1347470.1314632844694.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> <20110829155501.GC2025@gere.osrc.amd.com> <20110829171750.GD2025@gere.osrc.amd.com> <1314641813.2816.133.camel@twins> <20110829211439.GA4488@liondog.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D70F9E7E1 for ; Mon, 29 Aug 2011 19:16:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20110829211439.GA4488@liondog.tnic> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Borislav Petkov , Peter Zijlstra , Arnaud Lacombe , David Airlie , Michel =?iso-8859-1?Q?D=E4nzer?= List-Id: dri-devel@lists.freedesktop.org On Mon, 29 Aug 2011, Borislav Petkov wrote: > So, hypothetically speaking, hpa suggested then that we could pass > firmware blobs over the linked list setup_data thing in the real-mode > kernel header and parse_setup_data() can look at them and map them > somewhere later for the driver to find. This should be doable because > you're only gonna need a handful of blobs for CPU ucode, network and GPU > if the last is compiled in. > > I wanted to take a serious look at that for the ucode loading, maybe I > should try to shuffle some time for it... It would be very useful, yes. Alternatively, you could extend the initrd format to have a firmware directory appended after the filesystem image. ACPI is going to abuse the initrd in just that way to override ACPI tables very soon (patches have been already submitted to linux-acpi), so if a more structured and extensible way to piggy-back early-init data in the initrd is needed, it would be good to bring that to the table NOW. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh