public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] redboot memory map.
@ 2002-04-05 12:54 Max
  2002-04-09 10:05 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: Max @ 2002-04-05 12:54 UTC (permalink / raw)
  To: ecos

target PC 386.
redboot image: got binary file from redboot site.

I just notice something from the redboot bootup message.
"
RedBoot(tm) bootstrap and debug environment - built 05:37:52, Jun  8 2001
Platform: PC (I386)
Copyright (C) 2000, 2001, Red Hat, Inc.
RAM: 0x00000000-0x000a0000, 0x0007c080-0x000a0000 available
"
Q1: look available RAM range, it can not be right? Overlapped.
Where can I find related code?
Besides the Redboot Manual says that Redboot will use 2000 ro a0000, and
a000 to
100000 is reserved for ROM  and BIOS. Tha application should be load from
0x100000 upwards.





-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] redboot memory map.
  2002-04-05 12:54 [ECOS] redboot memory map Max
@ 2002-04-09 10:05 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2002-04-09 10:05 UTC (permalink / raw)
  To: Max; +Cc: ecos

Max wrote:
> 
> target PC 386.
> redboot image: got binary file from redboot site.
> 
> I just notice something from the redboot bootup message.
> "
> RedBoot(tm) bootstrap and debug environment - built 05:37:52, Jun  8 2001
> Platform: PC (I386)
> Copyright (C) 2000, 2001, Red Hat, Inc.
> RAM: 0x00000000-0x000a0000, 0x0007c080-0x000a0000 available
> "
> Q1: look available RAM range, it can not be right? Overlapped.
> Where can I find related code?
> Besides the Redboot Manual says that Redboot will use 2000 ro a0000, and
> a000 to
> 100000 is reserved for ROM  and BIOS. Tha application should be load from
> 0x100000 upwards.

Yes, we know about this problem. What RedBoot prints for the RAM area is
misleading. The documentation is correct.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] redboot memory map.
  2002-04-09 20:31 max
@ 2002-04-10 11:39 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2002-04-10 11:39 UTC (permalink / raw)
  To: max; +Cc: ecos

max wrote:
> 
> > -----Original Message-----
> > From: jlarmour@cambridge.redhat.com
> > [mailto:jlarmour@cambridge.redhat.com]On Behalf Of
> Jonathan Larmour
> > Sent: Tuesday, April 09, 2002 12:06 PM
> > To: Max
> > Cc: ecos
> > Subject: Re: [ECOS] redboot memory map.
> >
> >
> > Max wrote:
> > >
> > > target PC 386.
> > > redboot image: got binary file from redboot site.
> > >
> > > I just notice something from the redboot bootup
> message.
> > > "
> > > RedBoot(tm) bootstrap and debug environment -
> built 05:37:52,
> > Jun  8 2001
> > > Platform: PC (I386)
> > > Copyright (C) 2000, 2001, Red Hat, Inc.
> > > RAM: 0x00000000-0x000a0000, 0x0007c080-0x000a0000
> available
> > > "
> > > Q1: look available RAM range, it can not be right?
> Overlapped.
> > > Where can I find related code?
> > > Besides the Redboot Manual says that Redboot will
> use 2000 ro a0000, and
> > > a000 to
> > > 100000 is reserved for ROM  and BIOS. Tha
> application should be
> > load from
> > > 0x100000 upwards.
> >
> > Yes, we know about this problem. What RedBoot prints
> for the RAM area is
> > misleading. The documentation is correct.
> 
> Any one there familair with this part of code?

Yes. The problem is that RedBoot only has knowledge of the single "RAM"
memory region defined in the platform files, and assumes that dictates the
location and size of all of RAM. Whereas in the PC HAL, there will be two
regions: one from 0x0 to 0xa0000, and then from 0x100000 upwards (assuming
more than 64K is fitted :-)).

The MLT files for the FLOPPY startup type have the RAM region from 0x0 to
0xa0000, and the RAM startup type has the RAM region from 0x100000 upwards.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS] redboot memory map.
@ 2002-04-09 20:31 max
  2002-04-10 11:39 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: max @ 2002-04-09 20:31 UTC (permalink / raw)
  To: jlarmour, ecos



> -----Original Message-----
> From: jlarmour@cambridge.redhat.com
> [mailto:jlarmour@cambridge.redhat.com]On Behalf Of
Jonathan Larmour
> Sent: Tuesday, April 09, 2002 12:06 PM
> To: Max
> Cc: ecos
> Subject: Re: [ECOS] redboot memory map.
> 
> 
> Max wrote:
> > 
> > target PC 386.
> > redboot image: got binary file from redboot site.
> > 
> > I just notice something from the redboot bootup
message.
> > "
> > RedBoot(tm) bootstrap and debug environment -
built 05:37:52, 
> Jun  8 2001
> > Platform: PC (I386)
> > Copyright (C) 2000, 2001, Red Hat, Inc.
> > RAM: 0x00000000-0x000a0000, 0x0007c080-0x000a0000
available
> > "
> > Q1: look available RAM range, it can not be right?
Overlapped.
> > Where can I find related code?
> > Besides the Redboot Manual says that Redboot will
use 2000 ro a0000, and
> > a000 to
> > 100000 is reserved for ROM  and BIOS. Tha
application should be 
> load from
> > 0x100000 upwards.
> 
> Yes, we know about this problem. What RedBoot prints
for the RAM area is
> misleading. The documentation is correct.

Any one there familair with this part of code?


> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK.
Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous
Huxley || 
> Opinions==mine

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-10 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-05 12:54 [ECOS] redboot memory map Max
2002-04-09 10:05 ` Jonathan Larmour
2002-04-09 20:31 max
2002-04-10 11:39 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).