From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from astoria.ccjclearline.com ([64.235.106.9]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TfvnU-0001tl-71 for barebox@lists.infradead.org; Tue, 04 Dec 2012 16:56:40 +0000 Date: Tue, 4 Dec 2012 11:56:36 -0500 (EST) From: "Robert P. J. Day" In-Reply-To: <20121204163648.GH8327@game.jcrosoft.org> Message-ID: References: <20121204163648.GH8327@game.jcrosoft.org> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: confused about "__PBL__" macro and whether it's actually used To: Jean-Christophe PLAGNIOL-VILLARD Cc: "U-Boot Version 2 (barebox)" On Tue, 4 Dec 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:41 Tue 04 Dec , Robert P. J. Day wrote: > > > > perusing arch/arm/mach-omap/omap3_generic.c and i noticed that the > > initcall "omap3_gpio_init" is apparently invoked by the TI X-loader, > > even though it *appears* to be protected by the macro: > > > > #ifndef __PBL__ > > static int omap3_gpio_init(void) > > { > > ... snip ... > > } > > coredevice_initcall(omap3_gpio_init); > > #endif > > > > i assume __PBL__ is meant to refer to the "primary bootloader" -- > > that would be X-loader -- which suggests that that initcall shouldn't > > be invoked by the X-loader as long as that macro is being defined > > correctly. > > > > am i misunderstanding something here? i'm going to check the > > makefiles to see if i'm just confused. > no this means pre-bootloader aso this is in zbarebox.bin case only > > for the code that contain the decompressor ah, got it, thanks. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox