1. 24 10月, 2006 5 次提交
    • W
      Add common serial driver for Atmel AT32 and AT91 chips · f93ae788
      Wolfgang Denk 提交于
      Patch by Haavard Skinnemoen, 06 Sep 2006
      
      This is a first attempt at creating a common serial driver for Atmel
      chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
      be possible to support AT91RM9200 and other ARM-based chips with some
      minor modifications.
      
      There's nothing fundamentally AVR32-specific in this driver, but it
      does use some features which are currently only defined for the
      AT32AP CPU port:
        * pm_get_clock_freq: Obtain the clock frequency of a given domain
        * gd->console_uart: A "struct device" containing information about
          register mappings, gpio resources and clocks associated with the
          UART device.
      
      For more information about these features, please see the "AT32AP
      CPU" patch.
      f93ae788
    • W
      Add AT32AP CPU and AT32AP7000 SoC support · 72a087e0
      Wolfgang Denk 提交于
      Patch by Haavard Skinnemoen, 06 Sep 2006
      
      This patch adds support for the AT32AP CPU family and the AT32AP7000
      chip, which is the first chip implementing the AVR32 architecture.
      
      The AT32AP CPU core is a high-performance implementation featuring a
      7-stage pipeline, separate instruction- and data caches, and a MMU.
      For more information, please see the "AVR32 AP Technical Reference":
      
      http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
      
      In addition to this, the AT32AP7000 chip comes with a large set of
      integrated peripherals, many of which are shared with the AT91 series
      of ARM-based microcontrollers from Atmel. Full data sheet is
      available here:
      
      http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdfSigned-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      72a087e0
    • W
      Add AVR32 architecture support · 7b64fef3
      Wolfgang Denk 提交于
      Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
      
      This patch adds common infrastructure code for the Atmel AVR32
      architecture. See doc/README.AVR32 for details.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      7b64fef3
    • W
      Use -g instead of -gstabs in AFLAGS_DEBUG · 2da2d9a4
      Wolfgang Denk 提交于
      Patch by Haavard Skinnemoen, 30 Aug 2006
      
      In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
      matter what the target's preferred debugging format is. This patch
      simply replaces -gstabs with -g, so that the default debugging format
      for the architecture is used.
      2da2d9a4
    • W
      Fix/workaround broken dependency handling with make 3.81 · 96582987
      Wolfgang Denk 提交于
      Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
      96582987
  2. 20 10月, 2006 7 次提交
  3. 19 10月, 2006 3 次提交
  4. 18 10月, 2006 1 次提交
  5. 14 10月, 2006 1 次提交
  6. 13 10月, 2006 2 次提交
  7. 12 10月, 2006 4 次提交
  8. 11 10月, 2006 1 次提交
  9. 10 10月, 2006 1 次提交
    • S
      * Several improvements to the new NAND subsystem: · 2255b2d2
      Stefan Roese 提交于
        - JFFS2 related commands implemented in mtd-utils style
        - Support for bad blocks
        - Bad block testing commands
        - NAND lock commands
        Please take a look at doc/README.nand for more details
        Patch by Guido Classen, 10 Oct 2006
      2255b2d2
  10. 09 10月, 2006 10 次提交
  11. 05 10月, 2006 1 次提交
  12. 04 10月, 2006 3 次提交
  13. 21 9月, 2006 1 次提交