File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,4 +131,5 @@ static struct coreboot_driver cbmem_entry_driver = {
131131module_coreboot_driver (cbmem_entry_driver );
132132
133133MODULE_AUTHOR ("Jack Rosenthal <jrosenth@chromium.org>" );
134+ MODULE_DESCRIPTION ("Driver for exporting CBMEM entries in sysfs" );
134135MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -255,4 +255,5 @@ module_init(coreboot_table_driver_init);
255255module_exit (coreboot_table_driver_exit );
256256
257257MODULE_AUTHOR ("Google, Inc." );
258+ MODULE_DESCRIPTION ("Module providing coreboot table access" );
258259MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -97,4 +97,5 @@ static struct coreboot_driver framebuffer_driver = {
9797module_coreboot_driver (framebuffer_driver );
9898
9999MODULE_AUTHOR ("Samuel Holland <samuel@sholland.org>" );
100+ MODULE_DESCRIPTION ("Memory based framebuffer accessed through coreboot table" );
100101MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -1090,4 +1090,5 @@ module_init(gsmi_init);
10901090module_exit (gsmi_exit );
10911091
10921092MODULE_AUTHOR ("Google, Inc." );
1093+ MODULE_DESCRIPTION ("EFI SMI interface for Google platforms" );
10931094MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -113,4 +113,5 @@ static struct coreboot_driver memconsole_driver = {
113113module_coreboot_driver (memconsole_driver );
114114
115115MODULE_AUTHOR ("Google, Inc." );
116+ MODULE_DESCRIPTION ("Memory based BIOS console accessed through coreboot table" );
116117MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -154,4 +154,5 @@ module_init(memconsole_x86_init);
154154module_exit (memconsole_x86_exit );
155155
156156MODULE_AUTHOR ("Google, Inc." );
157+ MODULE_DESCRIPTION ("EBDA specific parts of the memory based BIOS console." );
157158MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -50,4 +50,5 @@ void memconsole_exit(void)
5050EXPORT_SYMBOL (memconsole_exit );
5151
5252MODULE_AUTHOR ("Google, Inc." );
53+ MODULE_DESCRIPTION ("Architecture-independent parts of the memory based BIOS console" );
5354MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -323,4 +323,5 @@ static struct coreboot_driver vpd_driver = {
323323module_coreboot_driver (vpd_driver );
324324
325325MODULE_AUTHOR ("Google, Inc." );
326+ MODULE_DESCRIPTION ("Driver for exporting Vital Product Data content to sysfs" );
326327MODULE_LICENSE ("GPL" );
You can’t perform that action at this time.
0 commit comments