From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 14 May 2012 09:45:58 -0700 Subject: [U-Boot] [PATCH] arm,davinci: update for enbw_cmc board In-Reply-To: <1336199570-22151-1-git-send-email-hs@denx.de> References: <1336199570-22151-1-git-send-email-hs@denx.de> Message-ID: <20120514164558.GB10008@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, May 05, 2012 at 08:32:50AM +0200, Heiko Schocher wrote: > - change gpio pin settings: > > - gpio pin 6[13] (PLC reset) default value low > - gpio pin 6[0] (TPM reset) default value low > - 4 new GPIO pins > pin i/o name > - 3[9] input Board Type > - 2[7] input HW-ID0 > - 2[6] input HW-ID1 > - 2[3] input HW-ID2 > > - read board type and hw id from gpio pins on the enbw_cmc board, > and use board type for setting up different gpio pin settings. > > - do not pass "davinci_mmc.use_dma=0" to linux, as MMC now > works with DMA. > > - update logbuf support: > store post word in RTC scratch register > > - add support for configuring KSZ8864RMN switch through > a config file on u-boot startup. For more infos see: > doc/README.switch_config > > Signed-off-by: Heiko Schocher > Cc: Wolfgang Denk > Cc: Tom Rini > Cc: Christian Riesch > Cc: Sandeep Paulraj Applied to u-boot-ti/master, thanks. -- Tom