From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 8 Dec 2010 05:19:34 -0500 Subject: [U-Boot] [PATCH 0/5] New environment code In-Reply-To: <20101208100442.EA026140688@gemini.denx.de> References: <1279395948-25864-1-git-send-email-wd@denx.de> <201012080456.41492.vapier@gentoo.org> <20101208100442.EA026140688@gemini.denx.de> Message-ID: <201012080519.35380.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, December 08, 2010 05:04:42 Wolfgang Denk wrote: > Mike Frysinger wrote: > > seems that some todo items are missing, or not well implied. for > > example, it seems that gd->env_addr needs to be punted, and these > > functions get a "_f" appended to their name since they only work on > > default_environment[] now: > > env_get_addr() > > env_get_char() > > env_get_char_memory() > > envmatch() > > I'm not sure I understand what you mean. > > These functions not NOT only operate on the default_environment[]; > they are also used to access the normal environment before > relocation. my point is that they cannot be used after relocation and once the env is moved into the hash table. currently, they dont return any errors if someone attempts to do so and while it might seem like the funcs are working, they only parse the default env. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20101208/71915c79/attachment.pgp