index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
google
Commit message (
Expand
)
Author
Age
Files
Lines
*
gsmi: Add GSMI commands to log S0ix info
Furquan Shaikh
2018-10-15
1
-1
/
+92
*
gsmi: Remove autoselected dependency on EFI and EFI_VARS
Duncan Laurie
2018-10-15
2
-7
/
+15
*
gsmi: Add coreboot to list of matching BIOS vendors
Duncan Laurie
2018-10-15
1
-0
/
+6
*
gsmi: Fix bug in append_to_eventlog sysfs handler
Duncan Laurie
2018-10-15
1
-3
/
+2
*
firmware: vpd: fix spelling mistake "partion" -> "partition"
Colin Ian King
2018-09-25
1
-1
/
+1
*
firmware: coreboot: Only populate devices in coreboot_table_init()
Stephen Boyd
2018-09-14
1
-38
/
+29
*
firmware: coreboot: Remap RAM with memremap() instead of ioremap()
Stephen Boyd
2018-09-14
1
-21
/
+19
*
firmware: coreboot: Collapse platform drivers into bus core
Stephen Boyd
2018-09-14
6
-176
/
+72
*
firmware: coreboot: Make bus registration symmetric
Stephen Boyd
2018-09-14
1
-6
/
+8
*
firmware: coreboot: Unmap ioregion after device population
Stephen Boyd
2018-09-14
1
-3
/
+4
*
firmware: coreboot: Let OF core populate platform device
Stephen Boyd
2018-09-14
1
-25
/
+3
*
firmware: google: make structure gsmi_dev static
Colin Ian King
2018-09-14
1
-1
/
+1
*
firmware: vpd: Fix section enabled flag on vpd_section_destroy
Anton Vasilyev
2018-08-02
1
-1
/
+4
*
firmware: coreboot: Add coreboot framebuffer driver
Samuel Holland
2018-04-23
4
-0
/
+146
*
firmware: coreboot: Remove unused coreboot_table_find
Samuel Holland
2018-04-23
2
-46
/
+0
*
firmware: vpd: Probe via coreboot bus
Samuel Holland
2018-04-23
1
-31
/
+12
*
firmware: memconsole: Probe via coreboot bus
Samuel Holland
2018-04-23
1
-32
/
+17
*
firmware: coreboot: Expose the coreboot table as a bus
Samuel Holland
2018-04-23
4
-18
/
+156
*
firmware: vpd: Fix platform driver and device registration/unregistration
Guenter Roeck
2017-11-28
1
-5
/
+13
*
firmware: vpd: Tie firmware kobject to device lifetime
Guenter Roeck
2017-11-28
1
-6
/
+13
*
firmware: vpd: Destroy vpd sections in remove function
Guenter Roeck
2017-11-28
1
-2
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-09-14
2
-2
/
+2
*
firmware: vpd: use memunmap instead of iounmap
Pan Bian
2017-08-28
1
-5
/
+5
*
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
2017-06-12
1
-4
/
+4
|
\
|
*
firmware: vpd: do not leak kobjects
Dmitry Torokhov
2017-05-25
1
-2
/
+2
|
*
firmware: vpd: avoid potential use-after-free when destroying section
Dmitry Torokhov
2017-05-25
1
-1
/
+1
|
*
firmware: vpd: do not leave freed section attributes to the list
Dmitry Torokhov
2017-05-25
1
-1
/
+1
*
|
Revert "firmware: vpd: remove platform driver"
Dmitry Torokhov
2017-05-27
1
-16
/
+28
*
|
firmware: vpd: remove platform driver
Dmitry Torokhov
2017-05-25
1
-28
/
+16
*
|
firmware: vpd: do not clear statically allocated data
Dmitry Torokhov
2017-05-25
1
-3
/
+0
*
|
firmware: vpd: use kasprintf() when forming name of 'raw' attribute
Dmitry Torokhov
2017-05-25
1
-16
/
+15
*
|
firmware: vpd: use kdtrndup when copying section key
Dmitry Torokhov
2017-05-25
1
-3
/
+2
*
|
firmware: google: memconsole: Prevent overrun attack on coreboot console
Julius Werner
2017-05-25
1
-3
/
+6
*
|
Merge 4.12-rc2 into char-misc-next
Greg Kroah-Hartman
2017-05-22
1
-6
/
+15
|
\
\
|
|
/
|
*
firmware: Google VPD: Fix memory allocation error handling
Christophe JAILLET
2017-05-18
1
-6
/
+15
*
|
firmware: google: memconsole: Adapt to new coreboot ring buffer format
Julius Werner
2017-05-18
1
-8
/
+39
*
|
firmware: google: memconsole: Make memconsole interface more flexible
Julius Werner
2017-05-18
4
-17
/
+34
|
/
*
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-04
13
-141
/
+1191
|
\
|
*
firmware: google memconsole: Fix return value check in platform_memconsole_in...
Wei Yongjun
2017-04-26
1
-2
/
+2
|
*
firmware: Google VPD: Fix return value check in vpd_platform_init()
Wei Yongjun
2017-04-26
1
-2
/
+2
|
*
firmware: Google VPD sysfs driver
Wei-Ning Huang
2017-04-18
3
-0
/
+342
|
*
firmware: Google VPD: import lib_vpd source files
Wei-Ning Huang
2017-04-18
2
-0
/
+157
|
*
firmware: google memconsole: Add ARM/ARM64 support
Thierry Escande
2017-04-08
3
-3
/
+95
|
*
firmware: google memconsole: Add coreboot support
Thierry Escande
2017-04-08
6
-1
/
+368
|
*
firmware: google memconsole: Move specific EBDA parts
Thierry Escande
2017-04-08
5
-135
/
+229
|
*
firmware: google memconsole: Remove useless submenu in Kconfig
Thierry Escande
2017-04-08
1
-4
/
+3
|
/
*
firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...
Markus Elfring
2016-09-09
1
-2
/
+1
*
firmware: google memconsole driver fixes
Michel Lespinasse
2014-02-15
1
-21
/
+26
*
firmware: fix google/gsmi duplicate efivars_sysfs_init()
Michel Lespinasse
2014-02-15
1
-7
/
+0
[next]