Skip to content
  1. Nov 07, 2023
  2. Oct 11, 2023
  3. Sep 28, 2023
  4. Sep 27, 2023
  5. Jun 23, 2023
  6. Jun 15, 2023
    • Vivek Kumar Gautam's avatar
      HACK: configs/rdn2*: add workaround for ArmVirtPkg memory protection policy · 206679cb
      Vivek Kumar Gautam authored and Tony Nadackal's avatar Tony Nadackal committed
      
      
      A recent edk2 patch updated the memory protection policy for ArmVirtPkg:
      ("2997ae3873 ArmVirtPkg: make EFI_LOADER_DATA non-executable")
      This removed the execute permissions from EFI_LOADER_DATA allocations by
      updating the PCD PcdDxeNxMemoryProtectionPolicy from 0xC000000000007FD1
      to 0xC000000000007FD5.
      
      This change corresponds to the following change on grub:
      ("f82633068 efi: change heap allocation type to GRUB_EFI_LOADER_CODE")
      
      Few distributions however may not have pulled in above mentioned grub
      change and so booting these distros on platforms such as ArmVirtKvmTool
      with uefi firmware that has non-executable EFI_LOADER_DATA change result
      in asynchronous instruction aborts.
      Add a workaround to build ArmVirtKvmTool platform by forcefully setting
      PcdDxeNxMemoryProtectionPolicy to 0xC000000000007FD1.
      
      Signed-off-by: Vivek Kumar Gautam's avatarVivek Gautam <vivek.gautam@arm.com>
      Change-Id: I2521fe42ce7e7f789c66ddac103b07d37ca6577d
      206679cb
  7. Jun 14, 2023
  8. Mar 30, 2023
  9. Mar 28, 2023
  10. Mar 17, 2023
  11. Mar 16, 2023
  12. Mar 14, 2023
  13. Feb 13, 2023
  14. Dec 22, 2022
  15. Dec 21, 2022
  16. Dec 05, 2022
Loading