Messages in this thread |  | | From | Stephen Boyd <> | Subject | [PATCH v2 0/2] firmware: coreboot: Fix probe and simplify code | Date | Wed, 8 Aug 2018 10:24:12 -0700 |
| |
The first patch is a trimmed down version of patch#1 that leaves the of_iomap() in place and just fixes the real problem of probe not working on DT based platforms. The second patch collapses everything into the core file to hopefully simplify code at the expense of mildly changing the behavior on DT based platforms.
Stephen Boyd (2): firmware: coreboot: Let OF core populate platform device firmware: coreboot: Collapse platform drivers into bus core
drivers/firmware/google/Kconfig | 28 +++--- drivers/firmware/google/Makefile | 2 - drivers/firmware/google/coreboot_table-acpi.c | 88 ----------------- drivers/firmware/google/coreboot_table-of.c | 82 ---------------- drivers/firmware/google/coreboot_table.c | 96 ++++++++++++++++--- drivers/firmware/google/coreboot_table.h | 6 -- 6 files changed, 96 insertions(+), 206 deletions(-) delete mode 100644 drivers/firmware/google/coreboot_table-acpi.c delete mode 100644 drivers/firmware/google/coreboot_table-of.c
-- Sent by a computer through tubes
|  |