From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id E29BDDDE1E for ; Mon, 24 Dec 2007 23:53:20 +1100 (EST) Message-ID: <476FAB64.4050101@ru.mvista.com> Date: Mon, 24 Dec 2007 15:51:48 +0300 From: Valentine Barshak MIME-Version: 1.0 To: Stefan Roese Subject: Re: [PATCH 2/4] PowerPC: update 440EP(x)/440GR(x) identical PVR issue workaround References: <20071221160723.GA1430@ru.mvista.com> <20071221104347.54cd2ad5@zod.rchland.ibm.com> <476C1862.8080603@ru.mvista.com> <200712212056.41798.sr@denx.de> In-Reply-To: <200712212056.41798.sr@denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Stefan Roese wrote: > Hi Valentine, > > On Friday 21 December 2007, Valentine Barshak wrote: >>> Good catch. I'll have to look more closely to see if anything else >>> would be broken by changing the cpu node name from "PowerPC,xxxx@0" to >>> "cpu@0". >>> >>> josh >> Looks like we need a u-boot update for 405Ex Kilauea board. >> Mine (U-Boot 1.3.0-rc3-gccc2fe86-dirty (Oct 25 2007 - 12:18:41)) >> fails to boot with new cpu node changes: >> >> Uncompressing Kernel Image ... OK >> Booting using the fdt at 0x400000 >> le to update property /cpus/PowerPC,405EX@0:timebase-frequency, >> err=FDT_ERR_NOTFOUND >> Unable to update property /cpus/PowerPC,405EX@0:clock-frequency, >> err=FDT_ERR_NOTFOUND > > Already done. :) Please take a look at the current implementation in the > for-1.3.2 branch of the u-boot-ppc4xx custodian repo: > > http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-ppc4xx.git;a=shortlog;h=for-1.3.2 > > This works for both cpu node names. Great, thanks :) Valentine. > > Best regards, > Stefan