Add cros_camera_info struct for camera information, and check_cros_camera_info() for checking the magic, CRC and version. BUG=b:144820097 TEST=emerge-kukui coreboot BRANCH=kukui Change-Id: I1215fec76643b0cf7e09433e1190e8bd387e6953 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46042 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
config CHROMEOS_CAMERA
|
|
bool
|
|
default n
|
|
help
|
|
Camera with identifiers following Chrome OS Camera Info. The info is
|
|
usually available on MIPI camera EEPROM for identifying correct
|
|
drivers and config.
|