Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xilinx a72 and a78 #252

Merged
merged 3 commits into from
Oct 17, 2023
Merged

Commits on Oct 17, 2023

  1. lib: a53: remove redundant MB and GB macros

    lib/utilities.h provided MB and GB macros so include from there
    instead of providing the definition again for a53 platforms.
    
    Signed-off-by: Ben Levinsky <[email protected]>
    bentheredonethat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ecdf507 View commit details
    Browse the repository at this point in the history
  2. lib: generic: consolidate common Xilinx code

    Move common code in Xilinx area to consolidated location to remove
    redundant code.
    
    Enable A72 and A78 build in Standalone BSP.
    
    lib: generic: Add support for a78 with System Device Tree flow
    
    System Device Tree workflow is AMD-Xilinx workflow whereby the BSP,
    libraries and applications in software are derived from a
    hardware-design. The hardware-design is used to generate a system
    device tree (SDT) that describes information for Linux and other
    processing environments.
    
    The xreg/xcpu files are not generated for SDT workflow. Because of
    this do not include if SDT symbol is present in BSP.
    
    Signed-off-by: Ben Levinsky <[email protected]>
    bentheredonethat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ad53637 View commit details
    Browse the repository at this point in the history
  3. lib: freertos: consolidate common Xilinx code

    Move common code in Xilinx area to consolidated location to remove
    redundant code.
    
    Enable A72 and A78 build in BSP for FreeRTOS OS.
    
    Signed-off-by: Ben Levinsky <[email protected]>
    bentheredonethat committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    96d2bb8 View commit details
    Browse the repository at this point in the history