Files
uniLoader/configs/virt_defconfig
BotchedRPR e8bd7fdf7f board: Introduce support for qemu virt platform
This platform can be used for testing and easier debug of the bootloader.

After compiling, the emulation can be started with this command line:

qemu-system-aarch64 -machine virt -cpu cortex-a72 -nographic -m 512m -kernel uniLoader.o
2025-07-24 23:12:51 +02:00

8 lines
190 B
Plaintext

# CONFIG_SIMPLE_FB is not set
CONFIG_UART_DEBUG=y
CONFIG_QEMU_SOC_VIRT=y
CONFIG_QEMU_BOARD_VIRT=y
CONFIG_TEXT_BASE=0x40000000
CONFIG_PAYLOAD_ENTRY=0x45000000
CONFIG_RAMDISK_ENTRY=0x50000000