Kernel - Added a (slightly hacky) virtual PCI interface
authorJohn Hodge <[email protected]>
Thu, 13 Sep 2012 05:29:21 +0000 (13:29 +0800)
committerJohn Hodge <[email protected]>
Thu, 13 Sep 2012 05:29:21 +0000 (13:29 +0800)
commit32c93b6a866e881d37704e9c2f8bd89bb121746e
tree5a1d20425160e46e710a9f3719aa47f9bb3417ab
parent8d52238daeb2bbbdf384f9d36721ef4ac8e9d36e
Kernel - Added a (slightly hacky) virtual PCI interface

- Used to present the Tegra2's USB controllers to the EHCI driver
KernelLand/Kernel/Makefile
KernelLand/Kernel/arch/armv7/Makefile
KernelLand/Kernel/arch/armv7/link.ld
KernelLand/Kernel/arch/armv7/vpci_tegra2.c [new file with mode: 0644]
KernelLand/Kernel/arch/x86/Makefile
KernelLand/Kernel/arch/x86/main.c
KernelLand/Kernel/arch/x86/mboot.c
KernelLand/Kernel/arch/x86/vpci.c [new file with mode: 0644]
KernelLand/Kernel/drv/pci.c
KernelLand/Kernel/drv/vpci.c [new file with mode: 0644]
KernelLand/Kernel/include/virtual_pci.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au