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

update the sbl_cd build in device-intel-build repo #213

Merged

Commits on Oct 11, 2024

  1. add the crash dump for sbl build in intel build core

    Test Done:
    1. android boot
    2. crashdump function works
    
    Tracked-On: OAM-126307
    Signed-off-by: Bo He <[email protected]>
    Signed-off-by: Haoyu Tang <[email protected]>
    bhe4 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e0e6915 View commit details
    Browse the repository at this point in the history
  2. put the sbss.pae section at the begin

    the purpose is due to directory in the pae.c require 2M alignment,
    it will cuase a memory hole, put it at the begin to save the memory.
    
    Test Done:
    1. android boot
    2. crashdump function works
    
    Tracked-On: OAM-126307
    Signed-off-by: Bo He <[email protected]>
    bhe4 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1147737 View commit details
    Browse the repository at this point in the history