1. 18 2月, 2009 3 次提交
  2. 17 2月, 2009 19 次提交
  3. 12 2月, 2009 7 次提交
    • M
      i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts · 15208ac9
      Mike Frysinger 提交于
      The Blackfin i2c driver has been rewritten thus the special ifdefs in the
      common code are no longer needed.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      15208ac9
    • H
      82xx, mgcoge: fix compile error · c2d9befa
      Heiko Schocher 提交于
      With actual u-boot compiling the mgcoge port fails, because
      since commit ba705b5b it is
      necessary to define CONFIG_NET_MULTI.
      
      Seems to me the mgcoge port is the only actual existing 8260
      port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
      to be fixed.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      c2d9befa
    • A
      ppc4xx: Autocalibration can set RDCC to over aggressive value. · c645012a
      Adam Graham 提交于
      The criteria of the AMCC SDRAM Controller DDR autocalibration
      U-Boot code is to pick the largest passing write/read/compare
      window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
      Cycle Select value.
      
      On some Kilauea boards the DDR autocalibration algorithm can
      find a large passing write/read/compare window with a small
      SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
      value "T1 Sample".
      
      This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
      "T1 Sample" proves to be to aggressive when later on U-Boot
      relocates into DDR memory and executes.
      
      The memory traces on the Kilauea board are short so on some
      Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
      value of "T1 Sample" shows up as a potentially valid value for
      the DDR autocalibratiion algorithm.
      
      The fix is to define a weak default function which provides
      the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
      to accept for DDR autocalibration.  The default will be the
      "T2 Sample" value.  A board developer who has a well defined
      board and chooses to be more aggressive can always provide
      their own board specific string function with the more
      aggressive "T1 Sample" value or stick with the default
      minimum SDRAM_RDCC.[RDSS] value of "T2".
      
      Also put in a autocalibration loop fix for case where current
      write/read/compare passing window size is the same as a prior
      window size, then in this case choose the write/read/compare
      result that has the associated smallest RDCC T-Sample value.
      Signed-off-by: NAdam Graham <agraham@amcc.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      c645012a
    • S
      ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h · 2ede879f
      Stefan Roese 提交于
      CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
      included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
      
      It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
      boards right now.
      Signed-off-by: NStefan Roese <sr@denx.de>
      2ede879f
    • W
      Coding style cleanup; update CHANGELOG · f15c6515
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      f15c6515
    • J
      Fix whitespace damage: double space changed to a tab · ae0b05df
      Jerry Van Baren 提交于
      At some point an intentional double space at the end of the sentence
      got changed into a tab in the GPL header line:
       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      
      This patch fixes the damage.
      Signed-off-by: NGerald Van Baren <vanbaren@cideas.com>
      ae0b05df
    • H
      cfi: make flash_get_info() non static · 4f975678
      Heiko Schocher 提交于
      If on your board is more than one flash, you must know
      the size of every single flash, for example, for updating
      the DTS before booting Linux. So make this function
      flash_get_info() extern, and you can have all info
      about your flashes.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      4f975678
  4. 10 2月, 2009 10 次提交
  5. 08 2月, 2009 1 次提交