summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/coreboot_table.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2023-01-131-2/+7
* Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman2022-11-211-8/+29
|\
| * firmware: coreboot: Register bus in module initBrian Norris2022-11-101-8/+29
* | firmware: google: Implement cbmem in sysfs driverJack Rosenthal2022-11-101-1/+10
|/
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König2021-02-091-3/+2
* firmware: google: Release devices before unregistering the busPatrick Rudolph2020-01-141-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner2019-06-051-9/+1
* firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd2018-09-141-38/+29
* firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd2018-09-141-21/+19
* firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd2018-09-141-4/+62
* firmware: coreboot: Make bus registration symmetricStephen Boyd2018-09-141-6/+8
* firmware: coreboot: Unmap ioregion after device populationStephen Boyd2018-09-141-3/+4
* firmware: coreboot: Remove unused coreboot_table_findSamuel Holland2018-04-231-43/+0
* firmware: coreboot: Expose the coreboot table as a busSamuel Holland2018-04-231-7/+114
* firmware: google memconsole: Add coreboot supportThierry Escande2017-04-081-0/+94