From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Mon, 24 Aug 2009 18:34:52 +0300 Subject: [U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards In-Reply-To: References: <4A8D2A1D.2080300@embedded-sol.com> <15441F0C-BCE7-4490-8DB5-138E8E1359C7@kernel.crashing.org> <4A910F8A.7070803@embedded-sol.com> <1EE59B9E-E1E5-4790-81DE-CE9C9AF76310@kernel.crashing.org> <4A92AD5B.4060809@embedded-sol.com> Message-ID: <4A92B31C.70701@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > > On Aug 24, 2009, at 10:10 AM, Felix Radensky wrote: > >> Thanks for the explanation. Out of curiosity, I've tried to set FLASH >> physical address on MPC8536DS >> to 0xf800_0000 and modify TEXT_BASE to 0xfff8_0000. But that resulted >> in non-bootable system >> (no u-boot messages at all). >> >> What did I miss ? >> >> Thanks. >> >> Felix. > > Did you get all the LAWs, TLB, etc associated with moving the FLASH > address? I think so. TLB and LAW functions use CONFIG_SYS_FLASH_BASE_PHYS, which I set to 0xf0000000 instead of 0xe0000000. Maybe I've overridden some other mappings ? Felix.