• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/common


Commit MetaInfo

Revision2efe59329e3d8e0f3ede6f1b00ddb6b8c3d0456b (tree)
Time2012-04-17 05:51:38
AuthorChristopher-Eyk Hrabia <c.hrabia@gmai...>
CommiterStefan Seidel

Log Message

add forced improved Power Management for PCIe devices since no problems were reported in the LKML, problem is apparently fixed in later kernel versions

Change Summary

Incremental Difference

--- a/generic_x86/BoardConfig.mk
+++ b/generic_x86/BoardConfig.mk
@@ -57,7 +57,7 @@ BOARD_EGL_CFG ?= device/common/gpu/egl_mesa.cfg
5757 endif
5858 endif
5959
60-BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT) acpi_sleep=s3_bios,s3_mode $(if $(BOARD_GPU_DRIVERS),,video=-16)
60+BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT) acpi_sleep=s3_bios,s3_mode pcie_aspm=force $(if $(BOARD_GPU_DRIVERS),,video=-16)
6161
6262 # Enable dex-preoptimization to speed up the first boot sequence
6363 # of an SDK AVD. Note that this operation only works on Linux for now