From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH][RFC] pci: Divided pci code of the powerpc
Date: Mon, 30 Jun 2008 13:39:41 +0900 [thread overview]
Message-ID: <4868638D.3010608@renesas.com> (raw)
In-Reply-To: <48576A0A.1070704@renesas.com>
Hi, all.
Could comment about this patch.
Best regards,
Nobuhiro
Nobuhiro Iwamatsu wrote:
> A source code of pci is written mainly on powerpc.
> Macro uses a pci source code of powerpc because other architecture
> (ex. SuperH) doesn't work.
>
> I made asm-ppc/pci.h and moved macro of pci.
> Other archtecture need to make the following macro in asm-xxx/pci.h
> #define pci_phys_to_mem(dev, addr) (addr)
> #define pci_mem_to_phys(dev, addr) (addr)
> #define pci_phys_to_io(dev, addr) (addr)
> #define pci_io_to_phys(dev, addr) (addr)
>
> Or have to make a function for pci address conversion.
> However, I want comment because I do not know the other architecture.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
next prev parent reply other threads:[~2008-06-30 4:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-17 7:38 [U-Boot-Users] [PATCH][RFC] pci: Divided pci code of the powerpc Nobuhiro Iwamatsu
2008-06-30 4:39 ` Nobuhiro Iwamatsu [this message]
2008-08-08 7:11 ` Nobuhiro Iwamatsu
2008-08-10 22:22 ` [U-Boot] " Wolfgang Denk
2008-08-25 8:10 ` Nobuhiro Iwamatsu
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=4868638D.3010608@renesas.com \
--to=iwamatsu.nobuhiro@renesas.com \
--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 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.