1. 02 12月, 2011 22 次提交
    • P
      sh: Add ashrsi3 libgcc function · cb4046c5
      Phil Edworthy 提交于
      The ashrsi3 function is used by some commands that aren't in SH2A
      default configs (e.g. JFFS2).
      
      The ashrsi3.S file has been copied from Linux.
      Signed-off-by: NPhil Edworthy <phil.edworthy@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      cb4046c5
    • M
      sh: only add -mno-fdpic if the compiler supports it · 4cde1740
      Mike Frysinger 提交于
      Not all SuperH toolchains support -mno-fdpic.  Chances are good that if
      the flag doesn't work, it isn't defaulting to the FDPIC ABI, so the flag
      isn't needed.  So only add it if it is actually supported.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      4cde1740
    • Y
      sh7757lcr: change config for new sh_eth driver · 0c2a37a5
      Yoshihiro Shimoda 提交于
      The new sh_eth driver uses the phy driver. So, this patch enables it.
      Signed-off-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      0c2a37a5
    • Y
      net: sh_eth: use miiphybb instead of own mii functions · bd1024b0
      Yoshihiro Shimoda 提交于
      The sh_eth driver had an own mii functions. However the function
      didn't support the gigabit PHY. The U-Boot has the general phy driver
      and miiphybb driver, and they already support it.
      So this patch removes the own functions and uses the phy driver.
      Signed-off-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      bd1024b0
    • W
      Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master · 7708d8b3
      Wolfgang Denk 提交于
      * 'master' of ssh://gemini/home/wd/git/u-boot/master:
        board/emk/top860/top860.c: Fix GCC 4.6 build warning
        board/sbc405/strataflash.c: Fix GCC 4.6 build warning
        arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning
        board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning
        board/mpl/common/flash.c: Fix GCC 4.6 build warning
        post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning
        drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning
        board/sandburst/common/flash.c: Fix GCC 4.6 build warning
        DB64460: Fix GCC 4.6 build warnings
        DB64360: Fix GCC 4.6 build warnings
        board/cray/L1/flash.c: Fix GCC 4.6 build warning
        drivers/block/sata_dwc.c: Fix GCC 4.6 build warning
        board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning
        alpr board: Fix GCC 4.6 build warnings
        image: Don't detect XIP images as overlapping.
        image: Implement IH_TYPE_KERNEL_NOLOAD
        ppc4xx: Add Io64 board support
        ppc4xx: fix PMC440 painit command
        ppc4xx: remove invalid access to PCI_BRDGOPT2 register
        ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation
        mpc85xx: support for Freescale COM Express P2020
        arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warning
        mpc85xx: support board-specific reset function
        powerpc/85xx: verify the localbus device tree address before booting the OS
        mpc8xxx: update module_type values from JEDEC DDR3 SPD Specification
        powerpc/p3060qds: Add board related support for P3060QDS platform
        powerpc/85xx: clean up and document the QE/FMAN microcode macros
        powerpc/85xx: always implement the work-around for Erratum SATA_A001
        powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h
        powerpc/85xx: Add workaround for erratum A-003474
        powerpc/85xx: fixup flexcan device tree clock-frequency
        powerpc/85xx: Add workaround for erratum CPU-A003999
        x86: Fix some bugs in the i8402 driver when no controller is present
        x86: Make the i8042 driver checkpatch clean
        x86: Wrap small helper functions from libgcc to avoid an ABI mismatch
        x86: Import the glibc memset implementation
        x86: Fix a few recently added bugs
        x86: Don't relocate symbols which point to things that aren't relocated
        x86: Fix how the location of the realmode and bios blobs are calculated
        x86: Misc cleanups
        x86: Misc PCI touchups
        x86: Ensure IDT and GDT remain 16-byte aligned post relocation
        x86: Provide more configuration granularity
        x86: Add multiboot header
        sc520: Create arch asm-offsets
        x86: Punt cold- and warm-boot flags
        cosmetic: checkpatch cleanup of board/eNET/*.c
        cosmetic: checkpatch cleanup of arch/x86/lib/*.c
        cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
        cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
        x86: Call hang() on unrecoverable exception
        menu.c: use puts() instead of printf() where possible
        MAKEALL: drop obsolete mx31pdk_nand target
        dataflash: fix parameters order in write_dataflash()
        hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines
        davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board
        davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
        arm: a320evb: define mach-type in board config file
        OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.
        Fix Stelian's email address
        DIU: 1080P and 720P support
        CFB: Fix font rendering on mx5 framebuffer
      7708d8b3
    • W
      board/emk/top860/top860.c: Fix GCC 4.6 build warning · f008b17f
      Wolfgang Denk 提交于
      Fix:
      top860.c: In function 'initdram':
      top860.c:90:11: warning: variable 'j' set but not used
      [-Wunused-but-set-variable]
      
      Note: No attempts were made to convert this file completely to using
      I/O accessors. This is left as an exercise for the board maintainer.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
      f008b17f
    • W
      board/sbc405/strataflash.c: Fix GCC 4.6 build warning · 24b0da3a
      Wolfgang Denk 提交于
      Fix:
      strataflash.c: In function 'flash_write_cfiword':
      strataflash.c:673:11: warning: variable 'ctladdr' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NMarek Vasut <marek.vasut@gmail.com>
      24b0da3a
    • W
      arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning · ad37ef1a
      Wolfgang Denk 提交于
      Fix:
      cpu.c: In function 'checkcpu':
      cpu.c:51:7: warning: variable 'ver' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      ad37ef1a
    • W
      board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning · e38cc2c7
      Wolfgang Denk 提交于
      Fix:
      mpc8610hpcd.c: In function 'pci_init_board':
      mpc8610hpcd.c:238:15: warning: variable 'pordevsr' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      e38cc2c7
    • W
      board/mpl/common/flash.c: Fix GCC 4.6 build warning · ae5f6b3b
      Wolfgang Denk 提交于
      Fix:
      ../common/flash.c: In function 'flash_init':
      ../common/flash.c:160:16: warning: variable 'size_b1' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Denis Peter <d.peter@mpl.ch>
      Acked-by: NMarek Vasut <marek.vasut@gmail.com>
      ae5f6b3b
    • W
      post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning · e607a15d
      Wolfgang Denk 提交于
      Fix:
      gdc.c: In function 'gdc_test_reg_one':
      gdc.c:66:6: warning: variable 'ret' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Acked-by: NStefan Roese <sr@denx.de>
      e607a15d
    • W
      drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning · b0b20d47
      Wolfgang Denk 提交于
      Fix:
      sl811-hcd.c: In function 'sl811_rh_submit_urb':
      sl811-hcd.c:556:8: warning: variable 'wIndex' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Remy Bohmer <linux@bohmer.net>
      b0b20d47
    • W
      board/sandburst/common/flash.c: Fix GCC 4.6 build warning · effa4e30
      Wolfgang Denk 提交于
      Fix:
      ../common/flash.c: In function 'flash_erase':
      ../common/flash.c:307:24: warning: variable 'l_sect' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Travis Sawyer <travis.sawyer@sandburst.com>
      Acked-by: NMarek Vasut <marek.vasut@gmail.com>
      effa4e30
    • W
      DB64460: Fix GCC 4.6 build warnings · 774b3576
      Wolfgang Denk 提交于
      Fix:
      db64460.c: In function 'debug_led':
      db64460.c:413:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_real_open':
      mv_eth.c:423:6: warning: variable 'port_status' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_stop':
      mv_eth.c:641:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_xmit':
      mv_eth.c:717:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_receive':
      mv_eth.c:802:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_get_stats':
      mv_eth.c:901:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_update_stat':
      mv_eth.c:929:24: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      mv_eth.c:928:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64460_eth_print_stat':
      mv_eth.c:1010:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'eth_clear_mib_counters':
      mv_eth.c:2067:15: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'check_dimm':
      sdram_init.c:289:50: warning: variable 'trrd_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:37: warning: variable 'tras_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:24: warning: variable 'trcd_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:8: warning: variable 'trp_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:279:34: warning: variable 'devicesForErrCheck' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'setup_sdram':
      sdram_init.c:1255:13: warning: variable 'check' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'initdram':
      sdram_init.c:1744:25: warning: variable 'check' set but not used [-Wunused-but-set-variable]
      sdram_init.c:1742:14: warning: variable 's1' set but not used [-Wunused-but-set-variable]
      sdram_init.c:1742:6: warning: variable 's0' set but not used [-Wunused-but-set-variable]
      
      Note: no attempt was make to clean up the mess coding style and
      other issues in sdram_init.c
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      774b3576
    • W
      DB64360: Fix GCC 4.6 build warnings · 4fcfbec0
      Wolfgang Denk 提交于
      Fix:
      db64360.c: In function 'debug_led':
      db64360.c:413:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_real_open':
      mv_eth.c:424:6: warning: variable 'port_status' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_stop':
      mv_eth.c:642:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_xmit':
      mv_eth.c:718:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_receive':
      mv_eth.c:803:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_get_stats':
      mv_eth.c:902:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_update_stat':
      mv_eth.c:930:24: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      mv_eth.c:929:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'mv64360_eth_print_stat':
      mv_eth.c:1011:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
      mv_eth.c: In function 'eth_clear_mib_counters':
      mv_eth.c:2068:15: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'check_dimm':
      sdram_init.c:289:50: warning: variable 'trrd_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:37: warning: variable 'tras_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:24: warning: variable 'trcd_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:289:8: warning: variable 'trp_clocks' set but not used [-Wunused-but-set-variable]
      sdram_init.c:279:34: warning: variable 'devicesForErrCheck' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'setup_sdram':
      sdram_init.c:1256:13: warning: variable 'check' set but not used [-Wunused-but-set-variable]
      sdram_init.c: In function 'initdram':
      sdram_init.c:1735:25: warning: variable 'check' set but not used [-Wunused-but-set-variable]
      sdram_init.c:1733:14: warning: variable 's1' set but not used [-Wunused-but-set-variable]
      sdram_init.c:1733:6: warning: variable 's0' set but not used [-Wunused-but-set-variable]
      
      Note: no attempt was make to clean up the mess coding style and
      other issues in sdram_init.c
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      4fcfbec0
    • W
      board/cray/L1/flash.c: Fix GCC 4.6 build warning · fc4df325
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_erase':
      flash.c:276:24: warning: variable 'l_sect' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NMarek Vasut <marek.vasut@gmail.com>
      fc4df325
    • W
      drivers/block/sata_dwc.c: Fix GCC 4.6 build warning · 24ec52de
      Wolfgang Denk 提交于
      Fix:
      sata_dwc.c: In function 'scan_sata':
      sata_dwc.c:535:38: warning: variable 'udma_mask' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
      24ec52de
    • W
      board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning · 2752a525
      Wolfgang Denk 提交于
      Fix:
      flash.c: In function 'flash_write_cfiword':
      flash.c:778:11: warning: variable 'ctladdr' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NMarek Vasut <marek.vasut@gmail.com>
      2752a525
    • W
      alpr board: Fix GCC 4.6 build warnings · bba8f392
      Wolfgang Denk 提交于
      Fix:
      fpga.c: In function 'fpga_pre_fn':
      fpga.c:88:16: warning: variable 'reg' set but not used
      [-Wunused-but-set-variable]
      nand.c: In function 'alpr_nand_dev_ready':
      nand.c:125:18: warning: variable 'val' set but not used
      [-Wunused-but-set-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Acked-by: NStefan Roese <sr@denx.de>
      bba8f392
    • W
      Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging · 4ebbba44
      Wolfgang Denk 提交于
      * 'sr@denx.de' of git://git.denx.de/u-boot-staging:
        image: Don't detect XIP images as overlapping.
        image: Implement IH_TYPE_KERNEL_NOLOAD
      4ebbba44
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx · 797449a1
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-ppc4xx:
        ppc4xx: Add Io64 board support
        ppc4xx: fix PMC440 painit command
        ppc4xx: remove invalid access to PCI_BRDGOPT2 register
        ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation
      797449a1
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx · d51e6d6d
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-mpc85xx:
        mpc85xx: support for Freescale COM Express P2020
        arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warning
        mpc85xx: support board-specific reset function
        powerpc/85xx: verify the localbus device tree address before booting the OS
        mpc8xxx: update module_type values from JEDEC DDR3 SPD Specification
        powerpc/p3060qds: Add board related support for P3060QDS platform
        powerpc/85xx: clean up and document the QE/FMAN microcode macros
        powerpc/85xx: always implement the work-around for Erratum SATA_A001
        powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h
        powerpc/85xx: Add workaround for erratum A-003474
        powerpc/85xx: fixup flexcan device tree clock-frequency
        powerpc/85xx: Add workaround for erratum CPU-A003999
      d51e6d6d
  2. 01 12月, 2011 6 次提交
    • S
      image: Don't detect XIP images as overlapping. · d510859b
      Stephen Warren 提交于
      bootm_load_os() detects when it writes the decompressed image over
      the top of the compressed image. If this happens, the original image
      is corrupted. When the original image is a multi-component legacy image,
      or a (potentially multi-component) FIT image, this implies that other
      components may be corrupted. In turn, this means that booting is unlikely
      to be successful.
      
      However, in the case of no image compresssion coupled with an image with
      load address equal to where the image is already located (e.g. an XIP
      kernel, or IH_TYPE_KERNEL_ANYLOAD), there has been no copy and hence no
      corruption, no matter whether it's a single-component legacy image, a
      multi-component legacy image, or a FIT image. In this case, disable the
      overlap detection, and allow boot to continue.
      
      Without this change, when booting a single-component legacy image that
      contains an IH_TYPE_KERNEL_ANYLOAD, bootm_load_os() would have returned
      BOOTM_ERR_OVERLAP, but the caller ignores this, and boot continues and
      succeeds. Now, the false error is no longer even returned.
      
      Without this change, when booting a FIT image that contains an
      IH_TYPE_KERNEL_ANYLOAD, bootm_load_os() would have returned
      BOOTM_ERR_OVERLAP, which would then cause the caller to reset the board.
      Now, the false error is no longer returned, and boot succeeds.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      d510859b
    • S
      image: Implement IH_TYPE_KERNEL_NOLOAD · b9b50e89
      Stephen Warren 提交于
      The legacy uImage format includes an absolute load and entry-point
      address. When bootm operates on a kernel uImage in memory that isn't
      loaded at the address in the image's load address, U-Boot will copy
      the image to its address in the header.
      
      Some kernel images can actually be loaded and used at any arbitrary
      address. An example is an ARM Linux kernel zImage file. To represent
      this capability, IH_TYPE_KERNEL_NOLOAD is implemented, which operates
      just like IH_TYPE_KERNEL, except that the load address header is
      ignored, and U-Boot does not copy the image to its load address, but
      rather uses it in-place.
      
      This is useful when sharing a single (uImage-wrapped) zImage across
      multiple boards with different memory layouts; in this case, a specific
      load address need not be picked when creating the uImage, but instead
      is selected by the board-specific U-Boot environment used to load and
      boot that image.
      
      v2: Rename from IH_TYPE_KERNEL_ANYLOAD to IH_TYPE_KERNEL_NOLOAD.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      b9b50e89
    • D
      ppc4xx: Add Io64 board support · 255ef4d9
      Dirk Eibach 提交于
      Board support for the Guntermann & Drunck Io64.
      Signed-off-by: NDirk Eibach <eibach@gdsys.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      255ef4d9
    • M
      ppc4xx: fix PMC440 painit command · a6569c63
      Matthias Fuchs 提交于
      This patch fixes the PMC440 BSP command painit. The implementation was
      broken since the step to the new environment handling.
      Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      a6569c63
    • M
      ppc4xx: remove invalid access to PCI_BRDGOPT2 register · baa3713f
      Matthias Fuchs 提交于
      This patch removes an invalid call to pci_write_config_dword to
      PCI_BRDGOPT2 register. This function must not be used from pci_target_init
      and is also at the wrong place. The correct call is done later in
      pci_target_init via pci_hose_write_config_dword.
      Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      baa3713f
    • M
      ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation · 2fe6b7f7
      Matthias Fuchs 提交于
      This patch switches PMC440 board code to the CONFIG_PCI_BOOTDELAY option
      instead of using a private implemention. This relies on Anatolji's patch
      that moves the pcidelay handling behind pci_target_init.
      Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      2fe6b7f7
  3. 29 11月, 2011 12 次提交