Lines Matching +full:versatile +full:- +full:pci
1 Arm Versatile boards (``versatileab``, ``versatilepb``)
4 The Arm Versatile baseboard is emulated with the following devices:
6 - ARM926E, ARM1136 or Cortex-A8 CPU
8 - PL190 Vectored Interrupt Controller
10 - Four PL011 UARTs
12 - SMC 91c111 Ethernet adapter
14 - PL110 LCD controller
16 - PL050 KMI with PS/2 keyboard and mouse.
18 - PCI host bridge. Note the emulated PCI bridge only provides access
19 to PCI memory space. It does not provide access to PCI IO space. This
24 - PCI OHCI USB controller.
26 - LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM
29 - PL181 MultiMedia Card Interface with SD card.
32 ----------------------
35 enough to get something running. Nowadays an out-of-tree build is
41 .. code-block:: bash
43 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- versatile_defconfig
44 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
56 .. code-block:: bash
58 $ qemu-system-arm -machine type=versatilepb \
59 -serial mon:stdio \
60 -drive if=scsi,driver=file,filename=debian-buster-armel-rootfs.ext4 \
61 -kernel zImage \
62 -dtb versatile-pb.dtb \
63 -append "console=ttyAMA0 ro root=/dev/sda"