-
- Downloads
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>
Showing
- drivers/firmware/google/coreboot_table-acpi.c 1 addition, 1 deletiondrivers/firmware/google/coreboot_table-acpi.c
- drivers/firmware/google/coreboot_table-of.c 1 addition, 1 deletiondrivers/firmware/google/coreboot_table-of.c
- drivers/firmware/google/coreboot_table.c 114 additions, 7 deletionsdrivers/firmware/google/coreboot_table.c
- drivers/firmware/google/coreboot_table.h 40 additions, 9 deletionsdrivers/firmware/google/coreboot_table.h
Please register or sign in to comment