This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
5d8476c8fa
acrn-kernel
/
arch
/
powerpc
/
platforms
/
40x
/
Makefile
3 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
[POWERPC] Walnut board support Board support for the PPC405 Walnut evaluation board Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>
2007-09-07 20:51:24 +08:00
obj-$(CONFIG_WALNUT)
+=
walnut.o
[POWERPC] Virtex: Add generic Xilinx Virtex board support Adds support for generic Xilinx Virtex boards. Any board which specifies "xilinx,virtex" in the compatible property will make use of this board support. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2007-10-02 10:15:29 +08:00
obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD)
+=
virtex.o