From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] how to use a function provided by u-boot in linux driver
Date: Tue, 19 May 2009 16:26:50 +0200 [thread overview]
Message-ID: <m2tz3h5fth.fsf@ohwell.denx.de> (raw)
In-Reply-To: <23610373.post@talk.nabble.com> (Kartheek N. S.'s message of "Mon, 18 May 2009 23:19:31 -0700 (PDT)")
Hi Kartheek,
> I would like to use miiphy_read and miiphy_write functions provided by
> u-boot in the linux kernel driver.
Why would you want to do such a weird thing?
By the time Linux boots, U-Boot will be completely overwritten in
memory. After all, Linux is perfectly able to care for itself ;)
> This is required for reading the link status of each of the phys
> associated with a switch.
So implement similar code in the Linux driver.
> I added miiphy_read and miiphy_write to the exports.h and tried to use
> it in the kernel. But we get lots of multiple reference errors as some
> libraries will be there both in u-boot and linux kernel.
>
> Could I do something like a dll or lib for these functions and use them
> in the linux kernel driver ?
> Please guide me on this.
We do not do such a form of sharing. Actually we copy much code from
Linux to U-Boot - the other way is rather seldom - and then we try to
keep the code exatly the same as in Linux to allow for easy updates in
the future.
Cheers
Detlev
--
Given that I had no time for a nervous breakdown, I chose to fix the
issue instead...
-- Philippe Gerum
--
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
next prev parent reply other threads:[~2009-05-19 14:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-19 6:19 [U-Boot] how to use a function provided by u-boot in linux driver Kartheek N S
2009-05-19 14:26 ` Detlev Zundel [this message]
2009-05-19 21:25 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2tz3h5fth.fsf@ohwell.denx.de \
--to=dzu@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox