protectcli/vault_bsw: Drop USB power control bits in GNVS
There is no platform-level implementation for USB port power management in various sleepstates. This mainboard never evaluates the set GNVS variables S3U0, S3U1, S5U0 and S5U1 in ASL or in its SMI handlers. Change-Id: Ic7af2d608d95c6691f31ef1b8af72f96da20787c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74859 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
167ccc7e65
commit
72e63d5e9c
|
@ -1,15 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include <acpi/acpi_gnvs.h>
|
#include <acpi/acpi.h>
|
||||||
#include <soc/acpi.h>
|
|
||||||
#include <soc/nvs.h>
|
|
||||||
|
|
||||||
void mainboard_fill_gnvs(struct global_nvs *gnvs)
|
|
||||||
{
|
|
||||||
/* Enable USB ports in S3 */
|
|
||||||
gnvs->s3u0 = 1;
|
|
||||||
gnvs->s3u1 = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void mainboard_fill_fadt(acpi_fadt_t *fadt)
|
void mainboard_fill_fadt(acpi_fadt_t *fadt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue