From mboxrd@z Thu Jan 1 00:00:00 1970 From: nagabhushana.netagunte at ti.com Date: Wed, 21 Sep 2011 18:10:29 +0530 Subject: [U-Boot] [PATCH 0/2] board revision related patches for dm646x Message-ID: <1316608831-31016-1-git-send-email-nagabhushana.netagunte@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Nagabhushana Netagunte First patch adds new configuration for new variant of dm6467 where as second patch adds a function to send revision info to the kernel. These patches are tested both on dm6467 and dm6467T. Nagabhushana Netagunte (2): dm646x: add new configuration for dm6467T dm646x: pass board revision info to kernel board/davinci/dm6467evm/dm6467evm.c | 19 ++++ boards.cfg | 1 + include/configs/davinci_dm6467Tevm.h | 164 ++++++++++++++++++++++++++++++++++ include/configs/davinci_dm6467evm.h | 1 + 4 files changed, 185 insertions(+), 0 deletions(-) create mode 100644 include/configs/davinci_dm6467Tevm.h