11 Dec, 2018

1 commit


07 Dec, 2018

1 commit

  • TFABOOT support includes:
    - ls1012ardb_tfa_defconfig to be loaded by trusted firmware
    - environment address and size changes for TFABOOT
    - define BOOTCOMMAND for TFABOOT
    - enable PFE validation for secure boot

    Signed-off-by: Rajesh Bhagat
    Signed-off-by: Vinitha V Pillai
    Signed-off-by: Pankit Garg
    Reviewed-by: York Sun

    Rajesh Bhagat
     

08 Aug, 2018

1 commit


09 Jun, 2018

1 commit


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

23 Mar, 2018

2 commits


16 Jan, 2018

1 commit


15 Dec, 2017

3 commits


11 Sep, 2017

1 commit

  • CoreLink Cache Coherent Interconnect (CCI) provides full cache
    coherency between two clusters of multi-core CPUs and I/O coherency
    for devices and I/O masters.

    This patch add new config option SYS_FSL_HAS_CCI400 and moves
    existing register space definaton of CCI-400 bus to fsl_immap to be
    shared. CONFIG_SYS_CCI400_ADDR is replaced with SYS_CCI400_OFFSET
    in Kconfig.

    Signed-off-by: Ashish Kumar
    Signed-off-by: Prabhakar Kushwaha
    [YS: revised commit message, squashed patches for armv8 and armv7]
    Reviewed-by: York Sun

    Ashish Kumar
     

18 Apr, 2017

1 commit


14 Mar, 2017

2 commits

  • In early MMU table, DDR has to be mapped as device memory to avoid
    speculative access. After DDR is initialized, it needs to be updated
    to normal memory to allow code execution. To simplify the code,
    dram_init() is moved into a common file as a weak function.

    Signed-off-by: York Sun

    York Sun
     
  • For ARMv8 Layerscape SoCs, secure memory and MC memorey are reserved
    at the end of DDR. DDR is spit into two or three banks. This patch
    reverts commit aabd7ddb and simplifies the calculation of reserved
    memory, and moves the code into common SoC file. Secure memory is
    carved out first. DDR bank size is reduced. Reserved memory is then
    allocated on the top of available memory. U-Boot still has access
    to reserved memory as data transferring is needed. Device tree is
    fixed with reduced memory size to hide the reserved memory from OS.
    The same region is reserved for efi_loader.

    Signed-off-by: York Sun

    York Sun
     

04 Feb, 2017

2 commits


24 Jan, 2017

1 commit


19 Jan, 2017

1 commit

  • On LS1012ARDB board, three dual 1:4 mux/demux devices drive the SDHC2
    signals to eMMC, SDIO wifi, SPI and Ardiuno shield. Only when we select
    eMMC and SDIO wifi, the SDHC2 could be used. Otherwise, the command
    inhibit bits of eSDHC2_PRSSTAT register will never release. This would
    cause below continious error messages in linux since it uses polling
    mode to detect card.
    "mmc1: Controller never released inhibit bit(s)."
    "mmc1: Controller never released inhibit bit(s)."
    "mmc1: Controller never released inhibit bit(s)."
    This patch is to define esdhc_status_fixup function for RDB to disable
    SDHC2 status if no SDIO wifi or eMMC is selected.

    Signed-off-by: Yangbo Lu
    Reviewed-by: York Sun

    Yangbo Lu
     

26 Sep, 2016

1 commit


15 Sep, 2016

3 commits


04 Jun, 2016

1 commit

  • QorIQ LS1012A Reference Design System (LS1012ARDB) is a high-performance
    development platform, with a complete debugging environment.
    The LS1012ARDB board supports the QorIQ LS1012A processor and is
    optimized to support the high-bandwidth DDR3L memory and
    a full complement of high-speed SerDes ports.

    Signed-off-by: Calvin Johnson
    Signed-off-by: Pratiyush Mohan Srivastava
    Signed-off-by: Prabhakar Kushwaha
    Reviewed-by: York Sun

    Prabhakar Kushwaha