1. 04 6月, 2009 1 次提交
    • W
      Redundant Environment: protect full sector size · dfcd7f21
      Wolfgang Denk 提交于
      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: NWolfgang 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: NStefan Roese <sr@denx.de>
      dfcd7f21
  2. 16 5月, 2009 1 次提交
  3. 19 10月, 2008 1 次提交
  4. 11 9月, 2008 1 次提交
  5. 19 7月, 2006 2 次提交
    • W
      Fix some bugs in TRAB board flash driver. · 5a3dfef7
      Wolfgang Denk 提交于
      - increase CFG_FLASH_ERASE_TOUT from 2 to 15 seconds
      - use CFG_FLASH_WRITE_TOUT for programming instead of CFG_FLASH_ERASE_TOUT
      - remove "Unlock Bypass" mode, because macronix flashes do not support
        this mode officially
      - fix flash reset command from 0x00FF to 0x00F0. 0x00FF is only specified
        for Intel compatible flashes, not for AMD compatible.
      Patch by Martin Krause, 15 Feb 2006
      5a3dfef7
    • W
      Add additional error messages to flash driver on TRAB board · 0de7fa59
      Wolfgang Denk 提交于
      (for erase errors and timeout errors)
      Patch by Martin Krause, 14 Feb 2006
      0de7fa59
  6. 12 3月, 2006 1 次提交
  7. 18 10月, 2004 1 次提交
  8. 24 3月, 2004 1 次提交
    • W
      * Add start-up delay to make sure power has stabilized before · efa329cb
      wdenk 提交于
        attempting to switch on USB on SX1 board.
      
      * Patch by Josef Wagner, 18 Mar 2004:
        - Add support for MicroSys XM250 board (PXA255)
        - Add support for MicroSys PM828 board (MPC8280)
        - Add support for 32 MB Flash on PM825/826
        - new SDRAM refresh rate for PM825/PM826
        - added support for MicroSys PM520 (MPC5200)
        - replaced Query by Identify command in CPU86/flash.c
          to support 28F160F3B
      
      * Fix wrap around problem with udelay() on ARM920T
      
      * Add support for Macronix flash on TRAB board
      efa329cb
  9. 18 11月, 2003 1 次提交
  10. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  11. 30 5月, 2003 1 次提交
  12. 28 5月, 2003 1 次提交
    • W
      * Fix data abort exception handling for arm920t CPU · f07771cc
      wdenk 提交于
      * Fix alignment problems with flash driver for TRAB board
      
      * Patch by Donald White, 21 May 2003:
        fix calculation of base address in pci_hose_config_device()
      
      * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
        execute "cmd2", even if "cmd1" fails. Note that this is different
        to "run var1 var2" where the contents of "var2" will NOT be
        executed when a command in "var1" fails.
      f07771cc
  13. 12 3月, 2003 1 次提交
    • W
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      wdenk 提交于
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513
  14. 07 3月, 2003 1 次提交
    • W
      * Patches by David Mller, 31 Jan 2003: · 1cb8e980
      wdenk 提交于
        - minimal setup for CardBus bridges
        - add EEPROM read/write support in the CS8900 driver
        - add support for the builtin I2C controller in the Samsung s3c24x0 chips
        - add support for  MPL's VCMA9 (Samsung s3c2410 based) board
      
      * Patch by Steven Scholz, 04 Feb 2003:
        add support for RTC DS1307
      
      * Patch by Reinhard Meyer, 5 Feb 2003:
        fix PLPRCR/SCCR init sequence on 8xx to allow for
        changes of EBDF by software
      
      * Patch by Vladimir Gurevich, 07 Feb 2003:
        "API-compatibility patch" for 4xx I2C driver
      1cb8e980
  15. 28 2月, 2003 1 次提交
    • W
      * Add support for 16 MB flash configuration of TRAB board · 6069ff26
      wdenk 提交于
      * Patch by Erwin Rol, 27 Feb 2003:
        Add support for RTEMS
      
      * Add image information to README
      
      * Fix dual PCMCIA slot support (when running with just one
        slot populated)
      
      * Add VFD type detection to trab board
      
      * extend drivers/cs8900.c driver to synchronize  ethaddr  environment
        variable with value in the EEPROM
      
      * Start adding MIPS support files
      6069ff26
  16. 27 10月, 2002 2 次提交