]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: coreboot: Expose the coreboot table as a bus
authorSamuel Holland <samuel@sholland.org>
Thu, 25 Jan 2018 01:41:16 +0000 (19:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:37:19 +0000 (13:37 +0200)
commit2af3a66afcd8916b6c48a55a9b89b44d6df94ee0
tree9e8e9f725ffe0d55420ffa7f52ec5fe682c841f3
parent22c7afb8d807f50413d0383330bf4e93eda5d43c
firmware: coreboot: Expose the coreboot table as a bus

This simplifies creating device drivers for hardware or information
described in the coreboot table. It also avoids needing to search
through the table every time a driver is loaded.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/coreboot_table-acpi.c
drivers/firmware/google/coreboot_table-of.c
drivers/firmware/google/coreboot_table.c
drivers/firmware/google/coreboot_table.h