mb/msi: Get rid of whitespace before tab
Change-Id: I9d35bc706b0daac1e234441c86286cb2957f89ee Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26632 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
39b4707fec
commit
1d446349ae
@ -69,4 +69,4 @@ Scope(\_GPE) { /* Start Scope GPE */
|
|||||||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
}
|
}
|
||||||
} /* End Scope GPE */
|
} /* End Scope GPE */
|
||||||
|
@ -44,7 +44,7 @@ Method(\_PTS, 1) {
|
|||||||
|
|
||||||
/* On older chips, clear PciExpWakeDisEn */
|
/* On older chips, clear PciExpWakeDisEn */
|
||||||
/*if (LLessEqual(\_SB.SBRI, 0x13)) {
|
/*if (LLessEqual(\_SB.SBRI, 0x13)) {
|
||||||
* Store(0,\_SB.PWDE)
|
* Store(0,\_SB.PWDE)
|
||||||
*}
|
*}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -168,11 +168,11 @@
|
|||||||
#define BLDCFG_LVDS_POWER_ON_SEQ_BLON_TO_VARY_BL 3
|
#define BLDCFG_LVDS_POWER_ON_SEQ_BLON_TO_VARY_BL 3
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_GFXUMA)
|
#if IS_ENABLED(CONFIG_GFXUMA)
|
||||||
#define BLDCFG_UMA_ALIGNMENT UMA_4MB_ALIGNED
|
#define BLDCFG_UMA_ALIGNMENT UMA_4MB_ALIGNED
|
||||||
#define BLDCFG_UMA_ALLOCATION_MODE UMA_SPECIFIED
|
#define BLDCFG_UMA_ALLOCATION_MODE UMA_SPECIFIED
|
||||||
//#define BLDCFG_UMA_ALLOCATION_SIZE 0x1000//0x1800//0x1000 /* (1000 << 16) = 256M*/
|
//#define BLDCFG_UMA_ALLOCATION_SIZE 0x1000//0x1800//0x1000 /* (1000 << 16) = 256M*/
|
||||||
#define BLDCFG_UMA_ALLOCATION_SIZE 0x2000//512M
|
#define BLDCFG_UMA_ALLOCATION_SIZE 0x2000//512M
|
||||||
#define BLDCFG_UMA_ABOVE4G_SUPPORT FALSE
|
#define BLDCFG_UMA_ABOVE4G_SUPPORT FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BLDCFG_IOMMU_SUPPORT TRUE
|
#define BLDCFG_IOMMU_SUPPORT TRUE
|
||||||
|
Reference in New Issue
Block a user