Re: [U-Boot] [PATCH v2 03/10] x86: Allow excluding reset vector code from u-boot

2012-11-25 Thread Simon Glass
Hi Wolfgang, On Mon, Nov 19, 2012 at 10:56 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1349910781-32088-4-git-send-email-...@chromium.org> you wrote: >> From: Gabe Black >> >> When running from coreboot we don't want this code. >> >> This version works by ifdef-ing out all of th

Re: [U-Boot] [PATCH v2 03/10] x86: Allow excluding reset vector code from u-boot

2012-11-19 Thread Wolfgang Denk
Dear Simon Glass, In message <1349910781-32088-4-git-send-email-...@chromium.org> you wrote: > From: Gabe Black > > When running from coreboot we don't want this code. > > This version works by ifdef-ing out all of the code that would go > into those sections and all the code that refers to it.

[U-Boot] [PATCH v2 03/10] x86: Allow excluding reset vector code from u-boot

2012-10-10 Thread Simon Glass
From: Gabe Black When running from coreboot we don't want this code. This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remo

Re: [U-Boot] [PATCH v2 03/10] x86: Allow excluding reset vector code from u-boot

2012-10-10 Thread Graeme Russ
Hi Simon, On Thu, Oct 11, 2012 at 10:12 AM, Simon Glass wrote: > From: Gabe Black > > When running from coreboot we don't want this code. > > This version works by ifdef-ing out all of the code that would go > into those sections and all the code that refers to it. The sections are > then empty,