From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5] board: add support for Synopsys VDK Software Development Platform
Date: Wed, 21 Oct 2015 09:25:53 +0200 [thread overview]
Message-ID: <20151021092553.708d4dd8@free-electrons.com> (raw)
In-Reply-To: <5626B5DE.3020201@mind.be>
Arnout,
On Tue, 20 Oct 2015 23:45:02 +0200, Arnout Vandecappelle wrote:
> > +CONFIG_INPUT_EVDEV=y
> > +CONFIG_INPUT_MISC=y
> > +CONFIG_INPUT_UINPUT=y
> > +CONFIG_SERIO_AMBAKMI=y
> > +CONFIG_SERIAL_8250=y
> > +CONFIG_SERIAL_8250_CONSOLE=y
> > +CONFIG_SERIAL_AMBA_PL011=y
> > +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
> > +CONFIG_SERIAL_OF_PLATFORM=y
>
> Err, I thought OpenFirmware was a PowerPC thing?
Yes, originally. But OF is now used more or less as a synonym for
"Device Tree", i.e all the kernel functions to parse the Device Tree
are prefixed with of_*().
If you don't have CONFIG_SERIAL_OF_PLATFORM=y and your hardware is
described by a Device Tree, then your 8250 serial driver will not probe.
However, what is a bit weird is to enable both the 8250 driver and the
pl011 driver.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-10-21 7:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 9:34 [Buildroot] [PATCH v4] board: add support for Synopsys VDK Software Development Platform Joao Pinto
2015-10-12 21:01 ` Yann E. MORIN
2015-10-13 9:24 ` Joao Pinto
2015-10-20 21:45 ` [Buildroot] [PATCH v5] " Arnout Vandecappelle
2015-10-21 7:25 ` Thomas Petazzoni [this message]
2015-10-22 9:21 ` Joao Pinto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151021092553.708d4dd8@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.