summaryrefslogtreecommitdiff
path: root/drivers/firmware/google/Makefile
diff options
context:
space:
mode:
authorThierry Escande <thierry.escande@collabora.com>2017-03-28 19:11:29 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-08 19:05:36 +0300
commita1d6f9cfc7c6f55ae65430c2fd0eb2bae69dc246 (patch)
tree9643a350048611b2f6bef0a9646535f90d768a9b /drivers/firmware/google/Makefile
parent88cfb1eefca9a403a76dc3e151adb7565b10e77d (diff)
downloadlinux-a1d6f9cfc7c6f55ae65430c2fd0eb2bae69dc246.tar.xz
firmware: google memconsole: Add ARM/ARM64 support
This patch expands the Google firmware memory console driver to also work on certain tree based platforms running coreboot, such as ARM/ARM64 Chromebooks. This patch now adds another path to find the coreboot table through the device tree. In order to find that, a second level bootloader must have installed the 'coreboot' compatible device tree node that describes its base address and size. This patch is a rework/split/merge of patches from the chromeos v4.4 kernel tree originally authored by: Wei-Ning Huang <wnhuang@chromium.org> Julius Werner <jwerner@chromium.org> Brian Norris <briannorris@chromium.org> Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/firmware/google/Makefile')
-rw-r--r--drivers/firmware/google/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/google/Makefile b/drivers/firmware/google/Makefile
index 662a83edb03c..bb952c686d3b 100644
--- a/drivers/firmware/google/Makefile
+++ b/drivers/firmware/google/Makefile
@@ -2,6 +2,7 @@
obj-$(CONFIG_GOOGLE_SMI) += gsmi.o
obj-$(CONFIG_GOOGLE_COREBOOT_TABLE) += coreboot_table.o
obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_ACPI) += coreboot_table-acpi.o
+obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_OF) += coreboot_table-of.o
obj-$(CONFIG_GOOGLE_MEMCONSOLE) += memconsole.o
obj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT) += memconsole-coreboot.o
obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o