From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 04 Aug 2008 14:04:27 -0500 Subject: [U-Boot-Users] Increasing U-Boot partition size In-Reply-To: <587a08410808041203k3252fcfdvb24dcaceb145bcfd@mail.gmail.com> References: <587a08410808011016v61ed05acy1c49f1fc7aafbfe2@mail.gmail.com> <20080804175619.GA15744@ld0162-tx32.am.freescale.net> <587a08410808041203k3252fcfdvb24dcaceb145bcfd@mail.gmail.com> Message-ID: <489752BB.9040706@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 Jatin Sharma wrote: > After I posted this message, I learned the reset vector for the PPC > architecture lies at 0xFFF00100. Well, it depends on what kind of PPC chip... > Does it mean the u-boot has to start > at the address 0xFFF00000? Yes (or possibly zero, if the RCW is set appropriately). > If not, how can I let CPU know to look for > u-boot at this new address? You edit the VHDL/Verilog. :-) -Scott