Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
grub
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • rahulkrishnan
  • grub
  • Repository

Switch branch/tag
  • grub
  • grub-core
  • mmap
  • efi
  • mmap.c
Find file
BlameHistoryPermalink
  • Robert Elliott's avatar
    Translate UEFI persistent memory type · 76ce1de7
    Robert Elliott authored Dec 03, 2015
    Define
    * GRUB_EFI_PERSISTENT_MEMORY (UEFI memory map type 14) per UEFI 2.5
    * GRUB_MEMORY_PERSISTENT (E820 type 7) per ACPI 3.0
    * GRUB_MEMORY_PERSISTENT_LEGACY (E820 unofficial type 12) per ACPI 3.0
    
    and translate GRUB_EFI_PERSISTENT_MEMORY to GRUB_MEMORY_PERSISTENT in
    grub_efi_mmap_iterate().
    
    Includes
    * adding the E820 names to lsmmap
    * handling the E820 types in make_efi_memtype()
    Suggested-by: 's avatarVladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>
    Suggested-by: 's avatarAndrei Borzenkov <arvidjaar@gmail.com>
    76ce1de7
mmap.c 8.28 KB
EditWeb IDE

Replace mmap.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.