19 Dec, 2011

4 commits


18 Dec, 2011

2 commits

  • 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 f8bbb4dad0e9d91b7a51d6cc54dcf66d142f50fe correctly,
    resulting in a version of "2011.09" instead of "2011.09-01460-gf8bbb4d".

    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: Kyle Moffett
    Cc: Wolfgang Denk
    Cc: Mike Frysinger
    Acked-by: Mike Frysinger

    Kyle Moffett
     
  • * '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

    Wolfgang Denk
     

17 Dec, 2011

6 commits


13 Dec, 2011

1 commit

  • In the current u-boot code, the value of these fields are the reserved
    value (0b100), through the signal integrity measurement on freescale's
    board with these reserved setting, the signal eye is out of the recommended
    spec for non-transition amplitude at 500mV nominal.
    According to the errata for MPC8379E, we should make a change to the
    recommended setting from essentially nothing at this time to 0b001 for SATA.

    Signed-off-by: Jerry Huang
    Signed-off-by: Kim Phillips

    Jerry Huang
     

12 Dec, 2011

15 commits


11 Dec, 2011

12 commits