Skip to content

Commit

Permalink
configs: remove qemu_arm_versatile_nommu_defconfig
Browse files Browse the repository at this point in the history
Since commit [1], the MMU support is mandatory for MMU-capable ARM
cores. This includes the arm926t ARM core used the
qemu_arm_versatile_nommu configuration.

From [2]
"I don't think supporting ARMv5 noMMU makes much sense, as
explained in the commit log. Supporting ARMv7-M definitely makes
sense, but not ARMv5 noMMU."

Remove this defconfig.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/2477067386

[1] 8c92561
[2] http://lists.busybox.net/pipermail/buildroot/2022-May/643064.html

Signed-off-by: Romain Naour <[email protected]>
Cc: Waldemar Brodkorb <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
RomainNaour authored and yann-morin-1998 committed May 29, 2022
1 parent c86318e commit 9c5c3fb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 227 deletions.
59 changes: 0 additions & 59 deletions board/qemu/arm-versatile/linux-nommu.fragment

This file was deleted.

122 changes: 0 additions & 122 deletions board/qemu/arm-versatile/patches/linux/versatile-nommu.patch

This file was deleted.

4 changes: 0 additions & 4 deletions board/qemu/arm-versatile/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ Run the emulation with:

qemu-system-arm -M versatilepb -kernel output/images/zImage -dtb output/images/versatile-pb.dtb -drive file=output/images/rootfs.ext2,if=scsi,format=raw -append "rootwait root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=rtl8139 -net user # qemu_arm_versatile_defconfig

Or for the noMMU emulation:

qemu-system-arm -M versatilepb -kernel output/images/zImage -dtb output/images/versatile-pb.dtb -append "console=ttyAMA0,115200" -serial stdio -net user -net nic,model=smc91c111 # qemu_arm_versatile_nommu_defconfig

The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.
42 changes: 0 additions & 42 deletions configs/qemu_arm_versatile_nommu_defconfig

This file was deleted.

0 comments on commit 9c5c3fb

Please sign in to comment.