Hi, all.

Please pickup this RFC/patch.

Best regards,
 Nobuhiro

2008/6/30 Nobuhiro Iwamatsu <[EMAIL PROTECTED]>:
> 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 <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to