16 Jul, 2020

1 commit

  • According to Server Base System Architecture (SBSA) specification,
    the SBSA Generic Watchdog has two stage timeouts: the first signal
    (WS0) is for alerting the system by interrupt, the second one (WS1) is a
    real hardware reset.
    More details about the hardware specification of this device:
    ARM DEN0029B - Server Base System Architecture (SBSA)

    This driver can operate ARM SBSA Generic Watchdog as a single stage
    In the single stage mode, when the timeout is reached, your system
    will be reset by WS1. The first signal (WS0) is ignored.

    Signed-off-by: Zhao Qiang
    Signed-off-by: Biwen Li
    Reviewed-by: Stefan Roese

    Zhao Qiang
     

28 Mar, 2020

2 commits


13 Mar, 2020

1 commit


09 Mar, 2020

1 commit


02 Mar, 2020

1 commit


26 Feb, 2020

1 commit


08 Feb, 2020

1 commit


04 Feb, 2020

1 commit

  • Convert Android documentation from regular txt format to Sphinx (RST).
    Also add Android index.rst file and reference it in root index.rst, so
    that Android documentation is visible.

    Test:

    $ make htmldocs
    $ xdg-open doc/output/index.html

    Signed-off-by: Sam Protsenko
    Signed-off-by: Lokesh Vutla

    Sam Protsenko
     

23 Jan, 2020

2 commits


20 Jan, 2020

2 commits

  • Take over TI maintainership from Tom.

    Signed-off-by: Lokesh Vutla
    Acked-by: Tom Rini
    Signed-off-by: Lokesh Vutla

    Lokesh Vutla
     
  • Add new defconfig files for the J721e High Security EVM.

    These defconfigs are the same as for the non-secure part, except for:
    CONFIG_TI_SECURE_DEVICE option set to 'y'
    CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y'
    CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y'
    CONFIG_BOOTCOMMAND uses FIT images for booting

    Signed-off-by: Andrew F. Davis
    Reviewed-by: Lokesh Vutla
    Signed-off-by: Lokesh Vutla

    Andrew F. Davis
     

16 Jan, 2020

1 commit


22 Dec, 2019

1 commit


03 Dec, 2019

1 commit


21 Nov, 2019

1 commit


08 Nov, 2019

1 commit


06 Nov, 2019

1 commit

  • add DM based PCI Configuration space access support for
    MPC85xx PCI Bridge. This driver is based on
    arch/powerpc/cpu/mpc85xx/pci.c

    In the old driver there is a fix for a hw issue on the
    TARGET_MPC8555CDS and TARGET_MPC8541CDS boards. As I
    have no such hardware I did not port this part.

    Signed-off-by: Heiko Schocher
    Reviewed-by: Priyanka Jain

    Heiko Schocher
     

01 Nov, 2019

1 commit


26 Oct, 2019

2 commits


24 Oct, 2019

3 commits

  • Add microchip flexcom driver to at91.

    Signed-off-by: Eugen Hristev

    Eugen Hristev
     
  • The xhci.h header file is currently located under drivers/usb/xhci
    Move it to the include/usb folder to make it available to drivers that
    are not under drivers/usb/xhci

    Signed-off-by: Jean-Jacques Hiblot

    Jean-Jacques Hiblot
     
  • Add Support for UFS Host Controller Interface (UFSHCI) for communicating
    with Universal Flash Storage (UFS) devices. The steps to initialize the
    host controller interface are the following:

    - Initiate the Host Controller Initialization process by writing to the
    Host controller enable register.
    - Configure the Host Controller base address registers by allocating a
    host memory space and related data structures.
    - Unipro link startup procedure
    - Check for connected device
    - Configure UFS host controller to process requests

    Also register this host controller as a SCSI host controller.

    Taken from Linux Kernel v5.2 (drivers/scsi/ufs/ufshcd.c) and ported to
    U-boot.

    Signed-off-by: Faiz Abbas

    Faiz Abbas
     

18 Oct, 2019

1 commit


17 Oct, 2019

1 commit


08 Oct, 2019

4 commits


07 Oct, 2019

1 commit


05 Oct, 2019

1 commit


13 Sep, 2019

1 commit


27 Aug, 2019

1 commit


12 Aug, 2019

2 commits


08 Aug, 2019

1 commit


31 Jul, 2019

1 commit


29 Jul, 2019

1 commit