From mboxrd@z Thu Jan 1 00:00:00 1970 From: epatrizi Date: Thu, 01 Jul 2004 10:39:24 -0500 Subject: [U-Boot-Users] u-boot memory setup Message-ID: <40E4302C.4020009@dna-cs.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de For a PPC7410 processor, I see where the BAT registers are setup in start.S before the MMU is turned on. I cannot fit all resources for my board in the four available DBAT's. I could not find any reference to PTE tables being setup anywhere. Does u-boot setup PTE tables at this point in the code or somewhere later, or does it expect everything to fit in the BAT registers? Eric