13 Jan, 2021

2 commits

  • Add COMMON_ENV(kernel_addr_r, fdt_addr_r and so on)
    to fix a bug that faild to boot to ubuntu, failed
    log as follows,
    ## Executing script at 80000000
    load - load binary file from a filesystemUsage:
    load [ [ [ [bytes [pos]]]]]
    - Load binary file filename from partition part on device
    type interface instance dev to address addr in memory.
    bytes gives the size to load in bytes.
    If bytes is 0 or omitted, the file is read until the end.
    pos gives the file byte position to start reading from.
    If pos is 0 or omitted, the file is read from the start.
    ...
    Bad Linux ARM64 Image magic!
    SCRIPT FAILED: continuing...

    Signed-off-by: Biwen Li

    Biwen Li
     
  • Program GIC LPI configuration table:

    1. Redistributor PROCBASER configuration table (which is common for all
    redistributors)

    2. Redistributor pending table (PENDBASER), for all the available
    redistributors.

    3.Reserve DDR memory region used for GIC LPI configuration table.

    Signed-off-by: Nikhil Gupta

    Nikhil Gupta
     

10 Dec, 2020

2 commits


19 Nov, 2020

2 commits


09 Nov, 2020

6 commits


05 Nov, 2020

3 commits


03 Nov, 2020

3 commits


29 Oct, 2020

19 commits


19 Oct, 2020

3 commits