From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Mon, 27 Oct 2003 16:05:23 +0100 Subject: [U-Boot-Users] Re: [PATCH][CFT] bring ARM memory layout in line with the documented behaviour In-Reply-To: <20030918110044.6595DC59E4@atlas.denx.de> References: <20030918110044.6595DC59E4@atlas.denx.de> Message-ID: <3F9D3433.4060809@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am confused about ARM and the use of TEXT_BASE: Anders Larsen wrote: > Memory layout example based on my PXA255 (TEXT_BASE = 0xA07E0000): > > 0xA079FF74 Monitor Stack (growing downwards) > 0xA079FF80 Board Info Data and permanent copy of Global Data > 0xA07A0000 Malloc Arena > 0xA07E0000 RAM copy of Monitor Code > ... optional: Frame Buffer > 0xA07FFFFF [End of RAM] Wolfgang Denk wrote: > TEXT_BASE determines the start address in FLASH memory which is used > before relocation. Now is TEXT_BASE the "address in FLASH memory" or the address of the "RAM copy of Monitor Code"??? Thanks! Steven