From 6d0c7bc77a7aa7693ece6b44fc41dbae08a12881 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 21 Nov 2017 22:25:14 -0800 Subject: mb/google/poppy: Add variant support for camera asl This change adds infrastructure to allow variants to define their own camera.asl file. - Poppy and soraka use the one provided by baseboard. - Dummy file is added for nautilus since it does not have camera support enabled yet. TEST=Verified that DSDT table remains the same with and without this change. Change-Id: I0f0b489e74739aa4708283d58d8b7626b77a89a3 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/22558 Tested-by: build bot (Jenkins) Reviewed-by: shkim Reviewed-by: Aaron Durbin --- .../variants/soraka/include/variant/acpi/camera.asl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/google/poppy/variants/soraka/include/variant/acpi/camera.asl (limited to 'src/mainboard/google/poppy/variants/soraka/include') diff --git a/src/mainboard/google/poppy/variants/soraka/include/variant/acpi/camera.asl b/src/mainboard/google/poppy/variants/soraka/include/variant/acpi/camera.asl new file mode 100644 index 0000000000..45522f98c1 --- /dev/null +++ b/src/mainboard/google/poppy/variants/soraka/include/variant/acpi/camera.asl @@ -0,0 +1,16 @@ +/* + * This file is part of the coreboot project. + * + * Copyright 2017 Google Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#include -- cgit v1.2.3