05 Oct, 2014

2 commits


26 Sep, 2014

1 commit


25 Sep, 2014

2 commits


18 Sep, 2014

2 commits


16 Sep, 2014

1 commit


14 Sep, 2014

1 commit


12 Sep, 2014

1 commit


11 Sep, 2014

4 commits


09 Sep, 2014

1 commit


05 Sep, 2014

2 commits


30 Aug, 2014

1 commit


29 Aug, 2014

1 commit


25 Aug, 2014

1 commit

  • This patch adds support of NOR cape[1] for both Beaglebone (white) and
    Beaglebone(Black) boards. NOR Flash on this cape is connected to GPMC
    chip-select[0] and accesses as external memory-mapped device.
    This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device.

    As GPMC chip-select[0] can be shared by multiple capes so NOR profile is
    not enabled by default in boards.cfg. Following changes are required to
    enable NOR cape detection when building am335x_boneblack board profile.

    Signed-off-by: Tom Rini

    pekon gupta
     

22 Aug, 2014

8 commits


21 Aug, 2014

2 commits

  • Board specific README file should be moved to board folder.

    Signed-off-by: York Sun

    York Sun
     
  • XFI is supported on T4QDS-XFI board, which removed slot3, and four LANEs
    of serdes2 are routed to a SFP+ cages, which to house fiber cable or
    direct attach cable(copper), the copper cable is used to emulate the
    10GBASE-KR scenario.

    So, for XFI usage, there are two scenarios, one will use fiber cable,
    another will use copper cable. For fiber cable, there is NO PHY, while
    for copper cable, we need to use internal PHY which exist in Serdes to
    do auto-negotiation and link training, which implemented in kernel.
    We use hwconfig to define cable type for XFI, and fixup dtb based on the
    cable type.

    For copper cable, set below env in hwconfig:

    fsl_10gkr_copper:

    the can be fm1_10g1, fm1_10g2, fm2_10g1, fm2_10g2. The
    four s do not have to be coexist in hwconfig. For XFI ports,
    if a given 10G port will use the copper cable for 10GBASE-KR, set the
    of the port in hwconfig, otherwise, fiber cable will be
    assumed to be used for the port.

    For ex. if four XFI ports will both use copper cable, the hwconfig
    should contain:

    fsl_10gkr_copper:fm1_10g1,fm1_10g2,fm2_10g1,fm2_10g2

    For fiber cable:

    1. give PHY address to a XFI port, otherwise, the XFI ports will not be
    available in U-boot, there is no PHY physically for XFI when using fiber
    cable, this is just to make U-boot happy and we can use the XFI ports
    in U-boot.
    2. fixup dtb to use fixed-link in case of fiber cable which has no PHY.
    Kernel requests that a MAC must have a PHY or fixed-link.

    When using XFI protocol, the MAC 9/10 on FM1 should init as 10G interface.

    Change serdes 2 protocol 56 to 55 which has same feature as 56 since 56
    is not valid any longer.

    Signed-off-by: Shaohui Xie
    Reviewed-by: York Sun

    Shaohui Xie
     

09 Aug, 2014

5 commits

  • - Add 'p1023rds' to the list since commit d0bc5140 dropped
    the board support but missed to update this file
    - Fill the Commit and Removed Date fields for boards removed
    by earlier commits
    - Move 'incaip' to keep the list sorted in reverse
    chronological order
    - Describe the soring rule in the comment block:
    "The list should be sorted in reverse chronological order."
    - Fix typos in the comment block

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • Add a subsystem entry for dm with myself as maintainer.

    Signed-off-by: Simon Glass

    Simon Glass
     
  • Add myself as fdt maintainer.

    Signed-off-by: Simon Glass

    Simon Glass
     
  • The Android fastboot client only communicates with specific vendor IDs.
    This addition to the documentation points out that fact so everyone is
    aware that not just any vendor ID will work and where to find the IDs
    that will.

    Signed-off-by: Clifton Barnes
    Cc: Rob Herring

    Barnes, Clifton A
     
  • Remove the verified boot limitation that only allows a single
    RSA public exponent of 65537 (F4). This change allows use with
    existing PKI infrastructure and has been tested with HSM-based
    PKI.

    Change the configuration OF tree format to store the RSA public
    exponent as a 64 bit integer and implement backward compatibility
    for verified boot configuration trees without this extra field.

    Parameterise vboot_test.sh to test different public exponents.

    Mathematics and other hard work by Andrew Bott.

    Tested with the following public exponents: 3, 5, 17, 257, 39981,
    50457, 65537 and 4294967297.

    Signed-off-by: Andrew Bott
    Signed-off-by: Andrew Wishart
    Signed-off-by: Neil Piercy
    Signed-off-by: Michael van der Westhuizen
    Cc: Simon Glass

    Michael van der Westhuizen
     

06 Aug, 2014

5 commits