From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sun, 11 Oct 2009 13:36:31 -0500 Subject: [U-Boot] [PATCH] TI DaVinci DM646x: Adding initial support for DM6467 EVM In-Reply-To: <1255277911-8518-1-git-send-email-s-paulraj@ti.com> References: <1255277911-8518-1-git-send-email-s-paulraj@ti.com> Message-ID: <4AD225AF.3060300@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de s-paulraj at ti.com wrote: > From: Sandeep Paulraj > > This patch adds the initial support for DM6467 EVM. > > Signed-off-by: Sandeep Paulraj > --- > Changes since the initial version > - Add entries to MAKEALL and MAINTAINERS as suggested by Tom > - Fix whitespace issues as pointed out by Tom > > There are multiple flavours of the DM646x. The newest DM646x SOC can operate > at 1 GHz. The DM6467 EVM from Spectrum Digital can be used for both speed > grades of the DM646x SOC . The only change on the EVM being an oscilator that > operated at a higher frequency. The same board file will be used to support > both SOC's. Support for this feature will be added as follow up patches. This is useful information that should be included in the commit log. Please add at least.. > There are multiple flavours of the DM646x. The newest DM646x SOC can operate > at 1 GHz. The DM6467 EVM from Spectrum Digital can be used for both speed > grades of the DM646x SOC . The only change on the EVM being an oscilator that > operated at a higher frequency. The same board file will be used to support > both SOC's. Ack-ed Tom