1. 18 12月, 2011 2 次提交
    • K
      tools/setlocalversion: Update from the Linux Kernel · a7b39185
      Kyle Moffett 提交于
      Several bugfixes have occurred upstream since this script was imported
      into U-Boot.  In particular, the script currently in U-Boot does not
      describe commit f8bbb4da correctly,
      resulting in a version of "2011.09" instead of "2011.09-01460-gf8bbb4da".
      
      With that commit checked out, the command "git name-rev --tags HEAD"
      gives this result:
        HEAD tags/v2011.12-rc1~30^2
      
      Then the "changes" regex does not match because of the trailing '^2':
        grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$'
      
      The new version of tools/setlocalversion in the kernel correctly handles
      those situations by using different plumbing commands.
      
      The version from the kernel is not directly usable as it does not append
      the full GIT version that U-Boot expects unless the right config options
      are set (CONFIG_LOCALVERSION_AUTO=y).  Other than a few minor changes
      for Kconfig, the imported version is very similar to Linux v3.2-rc4.
      Signed-off-by: NKyle Moffett <Kyle.D.Moffett@boeing.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Acked-by: NMike Frysinger <vapier@gentoo.org>
      a7b39185
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-usb · 8b0affec
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-usb:
        USB: Use (get|put)_unaligned for accessing wMaxPacketSize
        usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)
        README: add documentation for CONFIG_USB_ULPI*
        USB: ULPI: increase error case verbosity
        USB: ULPI: clean a mixup of return types
        USB: ULPI: switch argument type from u8 to unsigned
      8b0affec
  2. 17 12月, 2011 6 次提交
  3. 13 12月, 2011 1 次提交
  4. 12 12月, 2011 15 次提交
  5. 11 12月, 2011 16 次提交