Skip to content
Snippets Groups Projects
  1. Jun 12, 2009
  2. Jun 09, 2009
  3. Jun 08, 2009
  4. Jun 03, 2009
    • Wolfgang Denk's avatar
      Redundant Environment: protect full sector size · dfcd7f21
      Wolfgang Denk authored
      
      Several boards used different ways to specify the size of the
      protected area when enabling flash write protection for the sectors
      holding the environment variables: some used CONFIG_ENV_SIZE and
      CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
      a mix of both for the "normal" and the "redundant" areas.
      
      Normally, this makes no difference at all. However, things are
      different when you have to deal with boards that can come with
      different types of flash chips, which may have different sector
      sizes.
      
      Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
      biggest sector size, which may include several sectors on boards using
      the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
      or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
      case that only the first of these sectors get protected, while the
      following ones aren't.
      
      This is no real problem, but it can be confusing for the user -
      especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
      "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
      "redundant" area.
      
      To avoid such inconsistencies, I changed all sucn boards that I found
      to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
      not cause any functional changes to the code.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Paul Ruhland
      Cc: Pantelis Antoniou <panto@intracom.gr>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Gary Jennejohn <garyj@denx.de>
      Cc: Dave Ellis <DGE@sixnetio.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      dfcd7f21
    • Ilya Yanok's avatar
      mmc: it's safe to ignore mmc_send_if_cond() return value · b81830f6
      Ilya Yanok authored
      
      Return value of mmc_send_if_cond() can be safely ignored (as it is
      done in Linux). This makes older cards work with MXC MCI controller.
      
      Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
      b81830f6
    • Stefan Roese's avatar
      cfi_mtd: Fix bug in last sector detection · dba6fcf6
      Stefan Roese authored
      
      This patch now enabled this cfi-mtd wrapper to correctly detect and
      erase the last sector in an NOR FLASH device.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      dba6fcf6
  5. Jun 02, 2009
  6. May 29, 2009
  7. May 23, 2009
  8. May 15, 2009
  9. Apr 29, 2009
  10. Apr 28, 2009
    • Anatolij Gustschin's avatar
      video: fix bug in cfb_console.c code · 3dcbe628
      Anatolij Gustschin authored
      
      Fix bug in drawing long version/info strings:
      U-Boot version string like
      "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
      is long and doesn't wrap around correctly while drawing
      beside the logo. Such long strings partially overwrite
      the logo. This patch is an attempt to fix it.
      
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      3dcbe628
  11. Apr 27, 2009
  12. Apr 16, 2009
  13. Apr 06, 2009
  14. Apr 04, 2009
Loading