Skip to content
Snippets Groups Projects
  1. Jul 01, 2010
    • Thomas Chou's avatar
      spi_flash: support old STMicro parts with RES · 12c2e3bb
      Thomas Chou authored
      
      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: default avatarThomas Chou <thomas@wytron.com.tw>
      Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
      12c2e3bb
    • Wolfgang Wegner's avatar
      add redundant environment for env_sf.c · 7319bcaf
      Wolfgang Wegner authored
      
      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: default avatarWolfgang Wegner <w.wegner@astro-kom.de>
      Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
      7319bcaf
  2. Jun 30, 2010
  3. Jun 29, 2010
  4. Jun 28, 2010
  5. Jun 23, 2010
    • Wolfgang Denk's avatar
      Remove AmigaOneG3SE board · 953b7e62
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      953b7e62
    • Wolfgang Denk's avatar
      Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions · ee80fa7b
      Wolfgang Denk authored
      
      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: default avatarWolfgang 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
Loading