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

MdePkg: Add CUSTOM_STACK_CHECK_LIB Macro #6201

Merged
merged 2 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. MdePkg: MdeLibs.dsc.inc: Introduce CUSTOM_STACK_CHECK_LIB Macro

    In order to support a platform overriding StackCheckLibNull
    provided by MdeLibs.dsc.inc, the CUSTOM_STACK_CHECK_LIB macro
    is introduced. If this macro is defined, MdeLibs.dsc.inc will
    not link StackCheckLibNull and it is expected that the platform
    will link the version(s) of StackCheckLib that it requires.
    
    The StackCheckLib README is also updated in this patch to
    document the new macro and provide additional information.
    
    Signed-off-by: Oliver Smith-Denny <[email protected]>
    os-d committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4a0623c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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