1. 01 7月, 2010 2 次提交
    • T
      spi_flash: support old STMicro parts with RES · 12c2e3bb
      Thomas Chou 提交于
      Some old STMicro parts do not support JEDEC ID (0x9f). This patch
      uses RES (0xab) to get Electronic ID and translates it to JEDEC ID.
      Signed-off-by: NThomas Chou <thomas@wytron.com.tw>
      Acked-by: NMike Frysinger <vapier@gentoo.org>
      12c2e3bb
    • W
      add redundant environment for env_sf.c · 7319bcaf
      Wolfgang Wegner 提交于
      This patch adds redundant environment for environment in SPI flash.
      I took env_flash.c as an example and slightly modified it. Apart
      from adapting things to SF, I also slightly changed the decision
      logic to use area 2 as a default in case the flags are wrong because
      not having a default path worried me.
      
      I did not add a section for CONFIG_ENV_IS_IN_SPI_FLASH in environment.h
      because I did not understand if this is desired and/or needed.
      So to use the feature, one has to set CONFIG_ENV_OFFSET_REDUND _and_
      CONFIG_SYS_REDUNDAND_ENVIRONMENT.
      
      I checked it by powering off my board several times during flash
      erase or write, because I do not know if there are other stress
      test scenarios.
      Signed-off-by: NWolfgang Wegner <w.wegner@astro-kom.de>
      Acked-by: NMike Frysinger <vapier@gentoo.org>
      7319bcaf
  2. 30 6月, 2010 31 次提交
  3. 29 6月, 2010 1 次提交
  4. 28 6月, 2010 4 次提交
  5. 24 6月, 2010 2 次提交
    • W
      Remove AmigaOneG3SE board · 953b7e62
      Wolfgang Denk 提交于
      The AmigaOneG3SE board has been orphaned or a very long time, and
      broken for more than 12 releases resp. more than 3 years.  As nobody
      seems to be interested any more in this stuff we may as well ged rid
      of it, especially as it clutters many areas of the code so it is a
      continuous pain for all kinds of ongoing work.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      953b7e62
    • W
      Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions · ee80fa7b
      Wolfgang Denk 提交于
      CONFIG_SYS_BUS_HZ has not really been used anywhere except to be
      redined as CONFIG_SYS_BUS_CLK; in addition, the mpc7448hpc2 had the
      bogus CONFIG_SYS_CONFIG_BUS_CLK setting which duplicated the
      funtionality.  Change all this to use CONFIG_SYS_BUS_CLK consistently.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Frank Gottschling <fgottschling@eltec.de>
      Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
      Cc: Eran Man <eran@nbase.co.il>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Nye Liu <nyet@zumanetworks.com>
      Cc: Roy Zang <tie-fei.zang@freescale.com>
      ee80fa7b