From mboxrd@z Thu Jan 1 00:00:00 1970 From: holgerschurig@gmail.com (Holger Schurig) Date: Mon, 30 May 2016 13:35:47 +0200 Subject: Sharing code between Linux and bootloader (U-boot) ? In-Reply-To: <573F1F07.6040202@laposte.net> References: <573F1F07.6040202@laposte.net> Message-ID: <87eg8j93sc.fsf@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Sebastian Frias writes: Barebox shares a good amount of code. For example, when you look at SPI at AT24/AT25 you'll see that many things are almost identical. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933160AbcE3Lfw (ORCPT ); Mon, 30 May 2016 07:35:52 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:35504 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932192AbcE3Lfu (ORCPT ); Mon, 30 May 2016 07:35:50 -0400 From: Holger Schurig To: Sebastian Frias , u-boot@lists.denx.de, linux-arm-kernel@lists.infradead.org, LKML Cc: Mason Subject: Re: Sharing code between Linux and bootloader (U-boot) ? In-Reply-To: <573F1F07.6040202@laposte.net> References: <573F1F07.6040202@laposte.net> User-Agent: Notmuch/0.22+8~g2c1a732 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu) Date: Mon, 30 May 2016 13:35:47 +0200 Message-ID: <87eg8j93sc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sebastian Frias writes: Barebox shares a good amount of code. For example, when you look at SPI at AT24/AT25 you'll see that many things are almost identical. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Schurig Date: Mon, 30 May 2016 13:35:47 +0200 Subject: [U-Boot] Sharing code between Linux and bootloader (U-boot) ? In-Reply-To: <573F1F07.6040202@laposte.net> References: <573F1F07.6040202@laposte.net> Message-ID: <87eg8j93sc.fsf@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Sebastian Frias writes: Barebox shares a good amount of code. For example, when you look at SPI at AT24/AT25 you'll see that many things are almost identical.