1. 15 5月, 2013 17 次提交
  2. 14 5月, 2013 21 次提交
  3. 13 5月, 2013 2 次提交
    • A
      avr32: fix relocation address calculation · a7e62be0
      Andreas Bießmann 提交于
      Commit 18652864 (Introduce generic link
      section.h symbol files) changed the __bss_end symbol type from char[] to
      ulong. This led to wrong relocation parameters which ended up in a not working
      u-boot. Unfortunately this is not clear to see cause due to RAM aliasing we
      may get a 'half-working' u-boot then.
      
      Fix this by dereferencing the __bss_end symbol where needed.
      Signed-off-by: NAndreas Bießmann <andreas.devel@googlemail.com>
      a7e62be0
    • S
      bfin: Move gpio support for bf54x and bf60x into the generic driver folder. · da34aae5
      Sonic Zhang 提交于
      The gpio spec for bf54x and bf60x differ a lot from the old gpio driver for bf5xx.
      A lot of machine macros are used to accomodate both code in one gpio driver.
      This patch split the old gpio driver and move new gpio2 support to the generic
      gpio driver folder.
      
      - To enable gpio2 driver, macro CONFIG_ADI_GPIO2 should be defined in the board's
      config header file.
      - The gpio2 driver supports bf54x, bf60x and future ADI processors, while the
      older gpio driver supports bf50x, bf51x, bf52x, bf53x and bf561.
      - All blackfin specific gpio function names are replaced by the generic gpio APIs.
      Signed-off-by: NSonic Zhang <sonic.zhang@analog.com>
      da34aae5