From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIs7e-0003KB-Az for guix-patches@gnu.org; Sun, 26 Nov 2017 03:17:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIs7b-0000aw-7N for guix-patches@gnu.org; Sun, 26 Nov 2017 03:17:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49830) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIs7b-0000aq-30 for guix-patches@gnu.org; Sun, 26 Nov 2017 03:17:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIs7a-0004Ln-Fp for guix-patches@gnu.org; Sun, 26 Nov 2017 03:17:02 -0500 Subject: [bug#29409] [PATCH] linux-libre: Adapt some arm options to match intel conf. Resent-Message-ID: Date: Sun, 26 Nov 2017 09:16:21 +0100 From: Danny Milosavljevic Message-ID: <20171126091621.294dd304@scratchpost.org> In-Reply-To: <87o9nq1df4.fsf@gmail.com> References: <877euhtjkj.fsf@gmail.com> <1511430599-17726-1-git-send-email-m.othacehe@gmail.com> <20171125093529.70eab09b@scratchpost.org> <87o9nq1df4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 29409@debbugs.gnu.org Hi Mathieu, > I'd like to reuse the same code on arm platform, so I think the better > option is for kernel configurations to converge instead of defining > specific initrd for specific platforms. Yeah, good point. I agree. > I plan on adding a gnu/system/installers/ or a gnu/system/boards/ > directory with one file per specific platform. Then each board will have > a specific bootloader: grub, u-boot-... but, if possible, the same > kernel : linux-libre and the same initrd : base-initrd (with some > #:extra-modules if needed). Makes sense.