All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] start.S code snippet doubt
@ 2004-11-22 13:52 Nishant Galange
  2004-11-22 16:52 ` Wolfgang Denk
  2004-11-23  9:58 ` [U-Boot-Users] start.S code snippet doubt Yuli Barcohen
  0 siblings, 2 replies; 6+ messages in thread
From: Nishant Galange @ 2004-11-22 13:52 UTC (permalink / raw)
  To: u-boot

Hi all,

What does the following code achieve: (Code snippet from start.S)
boot_cold:
#if defined(CONFIG_MPC8260ADS)
	lis	r3, CFG_DEFAULT_IMMR at h
	nop
	lwz	r4, 0(r3)
	nop
	rlwinm	r4, r4, 0, 8, 5
	nop
	oris	r4, r4, 0x0200
	nop
	stw	r4, 0(r3)
	nop
#endif /* CONFIG_MPC8260ADS */

Can anyone please tell me the importance/significance of this code? 

Regards,
Nishant

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

end of thread, other threads:[~2004-11-23 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 13:52 [U-Boot-Users] start.S code snippet doubt Nishant Galange
2004-11-22 16:52 ` Wolfgang Denk
2004-11-23 14:40   ` [U-Boot-Users] Can the CPU load from flash without configuring it first? Peter Asemann
2004-11-23 14:46     ` Steven Scholz
2004-11-23 15:46     ` Wolfgang Denk
2004-11-23  9:58 ` [U-Boot-Users] start.S code snippet doubt Yuli Barcohen

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.