From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 04 Aug 2008 16:35:24 -0400 Subject: [U-Boot-Users] Increasing U-Boot partition size In-Reply-To: <20080804203311.E078124885@gemini.denx.de> References: <20080804203311.E078124885@gemini.denx.de> Message-ID: <4897680C.1000309@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <489765FB.1010002@ge.com> you wrote: >>> Your choices are 0xfff00000 and zero, based on the BMS (Boot Memory >>> Space) bit of the low reset control word. >>> >>> -Scott >> ...and of the two options, I recommend 0xfff00000 ("boot high"). Note >> that the start of u-boot is 0xfff00000 but the reset vector itself is >> 0xfff00100 (or 0x00000100 for "boot low"). The first 0x100 bytes has >> the u-boot signature and version info. > > I disagree. > > High-booting systems are a PITA. You always lose a full megabyte at > the end of the flash of which usually only 256 kB or less are needed > for U-Boot, wasting 0.75 MB. > > Also, systems with varying number of flash banks and/or flash sizes > are not really straightforward to handle. > > Low-booting is much, much saner. > > Best regards, > > Wolfgang Denk Arrr, my insanity. Wolfgang is correct, of course. Sorry, gvb