1. 10 8月, 2010 3 次提交
  2. 09 8月, 2010 3 次提交
  3. 04 8月, 2010 1 次提交
    • W
      Rename getenv_r() into getenv_f() · cdb74977
      Wolfgang Denk 提交于
      While running from flash, i. e. before relocation, we have only a
      limited C runtime environment without writable data segment. In this
      phase, some configurations (for example with environment in EEPROM)
      must not use the normal getenv(), but a special function.  This
      function had been called getenv_r(), with the idea that the "_r"
      suffix would mean the same as in the _r_eentrant versions of some of
      the C library functions (for example getdate vs. getdate_r, getgrent
      vs. getgrent_r, etc.).
      
      Unfortunately this was a misleading name, as in U-Boot the "_r"
      generally means "running from RAM", i. e. _after_ relocation.
      
      To avoid confusion, rename into getenv_f() [as "running from flash"]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      cdb74977
  4. 02 8月, 2010 2 次提交
  5. 27 7月, 2010 5 次提交
  6. 26 7月, 2010 1 次提交
  7. 25 7月, 2010 1 次提交
  8. 23 7月, 2010 4 次提交
    • S
      ppc4xx: Enable "ecctest" command on t3corp · 1ffcb86c
      Stefan Roese 提交于
      Signed-off-by: NStefan Roese <sr@denx.de>
      1ffcb86c
    • S
      ppc4xx: Enable "ecctest" command on katmai · e3722860
      Stefan Roese 提交于
      Signed-off-by: NStefan Roese <sr@denx.de>
      e3722860
    • S
      ppc4xx: T3CORP fixes and updates · 5bf39a96
      Stefan Roese 提交于
      This patch fixes some problems for the T3CORP board. Here the list
      of the changes:
      
      - Add 600-67 and 677 CPU frequency setting to chip_config
        command
      - Define CONFIG_DDR_RFDC_FIXED on t3corp:
        While using the "normal" auto calibration code, sometimes values for
        RFDC were picked (>= T3) that resulted in a non-working U-Boot (hang
        upon relocation, while running from SDRAM). With this optimized RFDC
        value we can force this register and use the auto-calibration code to
        setup the remaining calibration registers.
      - Increase sizes of FPGA chips selects
      - EBC timing updated OEN=3 for 66 MHz EBC speed
      - Change ext. IRQ2 setup to level-low active
      - Enable CONFIG_SYS_CFI_FLASH_STATUS_POLL
      
      By defining CONFIG_SYS_CFI_FLASH_STATUS_POLL, DQ7 is polled to detect the
      chip busy status. This is now used instead of the data toggle method which
      is used historically by default in the common CFI driver. With this change
      a problem with not written data is solved on this board, where a 32 byte
      block of data is still erased instead of filled with the correct content
      after these commands:
      
      => erase 0xfc100000 +0x1000000
      
      ....................................................................
      done
      Erased 128 sectors
      => cp.b 0x100000 0xfc100000 0x1000000
      Copy to Flash... done
      => cmp.b 0x100000 0xfc100000 0x1000000
      byte at 0x00d0d6c0 (0x00) != byte at 0xfcd0d6c0 (0xff)
      Total of 12637888 bytes were the same
      Signed-off-by: NStefan Roese <sr@denx.de>
      5bf39a96
    • R
      ppc4xx/Canyonlands added USB board callbacks · 17a68444
      Rupjyoti Sarmah 提交于
      Functions added to support board callbacks for USB init. This
      isolates USB manipulations such that it is only touched if USB is
      used by U-Boot.
      Signed-off-by: NDave Mitchell <dmitchell@appliedmicro.com>
      Signed-off-by: NRupjyoti Sarmah <rsarmah@appliedmicro.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      17a68444
  9. 21 7月, 2010 2 次提交
  10. 20 7月, 2010 5 次提交
  11. 18 7月, 2010 1 次提交
    • W
      Drop support for GTH board · 0fe247b9
      Wolfgang Denk 提交于
      The board maintainer states:
      
          The GTH board is obsolete and has not been manufactured for
          several years.
          To my knowledge, no recent U-Boot build has been tested on that
          card.
      
      So drop support for this board.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Thomas Lange <thomas@corelatus.se>
      Acked-by: Thomas Lange<thomas@corelatus.se>
      0fe247b9
  12. 17 7月, 2010 1 次提交
  13. 16 7月, 2010 11 次提交