aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/coreboot_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König1-3/+2
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner1-9/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd1-4/+62
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd1-3/+4
2018-04-23firmware: coreboot: Remove unused coreboot_table_findSamuel Holland1-43/+0
2018-04-23firmware: coreboot: Expose the coreboot table as a busSamuel Holland1-7/+114
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande1-0/+94