0004-HACK-Disable-coreboot-related-BL31-features.patch 990 B

1234567891011121314151617181920212223242526272829
  1. From dc26dbf34b7d81aeccc74780582f583c4dcf750d Mon Sep 17 00:00:00 2001
  2. From: Alper Nebi Yasak <alpernebiyasak@gmail.com>
  3. Date: Thu, 22 Jun 2023 16:44:27 +0300
  4. Subject: [PATCH 04/18] HACK: Disable coreboot related BL31 features
  5. I don't know why, but removing this BL31 make argument lets gru-kevin
  6. power off properly when shut down from Linux. Needs investigation.
  7. ---
  8. src/arch/arm64/Makefile.mk | 3 ---
  9. 1 file changed, 3 deletions(-)
  10. diff --git a/src/arch/arm64/Makefile.mk b/src/arch/arm64/Makefile.mk
  11. index cb43897efd..a9e5ff399a 100644
  12. --- a/src/arch/arm64/Makefile.mk
  13. +++ b/src/arch/arm64/Makefile.mk
  14. @@ -173,9 +173,6 @@ BL31_MAKEARGS += LOG_LEVEL=40
  15. # Always enable crash reporting, even on a release build
  16. BL31_MAKEARGS += CRASH_REPORTING=1
  17. -# Enable coreboot-specific features like CBMEM console support
  18. -BL31_MAKEARGS += COREBOOT=1
  19. -
  20. # Avoid build/release|build/debug distinction by overriding BUILD_PLAT directly
  21. BL31_MAKEARGS += BUILD_PLAT="$(BL31_BUILD)"
  22. --
  23. 2.39.5