[PATCH] Hymod board support and related changes ...

STALE8833d

4 messages, 2 authors, 2002-05-28 · open the first message on its own page

[PATCH] Hymod board support and related changes ...

From: Murray Jensen <hidden>
Date: 2002-05-28 05:48:35

Hymod board support and related changes ...

- Hymod board support
- 8260 fcc_enet: more flexible (or at least readable) approach to
  configuring i/o pins
- 8260 fcc_enet: support different PHY interrupt "vector"s for each FCC
- 8260 setup: fixed ppcboot jump address; should be 0x...110 not 0x...104
- 8260 setup: turn off interrupts before jumping to the boot rom

Cheers!
								Murray...
--
Murray Jensen, CSIRO Manufacturing Sci & Tech,         Phone: +61 3 9662 7763
Locked Bag No. 9, Preston, Vic, 3072, Australia.         Fax: +61 3 9662 7853
Internet: Murray.Jensen@csiro.au

Hymod project: http://www.msa.cmst.csiro.au/projects/Hymod/

Re: [PATCH] Hymod board support and related changes ...

From: Tom Rini <hidden>
Date: 2002-05-28 19:26:52

On Tue, May 28, 2002 at 03:48:35PM +1000, Murray Jensen wrote:
Hymod board support and related changes ...

- Hymod board support
- 8260 fcc_enet: more flexible (or at least readable) approach to
  configuring i/o pins
- 8260 fcc_enet: support different PHY interrupt "vector"s for each FCC
- 8260 setup: fixed ppcboot jump address; should be 0x...110 not 0x...104
- 8260 setup: turn off interrupts before jumping to the boot rom
Can you split this up into logical patches?  Also, instead of testing
TQM8260 || HYMOD for PPCBoot, why don't we just add in something like:
if [ "$CONFIG_TQM8260" = "y" -o  "$CONFIG_HYMOD" = "y" \
	-o "$CONFIG_TQM8xx" = "y" ] ;then
   define_bool CONFIG_PPCBOOT y
fi

And use that.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

Re: [PATCH] Hymod board support and related changes ...

From: Tom Rini <hidden>
Date: 2002-05-28 20:18:10

On Tue, May 28, 2002 at 03:48:35PM +1000, Murray Jensen wrote:
- Hymod board support
For the m8260_gorom() call, try using spin_lock_irqsave() instead of
save_flags();cli() ... restore_flags();

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

Re: [PATCH] Hymod board support and related changes ...

From: Tom Rini <hidden>
Date: 2002-05-28 20:19:57

On Tue, May 28, 2002 at 01:18:10PM -0700, Tom Rini wrote:
On Tue, May 28, 2002 at 03:48:35PM +1000, Murray Jensen wrote:
quoted
- Hymod board support
For the m8260_gorom() call, try using spin_lock_irqsave() instead of
save_flags();cli() ... restore_flags();
Nevermind, spoke too soon here.  But did you really need to add in what
you did or is it just a cleanup?

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help