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

Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE #822

Merged
merged 3 commits into from
Oct 31, 2023

Commits on Oct 23, 2023

  1. aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE

    The Cortex-A53 ports are generic and can be used as a starting point
    for other Armv8-A application processors. Therefore, rename
    `ARM_CA53_64_BIT` to `Arm_AARCH64` and `ARM_CA53_64_BIT_SRE` to
    `Arm_AARCH64_SRE`.
    
    With this renaming, existing projects that use old port, should
    migrate to renamed port as follows:
    
    * `ARM_CA53_64_BIT` -> `Arm_AARCH64`
    * `ARM_CA53_64_BIT_SRE` -> `Arm_AARCH64_SRE`
    
    Signed-off-by: Devaraj Ranganna <[email protected]>
    urutva committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    54b3b75 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    23544b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf3687 View commit details
    Browse the repository at this point in the history