Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • edk2-test-parser edk2-test-parser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SystemReadySystemReady
  • edk2-test-parseredk2-test-parser
  • Repository
Switch branch/tag
  • edk2-test-parser
  • parser.py
Find file BlameHistoryPermalink
  • Vincent Stehlé's avatar
    parser.py: rework ekl parsing · f88b3ceb
    Vincent Stehlé authored Mar 11, 2021
    
    
    Currently we are dropping the end of the device path in the ekl when it
    contains `|' characters, as in sample.elk for example. Rework the ekl
    parsing to fix this.
    
      Before: `Acpi(PNP0A08,0)/Pci(0'
       After: `Acpi(PNP0A08,0)/Pci(0|0)/Pci(0|0)'
    
    Signed-off-by: Vincent Stehlé's avatarVincent Stehlé <vincent.stehle@arm.com>
    f88b3ceb