public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] hwmon init
@ 2010-12-09  7:03 Heiko Schocher
  2010-12-09  9:48 ` Detlev Zundel
  2010-12-09 10:24 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Schocher @ 2010-12-09  7:03 UTC (permalink / raw)
  To: u-boot

Hello,

Is there a reason why the dtt sensors are initialized and accessed on
u-boot startup?

The U-Boot Design Principles[1] clearly say:

  Initialize devices only when they are needed within U-Boot, i.e. don't
  initialize the Ethernet interface(s) unless U-Boot performs a download
  over Ethernet; don't initialize any IDE or USB devices unless U-Boot
  actually tries to load files from these, etc. (and don't forget to
  shut down these devices after using them - otherwise nasty things may
  happen when you try to boot your OS).


Should that be changed?

bye,
Heiko

[1] http://www.denx.de/wiki/U-Boot/DesignPrinciples
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] hwmon init
  2010-12-09  7:03 [U-Boot] hwmon init Heiko Schocher
@ 2010-12-09  9:48 ` Detlev Zundel
  2010-12-09 10:24 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Detlev Zundel @ 2010-12-09  9:48 UTC (permalink / raw)
  To: u-boot

Hello Heiko,

> Is there a reason why the dtt sensors are initialized and accessed on
> u-boot startup?

Historical reasons?

> The U-Boot Design Principles[1] clearly say:
>
>   Initialize devices only when they are needed within U-Boot, i.e. don't
>   initialize the Ethernet interface(s) unless U-Boot performs a download
>   over Ethernet; don't initialize any IDE or USB devices unless U-Boot
>   actually tries to load files from these, etc. (and don't forget to
>   shut down these devices after using them - otherwise nasty things may
>   happen when you try to boot your OS).
>
>
> Should that be changed?

Yes indeed, the current situation is not consistent with the design
principles and thus should be changed.  Patches welcome!

Best wishes
  Detlev

-- 
LISP is the most powerful programming language, and if you want an inter-
preter, LISP is the best.  None of the other languages come anywhere near
LISP in their power.  The most exciting things about LISP are read, eval,
and print.  If you look at other languages,  they have no equivalent for
any of those.                             -- Richard Stallman
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

* [U-Boot] hwmon init
  2010-12-09  7:03 [U-Boot] hwmon init Heiko Schocher
  2010-12-09  9:48 ` Detlev Zundel
@ 2010-12-09 10:24 ` Wolfgang Denk
  2010-12-09 10:53   ` Heiko Schocher
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2010-12-09 10:24 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <4D007F37.3010901@denx.de> you wrote:
> 
> Is there a reason why the dtt sensors are initialized and accessed on
> u-boot startup?

Someone once thought it was a good idea, and nobody fixed it since.

> Should that be changed?

Yes.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All your people must learn before you can reach for the stars.
	-- Kirk, "The Gamesters of Triskelion", stardate 3259.2

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

* [U-Boot] hwmon init
  2010-12-09 10:24 ` Wolfgang Denk
@ 2010-12-09 10:53   ` Heiko Schocher
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2010-12-09 10:53 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Wolfgang Denk wrote:
> Dear Heiko Schocher,
> 
> In message <4D007F37.3010901@denx.de> you wrote:
>> Is there a reason why the dtt sensors are initialized and accessed on
>> u-boot startup?
> 
> Someone once thought it was a good idea, and nobody fixed it since.
> 
>> Should that be changed?
> 
> Yes.

Ok, I prepare a patch.

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

end of thread, other threads:[~2010-12-09 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09  7:03 [U-Boot] hwmon init Heiko Schocher
2010-12-09  9:48 ` Detlev Zundel
2010-12-09 10:24 ` Wolfgang Denk
2010-12-09 10:53   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox