From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id 3E5EBDE1F3 for ; Sat, 27 Jan 2007 22:30:16 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 13/16] ps3: get firmware version Date: Sat, 27 Jan 2007 12:30:06 +0100 References: <45BAC225.7020209@am.sony.com> In-Reply-To: <45BAC225.7020209@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200701271230.06534.arnd@arndb.de> Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Saturday 27 January 2007 04:08, Geoff Levand wrote: > Add a new routine ps3_get_firmware_version() and use it to output the firmware > version to dmesg. > > Signed-off-by: Geoff Levand Acked-by: Arnd Bergmann > Changed from a struct to a union and got rid of the output to /proc/cpuinfo. > I'll look into arranging something in /proc/device-tree that userspace utils > can query. What's the current plan for the creating the device tree anyway? I think this should be part of the boot wrapper for the kernel in the ps3 flash, which can write the version into the flattened device tree. The second kernel then gets a copy of that through kboot. Arnd <><