On 8 March 2016 at 20:05, Andrew Baumann <andrew.baum...@microsoft.com> wrote: > This patch series adds support for the AUX (second UART), framebuffer > and DMA controller on Raspberry Pi 2, and enables booting Windows on > this device. As with the previous series, it is heavily based on the > original (out of tree) work of Gregory Estrade, Stefan Weil and others > to support Raspberry Pi 1. > > After this series, it is possible to boot Windows by following the > instructions at https://github.com/0xabu/qemu/wiki. You also boot > Raspbian to the GUI using a command such as: > > qemu-system-arm -M raspi2 -kernel raspbian-boot/kernel7.img -sd > 2015-09-24-raspbian-jessie.img -append "rw earlyprintk loglevel=8 > console=ttyAMA0 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootwait" > -dtb raspbian-boot/bcm2709-rpi-2-b.dtb -serial stdio > > I plan to add USB, and remaining timers / system devices in > future patch series, along with support for pi1 (bcm2835). In the > meantime, the complete code is available at https://github.com/0xabu/qemu
Thanks, applied to target-arm.next. -- PMM