From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 17 Dec 2014 15:49:58 +0100 (CET) Received: from nivc-ms1.auriga.com ([80.240.102.146]:36514 "EHLO nivc-ms1.auriga.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007344AbaLQOt5A7hux (ORCPT ); Wed, 17 Dec 2014 15:49:57 +0100 Received: from [80.240.102.213] (80.240.102.213) by NIVC-MS1.auriga.ru (80.240.102.146) with Microsoft SMTP Server (TLS) id 14.3.210.2; Wed, 17 Dec 2014 17:49:50 +0300 Message-ID: <54919786.7020605@auriga.com> Date: Wed, 17 Dec 2014 17:47:34 +0300 From: Aleksey Makarov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Aaro Koskinen CC: , , David Daney , Leonid Rosenboim , Ralf Baechle Subject: Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block. References: <1418666603-15159-1-git-send-email-aleksey.makarov@auriga.com> <1418666603-15159-10-git-send-email-aleksey.makarov@auriga.com> <20141215205316.GA10323@fuloong-minipc.musicnaut.iki.fi> In-Reply-To: <20141215205316.GA10323@fuloong-minipc.musicnaut.iki.fi> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [80.240.102.213] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 44713 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: aleksey.makarov@auriga.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 12/15/2014 11:53 PM, Aaro Koskinen wrote: > On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: >> From: David Daney >> >> If 'rd_name=xxx' is passed to the kernel, the named block with name >> 'xxx' is used for the initrd. > > Maybe use "initrd_name" for consistency or even just "initrd" > (if the xxx is not in form of "address,size" you could assume it to refer > to a named block). As far as I can see it is already consistent as MIPS Linux uses "rd_start" and "rd_size" instead of "initrd". Aleksey > > A. > . > From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from nivc-ms1.auriga.com ([80.240.102.146]:36514 "EHLO nivc-ms1.auriga.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007344AbaLQOt5A7hux (ORCPT ); Wed, 17 Dec 2014 15:49:57 +0100 Message-ID: <54919786.7020605@auriga.com> Date: Wed, 17 Dec 2014 17:47:34 +0300 From: Aleksey Makarov MIME-Version: 1.0 Subject: Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block. References: <1418666603-15159-1-git-send-email-aleksey.makarov@auriga.com> <1418666603-15159-10-git-send-email-aleksey.makarov@auriga.com> <20141215205316.GA10323@fuloong-minipc.musicnaut.iki.fi> In-Reply-To: <20141215205316.GA10323@fuloong-minipc.musicnaut.iki.fi> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Aaro Koskinen Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, David Daney , Leonid Rosenboim , Ralf Baechle Message-ID: <20141217144734.5vrjudi0Dm6PObp0CNZZEmpqgy-fzOlatm0R4CuNfOo@z> On 12/15/2014 11:53 PM, Aaro Koskinen wrote: > On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: >> From: David Daney >> >> If 'rd_name=xxx' is passed to the kernel, the named block with name >> 'xxx' is used for the initrd. > > Maybe use "initrd_name" for consistency or even just "initrd" > (if the xxx is not in form of "address,size" you could assume it to refer > to a named block). As far as I can see it is already consistent as MIPS Linux uses "rd_start" and "rd_size" instead of "initrd". Aleksey > > A. > . >