aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/memconsole-coreboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner1-9/+1
2019-05-24firmware: google: coreboot: Drop unnecessary headersStephen Boyd1-0/+1
2019-05-24firmware: google: memconsole: Drop __iomem on memremap memoryStephen Boyd1-2/+2
2019-05-24firmware: google: memconsole: Use devm_memremap()Stephen Boyd1-6/+3
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd1-13/+1
2018-04-23firmware: memconsole: Probe via coreboot busSamuel Holland1-32/+17
2017-05-25firmware: google: memconsole: Prevent overrun attack on coreboot consoleJulius Werner1-3/+6
2017-05-18firmware: google: memconsole: Adapt to new coreboot ring buffer formatJulius Werner1-8/+39
2017-05-18firmware: google: memconsole: Make memconsole interface more flexibleJulius Werner1-3/+9
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_init()Wei Yongjun1-2/+2
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande1-0/+109