Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Rizwan Qureshi, Jett Rink, Chiasheng Lee, Balaji Manigandan, Andy Yeh, Paul Fagerburg, Patrick Rudolph, Tomasz Figa, ShawnX Tu, Varshit B Pandya, Martin Roth, Chen Wisley, Justin TerAvest, Marco Chen, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45172
to look at the new patch set (#10).
Change subject: drivers/intel/mipi_camera: Add support for dynamic SSDT generation ......................................................................
drivers/intel/mipi_camera: Add support for dynamic SSDT generation
This change updates mipi_camera driver to generate SSDT dynamically based on the camera configuration returned by the mainboard. It implements a weak function get_camera_config, which is expected to be overridden by mainboard and returns a camera configuration that includes the IPU and sensors details. A board which can support multiple camera configurations can implement get_camera_config to return a camera configuration based on the value set in the SSFC of CBI EEPROM memory. Using this change multiple I2C camera combinations with different I2C address can be tested with a single image.
BUG=b:176065425 TEST:Verify the SSDT tables generated based on the value set in SSFC
Change-Id: I6a5aa6c313c026871e55bc6d067b44de4c1f1afe Signed-off-by: Shawn Tu shawnx.tu@intel.com Signed-off-by: Sugnan Prabhu S sugnan.prabhu.s@intel.com --- M src/drivers/intel/mipi_camera/Kconfig M src/drivers/intel/mipi_camera/Makefile.inc M src/drivers/intel/mipi_camera/camera.c A src/drivers/intel/mipi_camera/camera_sku.c A src/drivers/intel/mipi_camera/camera_sku.h 5 files changed, 146 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/45172/10