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
/
device
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
4
-4
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
1
-1
/
+1
*
src/device/device.c: Don't use device_t in ramstage
Elyes HAOUAS
2018-09-19
1
-3
/
+3
*
device/ddr3: Prevent overflow when adding SMBUS Table 17 entries
Nico Huber
2018-09-14
1
-0
/
+6
*
src/device/dram: Fix typo
Elyes HAOUAS
2018-09-11
1
-1
/
+1
*
nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c
Patrick Rudolph
2018-08-21
1
-0
/
+79
*
nb/intel/sandybridge: Fill in DIMM serial number
Patrick Rudolph
2018-08-20
1
-0
/
+2
*
src/device: Fix typo
Elyes HAOUAS
2018-08-09
4
-6
/
+6
*
src/device/pci_rom.c: Remove double initialization
Richard Spiegel
2018-08-09
1
-1
/
+1
*
device/pci_device.c: Remove unused variable attr setting
Richard Spiegel
2018-08-08
1
-1
/
+0
*
pnp_device: don't treat missing PNP_MSC devicetree entry as error
Felix Held
2018-07-29
1
-3
/
+15
*
device/pnp_device: rewrite pnp_get_ioresource
Felix Held
2018-07-29
1
-36
/
+27
*
device: add child traversal helper function
Aaron Durbin
2018-07-26
1
-0
/
+24
*
device/pci: Add MSI-X helper functions
Patrick Rudolph
2018-07-19
1
-0
/
+68
*
pnp_device: improve readability
Felix Held
2018-07-17
1
-3
/
+6
*
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
6
-21
/
+21
*
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-07-02
1
-2
/
+2
*
src/device: Add check for existence and validity of PCIE base address config
Aamir Bohra
2018-06-29
1
-0
/
+4
*
src: Use of device_t is deprecated
Elyes HAOUAS
2018-06-14
1
-7
/
+7
*
drivers/intel/gma: Unify VBT related Kconfig names
Nico Huber
2018-06-12
1
-6
/
+6
*
drivers/intel/gma: Include mainboard data.vbt
Arthur Heymans
2018-06-06
1
-0
/
+10
*
device: Only expose VGA_ROM_RUN on supported architectures
Patrick Rudolph
2018-06-04
1
-1
/
+1
*
device: Move find_dev_path() to device_const.c
Kyösti Mälkki
2018-05-25
2
-80
/
+83
*
device: Move dev_find_path() to device_const.c
Nico Huber
2018-05-25
2
-38
/
+26
*
device: Rename device_simple.c --> device_const.c
Nico Huber
2018-05-25
2
-6
/
+6
*
device: Always build device_simple.c for less code duplication
Nico Huber
2018-05-24
3
-69
/
+1
*
src/device: Get rid of device_t
Elyes HAOUAS
2018-05-22
4
-20
/
+24
*
device/device_util.c: Remove space after sizeof
Elyes HAOUAS
2018-05-22
1
-16
/
+16
*
devicetree: Add USB device type
Duncan Laurie
2018-05-11
2
-0
/
+26
*
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Elyes HAOUAS
2018-05-09
1
-1
/
+1
*
Move `pci_ops_mmconf` from arch/x86/ to device/
Nico Huber
2018-05-08
2
-0
/
+79
*
device/pci_ops: Remove unnecessary weak implementation
Nico Huber
2018-05-08
1
-7
/
+0
*
device/root_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-7
/
+7
*
device/pci_class.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-3
/
+3
*
device/pcix_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-3
/
+3
*
device/smbus_ops.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-4
/
+4
*
src/device/cardbus_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-4
/
+4
*
src/device/pciexp_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-22
/
+22
*
src/device/pnp_device.c: Get rid of device_t
Elyes HAOUAS
2018-05-04
1
-20
/
+20
*
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-05-02
1
-1
/
+1
*
pci: Fix MMCONF_SUPPORT on non x86
Patrick Rudolph
2018-05-02
1
-5
/
+4
*
software_i2c: Improve error behavior
Julius Werner
2018-05-02
1
-25
/
+29
*
device: constify some variables
Lubomir Rintel
2018-04-30
2
-15
/
+15
*
device: Add flag to disable PCIe ASPM
Nico Huber
2018-04-26
1
-0
/
+3
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-1
/
+2
*
device/oprom/yabel: Fix spelling of *successful*
Paul Menzel
2018-04-23
1
-1
/
+1
*
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2018-04-20
1
-0
/
+1
*
device/oprom/yabel: Fix vbe-buffer index in vbe.c
Hal Tsai
2018-04-20
1
-3
/
+3
*
device/dram/ddr3: improve XMP support
Dan Elkouby
2018-04-16
1
-1
/
+16
*
device/dram/ddr2.c: Add methods to compute to identify dram
Arthur Heymans
2018-04-09
2
-3
/
+27
[prev]
[next]