25 Nov, 2019

1 commit


11 Nov, 2019

1 commit


01 Nov, 2019

1 commit


14 Mar, 2019

1 commit

  • Fix coverity issue:
    CID 43787: Buffer not null terminated (BUFFER_SIZE_WARNING)
    buffer_size_warning: Calling strncpy with a maximum size argument
    of 32 bytes on destination array sdev.name of size 32 bytes might
    leave the destination string unterminated.

    Test: Coverity scan pass.

    Change-Id: Ib10e631bab893cb9cd1484082229f806b02849ba
    Signed-off-by: Luo Ji

    Luo Ji
     

12 Mar, 2019

1 commit

  • Trusty is not supported for xen so we don't need to check
    the keyslot package or rollback index in spl. Reassign the
    dram address for spl and u-boot to avoid conflicts.

    Support serial init functions to enable debug console
    in spl when xen is running.

    Test: Boot and A/B slot switch on imx8qm_mek.

    Change-Id: If6829252f1ec2e32255f951715c8747181951fd0
    Signed-off-by: Ji Luo
    Reviewed-by: Peng Fan

    Ji Luo
     

03 Jan, 2019

1 commit


15 Nov, 2018

2 commits


12 Nov, 2018

1 commit


10 Aug, 2018

1 commit


14 Jun, 2018

1 commit


27 Apr, 2018

3 commits


10 Mar, 2018

2 commits

  • After the UART was initialized, we may still have bogus data in the
    RX queue if it was enabled with incorrect pin muxing before.

    So let's flush the RX queue whenever we initialize baud rates.

    This fixes a regression with the dynamic pinmuxing code when enable_uart=1
    is not set in config.txt on Raspberry Pis that use pl011 for serial.

    Fixes: caf2233b28 ("bcm283x: Add pinctrl driver")
    Reported-by: Göran Lundberg
    Reported-by: Peter Robinson
    Signed-off-by: Alexander Graf
    Tested-by: Peter Robinson
    Tested-by: Tuomas Tynkkynen

    Alexander Graf
     
  • After the UART was initialized, we may still have bogus data in the
    RX queue if it was enabled with incorrect pin muxing before.

    So let's flush the RX queue whenever we initialize baud rates.

    This fixes a regression with the dynamic pinmuxing code when enable_uart=1
    is not set in config.txt.

    Fixes: caf2233b28 ("bcm283x: Add pinctrl driver")
    Reported-by: Göran Lundberg
    Reported-by: Peter Robinson
    Signed-off-by: Alexander Graf
    Tested-by: Peter Robinson
    Tested-by: Tuomas Tynkkynen

    Alexander Graf
     

23 Feb, 2018

1 commit


16 Feb, 2018

1 commit


29 Jan, 2018

12 commits


28 Jan, 2018

2 commits


26 Jan, 2018

1 commit


25 Jan, 2018

3 commits


24 Jan, 2018

1 commit


20 Jan, 2018

1 commit


16 Jan, 2018

1 commit


10 Jan, 2018

1 commit