Daniel Kang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI
Camera ACPI had an incorrect board config flag for TGL-UP4.
BUG=None BRANCH=None TEST=Build and boot TGLRVP-UP3 or UP4. Start camera app and able to capture images.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ided0e146a9240169d3f1f27a86218ac1a942b899 Signed-off-by: Daniel Kang daniel.h.kang@intel.com --- M src/mainboard/intel/tglrvp/acpi/mipi_camera.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/39682/1
diff --git a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl index 9cb8817..f90139d 100644 --- a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl +++ b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl @@ -390,7 +390,7 @@ CTXS(GPP_H12)
/* Pull PWREN high */ -#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY +#if CONFIG_BOARD_INTEL_TGLRVP_UP4 STXS(GPP_E22) #else STXS(GPP_R6) @@ -416,7 +416,7 @@ CTXS(GPP_H12)
/* Pull PWREN low */ -#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY +#if CONFIG_BOARD_INTEL_TGLRVP_UP4 CTXS(GPP_E22) #else CTXS(GPP_R6)
Daniel Kang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
Patch Set 1: Code-Review+1
Hello build bot (Jenkins), Patrick Georgi, Wonkyu Kim,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39682
to look at the new patch set (#2).
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI
Camera ACPI had an incorrect board config flag for TGL-UP4.
BUG=None BRANCH=None TEST=Build and boot TGLRVP-UP3 or UP4. Start camera app and able to capture images.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ided0e146a9240169d3f1f27a86218ac1a942b899 --- M src/mainboard/intel/tglrvp/acpi/mipi_camera.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/39682/2
Wonkyu Kim has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
Patch Set 2: Code-Review+2
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
Patch Set 2: Code-Review+1
Hello Shaunak Saha, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Wonkyu Kim, Caveh Jalali, Nick Vaccaro, Srinidhi N Kaushik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39682
to look at the new patch set (#3).
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI
Camera ACPI had an incorrect board config flag for TGL-UP4.
BUG=None BRANCH=None TEST=Build and boot TGLRVP-UP3 or UP4. Start camera app and able to capture images.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ided0e146a9240169d3f1f27a86218ac1a942b899 Signed-off-by: Daniel Kang daniel.h.kang@intel.com --- M src/mainboard/intel/tglrvp/acpi/mipi_camera.asl 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/39682/3
Daniel Kang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
Patch Set 3: Code-Review+1
Wonkyu Kim has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39682 )
Change subject: src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI ......................................................................
src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI
Camera ACPI had an incorrect board config flag for TGL-UP4.
BUG=None BRANCH=None TEST=Build and boot TGLRVP-UP3 or UP4. Start camera app and able to capture images.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ided0e146a9240169d3f1f27a86218ac1a942b899 Signed-off-by: Daniel Kang daniel.h.kang@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39682 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Wonkyu Kim wonkyu.kim@intel.com --- M src/mainboard/intel/tglrvp/acpi/mipi_camera.asl 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Wonkyu Kim: Looks good to me, approved Daniel Kang: Looks good to me, but someone else must approve
diff --git a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl index 9cb8817..de26fd9 100644 --- a/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl +++ b/src/mainboard/intel/tglrvp/acpi/mipi_camera.asl @@ -390,10 +390,10 @@ CTXS(GPP_H12)
/* Pull PWREN high */ -#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY - STXS(GPP_E22) +#if CONFIG(BOARD_INTEL_TGLRVP_UP4) + STXS(GPP_E22) #else - STXS(GPP_R6) + STXS(GPP_R6) #endif Sleep(2) /* reset pulse width */
@@ -416,8 +416,8 @@ CTXS(GPP_H12)
/* Pull PWREN low */ -#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY - CTXS(GPP_E22) +#if CONFIG(BOARD_INTEL_TGLRVP_UP4) + CTXS(GPP_E22) #else CTXS(GPP_R6) #endif