Skip to content
StidOfficial edited this page Jan 8, 2023 · 7 revisions

Welcome to the qemu wiki!

Build

../configure --enable-gtk --enable-vte --target-list=arm-softmmu

u-boot

PATH=$PATH:`realpath ../arm-softfloat-linux-gnu/bin/` make CROSS_COMPILE=arm-softfloat-linux-gnu-

Debug

./qemu-system-arm -M idrac6-bmc -kernel ../../u-boot-idrac6/u-boot -S -s -d unimp,guest_errors
gdb u-boot -ex "target remote localhost:1234"

Serials

./qemu-system-arm -M idrac6-bmc -kernel ../../u-boot-idrac6/u-boot -serial vc -serial vc

Features

Feature ATEN AMI DELL Comments
CPU: [ARM926EJ-S] Use arm926
[Interrupt controller]
[Timer] Same as npcm7xx_timer
[Watchdog]
[UART] Standard serial_mm_init
[Clock tree]
[SPI/FIU] Need rewrite
BIOS flash access
[GPIO]
[pinmux]
[Ethernet] Need rewrite
Ethernet NC/SI
[I2C]
[PWM]
[Fan tachometer]
[USB]
[PECI]
[ADC]
[GFXI]
[VCD]
[LPC]
[SD/MMC]
Clone this wiki locally