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

Xlnx cmake machine name change #302

Merged

Commits on Aug 14, 2024

  1. lib: xlnx: Update logic to pull in vendor-specific logic based on PRO…

    …JECT_VENDOR
    
    Simplify logic that coordinates when to pull in Xilinx-AMD BSP and setup code
    basedd on new CMake variable 'PROJECT_VENDOR'.
    
    Add PROJECT_VENDOR check in cmake/options.cmake for case where PROJECT_VENDOR
    is not defined.
    
    Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
    bentheredonethat committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    65c362b View commit details
    Browse the repository at this point in the history
  2. cmake: platforms: xlnx: Add PROJECT_VENDOR

    Add PROJECT_VENDOR to Xilinx-AMD .cmake platform files.
    
    Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
    bentheredonethat committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a03b649 View commit details
    Browse the repository at this point in the history
  3. examples: xlnx: Change machine name to be SOC agnostic

    Match examples to lib CMake machine name change
    
    Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
    bentheredonethat committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2078aa0 View commit details
    Browse the repository at this point in the history