index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
smmstore: Verify userspace-provided pointer to protect SMM
Patrick Rudolph
2020-06-17
1
-2
/
+10
*
Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards
Martin Roth
2020-06-15
1
-3
/
+15
*
drivers/intel/fsp2_0: Add FSP 2.2 specific support
Subrata Banik
2020-06-14
8
-14
/
+160
*
dptf: Introduce new paradigm for configuring DPTF parameters
Tim Wawrzynczak
2020-06-14
4
-0
/
+73
*
drivers/intel/fsp2_0: Allow SoC/mainboard to update NvsBufferPtr
Furquan Shaikh
2020-06-10
1
-9
/
+10
*
binaryPI: Replace CONFIG(ARCH_xx) test
Kyösti Mälkki
2020-06-10
1
-4
/
+1
*
spi: Remove non_volatile flag from block protection interface
Daniel Gröber
2020-06-08
3
-6
/
+3
*
drivers/mrc_cache: generate debug messages for MRC cache update
Jonathan Zhang
2020-06-07
1
-2
/
+6
*
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-06
2
-10
/
+2
*
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-06
2
-2
/
+0
*
src: Remove unused '#include <cpu/x86/smm.h>'
Elyes HAOUAS
2020-06-06
4
-4
/
+0
*
drivers/uart/acpi: Add new device driver for UART attached devices
Duncan Laurie
2020-06-04
4
-0
/
+225
*
drivers/generic/max98357a: Don't write device if HID is missing
Raul E Rangel
2020-06-03
1
-4
/
+4
*
arch/x86/postcar_loader: utilize var_mtrr_context API
Aaron Durbin
2020-06-02
1
-1
/
+1
*
src: Remove unused '#include <cbfs.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove redundant includes
Elyes HAOUAS
2020-06-02
4
-4
/
+0
*
src: Remove unused 'include <bootstate.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove unused '#include <timer.h>'
Elyes HAOUAS
2020-06-02
2
-2
/
+0
*
drivers/vpd: add VPD region VPD_RW_THEN_RO
Jonathan Zhang
2020-06-02
2
-5
/
+10
*
drivers/vpd: rename VPD_ANY to VPD_RO_THEN_RW
Jonathan Zhang
2020-06-02
1
-1
/
+1
*
soc/intel/tigerlake: Implement soc_get_pmc_mux_device()
Tim Wawrzynczak
2020-05-28
1
-0
/
+2
*
drivers/intel/fsp2_0: add option to compress FSP-M in cbfs
Aaron Durbin
2020-05-28
5
-66
/
+91
*
drivers/intel/fsp2_0: add option to compress FSP-S in cbfs
Aaron Durbin
2020-05-28
5
-39
/
+118
*
drivers/vpd: Fix VPD speed regressions on non-x86 devices
Julius Werner
2020-05-28
5
-197
/
+133
*
drivers/smmstore/Kconfig: Add a proper dependency
Arthur Heymans
2020-05-28
1
-1
/
+1
*
drivers/intel/gma: Move IGD OpRegion to CBMEM
Nico Huber
2020-05-27
2
-17
/
+21
*
drivers/intel/pmc_mux/con: Add new PMC MUX & CON chip drivers
Tim Wawrzynczak
2020-05-26
7
-0
/
+170
*
drivers/intel/fsp2_0: print soc specific GUID extension hobs
Jonathan Zhang
2020-05-26
1
-0
/
+3
*
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-26
1
-1
/
+1
*
drivers/intel/fsp2_0: Remove unused 'include <memrange.h>'
Elyes HAOUAS
2020-05-26
1
-1
/
+0
*
drivers: Use SPDX identifiers
Jacob Garber
2020-05-25
8
-27
/
+15
*
drivers/soundwire/alc5682: Support Realtek ALC5682 SoundWire device
Duncan Laurie
2020-05-22
4
-0
/
+193
*
drivers/soundwire/max98373: Support MAX98373 SoundWire device
Duncan Laurie
2020-05-22
4
-0
/
+179
*
drivers/intel/soundwire: Add Intel SoundWire controller driver
Duncan Laurie
2020-05-22
5
-0
/
+155
*
drivers/intel/gma: Add override for presence straps
Matt DeVillier
2020-05-20
1
-0
/
+7
*
drivers/intel/gma: License libgfxinit glue code under GPL v2
Nico Huber
2020-05-20
5
-0
/
+10
*
drivers/emulation/qemu/bochs: Rewrite driver
Patrick Rudolph
2020-05-20
1
-37
/
+75
*
driver/i2c/max98390: Fix build error related to max98390 driver
Seunghwan Kim
2020-05-20
1
-2
/
+2
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-18
11
-11
/
+0
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
38
-78
/
+0
*
driver/i2c/max98390: Correct included file path
Seunghwan Kim
2020-05-18
1
-3
/
+3
*
drivers/xgi: Remove dead code
Angel Pons
2020-05-17
22
-13273
/
+0
*
drivers/i2c/designware: Check if the device is powered
Raul E Rangel
2020-05-15
1
-46
/
+58
*
aspeed/ast2050: Fix when resources are added
Furquan Shaikh
2020-05-14
1
-5
/
+5
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
2
-2
/
+0
*
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-13
14
-14
/
+0
*
Remove new additions of "this file is part of" lines
Furquan Shaikh
2020-05-13
2
-2
/
+0
*
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
19
-325
/
+22
*
driver/i2c/max98390: Add i2c driver for Maxim 98390 codec
Seunghwan Kim
2020-05-11
4
-0
/
+132
*
treewide: split off license text, remove extra copyright notices
Patrick Georgi
2020-05-11
6
-38
/
+13
[next]