]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm,davinci: update for enbw_cmc board
authorHeiko Schocher <hs@denx.de>
Mon, 14 May 2012 20:24:14 +0000 (20:24 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:21 +0000 (14:07 +0200)
commit14b9f16c401206097c361ae4198c6b2ece805964
treecfd4f27d8c4aa834be8a2bf92f33451b5055e064
parent2ab281037555de1710aa597531562fe071470198
arm,davinci: update for enbw_cmc board

- 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 <hs@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Tom Rini <tom.rini@gmail.com>
Cc: Christian Riesch <christian.riesch@omicron.at>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
board/enbw/enbw_cmc/enbw_cmc.c
doc/README.switch_config [new file with mode: 0644]
include/configs/enbw_cmc.h