Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/qemu: add DTB support for ARM Versatile PB
@ 2015-11-25 13:19 Guillaume Delbergue
  2015-11-25 13:48 ` Thomas Petazzoni
  2016-03-08 16:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Guillaume Delbergue @ 2015-11-25 13:19 UTC (permalink / raw)
  To: buildroot

Currently, without this option, you can't boot
ARM Versatile PB with a DTB on QEMU. You get the
following error (using earlyprintk):

Uncompressing Linux... done, booting the kernel.

Error: unrecognized/unsupported device tree compatible list:
[ 'arm,versatile-pb' ]

Available machine support:

ID (hex)	NAME
00000183	ARM-Versatile PB
0000025e	ARM-Versatile AB

Please check your kernel config and/or bootloader.

Add CONFIG_MACH_VERSATILE_DT to support Versatile platform from device tree

Signed-off-by: Guillaume Delbergue <guillaume.delbergue@greensocs.com>
---
 board/qemu/arm-versatile/linux-4.3.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/qemu/arm-versatile/linux-4.3.config b/board/qemu/arm-versatile/linux-4.3.config
index 9a1ae58..99df3a6 100644
--- a/board/qemu/arm-versatile/linux-4.3.config
+++ b/board/qemu/arm-versatile/linux-4.3.config
@@ -3,6 +3,7 @@ CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_ARCH_VERSATILE=y
 CONFIG_MACH_VERSATILE_AB=y
+CONFIG_MACH_VERSATILE_DT=y
 CONFIG_PCI=y
 CONFIG_AEABI=y
 CONFIG_USE_OF=y
-- 
2.4.9 (Apple Git-60)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-08 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 13:19 [Buildroot] [PATCH 1/1] configs/qemu: add DTB support for ARM Versatile PB Guillaume Delbergue
2015-11-25 13:48 ` Thomas Petazzoni
2015-11-25 13:54   ` Gustavo Zacarias
2015-11-25 14:15     ` Guillaume Delbergue
2016-03-08 16:33 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox