From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3s5P2s5trtzDqV1 for ; Fri, 5 Aug 2016 20:59:49 +1000 (AEST) From: Michael Ellerman To: Christian Zigotzky , Benjamin Herrenschmidt , luigi burdo , Darren Stevens , Julian Margetson , Steven Jeffery , "R.T.Dickinson" , "R.T.Dickinson" , Pat Wall , Pat Wall , "contact\@a-eon.com" , "matthew\@a-eon.biz" , Kevin Saunders , Lyle Hazelwood , EntwicklerX , "xray\@relec.ch" , Steve-David Marguet , George Sokianos , Sinan =?utf-8?Q?G=C3=BCrkan?= , Mike , Thomas Ferreira , Christian Zigotzky , "pjs\@pjsa.net" , Ben Cato Malkenes , Olof Johansson , linuxppc-dev@lists.ozlabs.org Subject: Re: [pasemi] Radeon HD graphics card not recognised after the powerpc-4.8-1 commit In-Reply-To: References: <86E27593-C6C2-4BBA-995E-95A97BB8CB12@xenosoft.de> <816DC2B4-5B33-4C5E-A09A-F5BF7C7BF1FD@xenosoft.de> <2d94a278-d1d8-b484-e9ca-aedf18051e1a@xenosoft.de> <8b0682d3-866a-31dd-f01b-3510f84307dc@xenosoft.de> <2847029a-e3a4-8099-b72f-89d5731baaed@xenosoft.de> <4e97a4dd-3fe0-84aa-47f0-29d1544c9f8c@xenosoft.de> <72eed836-767c-402a-576a-8049db34d281@xenosoft.de> <8878883b-bd51-b7c9-ee5b-927e481e5d30@xenosoft.de> <8a3764d2-7fc1-1967-f557-146a3df16894@xenosoft.de> <1d98af3c-f585-967b-1413-58d34fad20af@xenosoft.de> <3fd5ecda-7e1f-52ec-6f11-ed603d2dcd76@xenosoft.de> <1470221638.12584.82.camel@kernel.crashing.org> <57A34254.6090702@xenosoft.de> <871t23k91w.fsf@concordia.ellerman.id.au> Date: Fri, 05 Aug 2016 20:59:48 +1000 Message-ID: <87r3a3cwgr.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Christian Zigotzky writes: > Hi Michael, > > Thanks a million for your patch! :-) No worries :) > @All > Keep your fingers crossed! > > 1. git clone > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git a Normally that would be: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux And this: > 2. patch -p0 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch Would be: $ cd linux $ patch -p1 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch > 3. patch -p0 < nemo_4.8-3.patch > > 4. yes "" | make oldconfig And that can be done with 'make olddefconfig'. cheers