All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option
@ 2006-12-01  3:45 Jerry Van Baren
  2006-12-01  4:00 ` Dave Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Jerry Van Baren @ 2006-12-01  3:45 UTC (permalink / raw)
  To: u-boot

Hi Dave Liu,

The following patch adds a configuration to do "low boot" (HRCW.BMS = 0) 
as well as "high boot" (HRCW.BMS = 1).

Many people, myself included :o) prefer to boot out of low memory.  It 
has an added benefit that, if you screw up the image of of u-boot in low 
memory, you can switch SW9.3 FCFG and boot using the BCSR, which "high 
boots" (assuming you smart enough to keep a valid u-boot image at 
0xFFF00000).

The patch is against the top of the denx.de repository (thanks, 
Wolfgang, for pulling the fsl patches).

gvb
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Add-a-configuration-option-to-low-boot-boot-memory-space-0x00000000.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20061130/00c9ab45/attachment.txt 

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

* [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option
  2006-12-01  3:45 [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option Jerry Van Baren
@ 2006-12-01  4:00 ` Dave Liu
  2006-12-01  4:26   ` Jerry Van Baren
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Liu @ 2006-12-01  4:00 UTC (permalink / raw)
  To: u-boot

On Thu, 2006-11-30 at 22:45 -0500, Jerry Van Baren wrote:
> Hi Dave Liu,
> 
> The following patch adds a configuration to do "low boot" (HRCW.BMS = 0) 
> as well as "high boot" (HRCW.BMS = 1).
> 
> Many people, myself included :o) prefer to boot out of low memory.  It 
> has an added benefit that, if you screw up the image of of u-boot in low 
> memory, you can switch SW9.3 FCFG and boot using the BCSR, which "high 
> boots" (assuming you smart enough to keep a valid u-boot image at 
> 0xFFF00000).

The 8360EMDS u-boot is booting at low memory in default now. You can
change it for high memory. 

> The patch is against the top of the denx.de repository (thanks, 
> Wolfgang, for pulling the fsl patches).

Thanks Wolfgang and Stefan for pulling them.

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

* [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option
  2006-12-01  4:00 ` Dave Liu
@ 2006-12-01  4:26   ` Jerry Van Baren
  2006-12-01  5:56     ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Jerry Van Baren @ 2006-12-01  4:26 UTC (permalink / raw)
  To: u-boot

Dave Liu wrote:
> On Thu, 2006-11-30 at 22:45 -0500, Jerry Van Baren wrote:
>> Hi Dave Liu,
>>
>> The following patch adds a configuration to do "low boot" (HRCW.BMS = 0) 
>> as well as "high boot" (HRCW.BMS = 1).
>>
>> Many people, myself included :o) prefer to boot out of low memory.  It 
>> has an added benefit that, if you screw up the image of of u-boot in low 
>> memory, you can switch SW9.3 FCFG and boot using the BCSR, which "high 
>> boots" (assuming you smart enough to keep a valid u-boot image at 
>> 0xFFF00000).
> 
> The 8360EMDS u-boot is booting at low memory in default now. You can
> change it for high memory. 
> 
>> The patch is against the top of the denx.de repository (thanks, 
>> Wolfgang, for pulling the fsl patches).
> 
> Thanks Wolfgang and Stefan for pulling them.

Yes, if the board is not configured as a PCI slave.  I forgot to ask, is 
that a hardware restriction or is it OK to "boot low" as a PCI slave 
(mostly curious)?

In defense of the patch, it is nice to be able to easily configure 
u-boot to boot high or low.  The Makefile configuration trick is really 
handy and is how several boards handle it.

Thanks,
gvb

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

* [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option
  2006-12-01  4:26   ` Jerry Van Baren
@ 2006-12-01  5:56     ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2006-12-01  5:56 UTC (permalink / raw)
  To: u-boot


On Nov 30, 2006, at 10:26 PM, Jerry Van Baren wrote:

> Dave Liu wrote:
>> On Thu, 2006-11-30 at 22:45 -0500, Jerry Van Baren wrote:
>>> Hi Dave Liu,
>>>
>>> The following patch adds a configuration to do "low  
>>> boot" (HRCW.BMS = 0)
>>> as well as "high boot" (HRCW.BMS = 1).
>>>
>>> Many people, myself included :o) prefer to boot out of low  
>>> memory.  It
>>> has an added benefit that, if you screw up the image of of u-boot  
>>> in low
>>> memory, you can switch SW9.3 FCFG and boot using the BCSR, which  
>>> "high
>>> boots" (assuming you smart enough to keep a valid u-boot image at
>>> 0xFFF00000).
>>
>> The 8360EMDS u-boot is booting at low memory in default now. You can
>> change it for high memory.
>>
>>> The patch is against the top of the denx.de repository (thanks,
>>> Wolfgang, for pulling the fsl patches).
>>
>> Thanks Wolfgang and Stefan for pulling them.
>
> Yes, if the board is not configured as a PCI slave.  I forgot to  
> ask, is
> that a hardware restriction or is it OK to "boot low" as a PCI slave
> (mostly curious)?

You can boot low as a PCI slave, no HW restriction.

- k

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

end of thread, other threads:[~2006-12-01  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01  3:45 [U-Boot-Users] [PATCH] MPC8360EMDS lowboot option Jerry Van Baren
2006-12-01  4:00 ` Dave Liu
2006-12-01  4:26   ` Jerry Van Baren
2006-12-01  5:56     ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.