1 Oct 2010 01:26
Re: [oe] [PATCH 1/5] ti816x: add support for ti816x family of devices
Denys Dmytriyenko <denis <at> denix.org>
2010-09-30 23:26:30 GMT
2010-09-30 23:26:30 GMT
On Thu, Sep 30, 2010 at 01:12:02PM -0500, Chase Maupin wrote: > * Add support for the TI816x family of devices. This includes > the c6a816x and am389x devices. > * Separate machine types are used because not all packages > are valid for each machine. > > Signed-off-by: Chase Maupin <chase.maupin <at> ti.com> > --- > conf/machine/am389x-evm.conf | 5 +++++ > conf/machine/c6a816x-evm.conf | 5 +++++ > conf/machine/include/ti816x.inc | 26 ++++++++++++++++++++++++++ > 3 files changed, 36 insertions(+), 0 deletions(-) > create mode 100644 conf/machine/am389x-evm.conf > create mode 100644 conf/machine/c6a816x-evm.conf > create mode 100644 conf/machine/include/ti816x.inc > > diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf > new file mode 100644 > index 0000000..9bfe7a7 > --- /dev/null > +++ b/conf/machine/am389x-evm.conf > <at> <at> -0,0 +1,5 <at> <at> > +# <at> TYPE: Machine > +# <at> NAME: am389x evm > +# <at> DESCRIPTION: Machine configuration for the am389x evm > + > +require conf/machine/include/ti816x.inc > diff --git a/conf/machine/c6a816x-evm.conf b/conf/machine/c6a816x-evm.conf > new file mode 100644 > index 0000000..a7ab9b0(Continue reading)
RSS Feed