From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 29 Aug 2011 13:47:24 -0500 Subject: [U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid In-Reply-To: <201108261615.35642.vapier@gentoo.org> References: <1314365015-30580-1-git-send-email-graeme.russ@gmail.com> <1314365780-15051-1-git-send-email-graeme.russ@gmail.com> <201108261615.35642.vapier@gentoo.org> Message-ID: <4E5BDEBC.1010501@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/26/2011 03:15 PM, Mike Frysinger wrote: > looks sane enough to me > > when changing the global_data structure, do we need to bump the u-boot > standalone API number (XF_VERSION in exports.h) ? and i vaguely recall global > data being passed to like Linux for some arches ? although looking at the > number of #ifdef's in there, maybe that's already been a long lost battle. The data passed to Linux in the non-device-tree case was bd_t, not gd_t. Of course, that's full of ifdefs too, at least on powerpc. :-P -Scott