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
...
*
device/Kconfig: explain which PCI ID needs to be used for VGA_BIOS_ID
Felix Held
2023-03-09
1
-0
/
+4
*
device/pci_rom: rework PCI ID remapping in pci_rom_probe
Felix Held
2023-03-09
1
-15
/
+5
*
device/xhci: Add functions to work with resource pointers
Robert Zieba
2023-03-05
3
-95
/
+134
*
device/pciexp_device.c: Do not enable common clock if already active
Werner Zeh
2023-03-02
1
-0
/
+18
*
device/dram/spd.c: Add Nanya's Manufacturer ID
Martin Roth
2023-02-27
1
-0
/
+2
*
device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT
Sean Rhodes
2023-02-17
1
-0
/
+13
*
treewide: Remove repeated words
Elyes Haouas
2023-02-09
1
-1
/
+1
*
device/pci_device.c: Add way to limit max bus numbers
Arthur Heymans
2023-02-06
1
-1
/
+13
*
treewide: Remove duplicated include <device/pci.h>
Elyes Haouas
2023-02-01
2
-4
/
+0
*
device/Kconfig: Fix selection of software connection manager
Martin Roth
2023-01-11
1
-0
/
+6
*
drivers/intel/gma: Hook up libgfxinit in romstage
Jeremy Compostella
2023-01-11
1
-1
/
+30
*
soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCM
Sean Rhodes
2023-01-08
1
-0
/
+24
*
spd.h: Move enum ddr3_module_type to ddr3.h
Elyes Haouas
2023-01-04
2
-32
/
+11
*
spd.h: Move enum ddr2_module_type to ddr2.h
Elyes Haouas
2023-01-04
1
-10
/
+11
*
device/Kconfig: bump desktop framebuffer max height/width to support 4K
Matt DeVillier
2022-12-17
1
-2
/
+4
*
device/oprom/yabel/io: use __fallthrough instead of comment
Felix Held
2022-12-17
1
-1
/
+1
*
device/cpu_device.c: Zero initialize struct
Arthur Heymans
2022-12-14
1
-1
/
+1
*
treewide: Include <device/mmio.h> instead of <arch/mmio.h>
Elyes Haouas
2022-12-10
1
-1
/
+1
*
device/mdio: Provide helper functions for read and write
Werner Zeh
2022-11-24
1
-0
/
+24
*
src/device + util/sconfig: Introduce new device 'mdio'
Mario Scheithauer
2022-11-24
4
-0
/
+27
*
src/device/pci_: Remove unnecessary space after casts
Elyes Haouas
2022-11-22
2
-15
/
+15
*
device/pciexp: add pcie_find_dsn()
Jonathan Zhang
2022-11-20
1
-0
/
+51
*
device/Kconfig: Don't allow native mode in x86_64
Arthur Heymans
2022-11-14
1
-1
/
+1
*
device & commonlib: Update pci_scan_bus postcodes
Martin Roth
2022-11-12
1
-4
/
+2
*
/: Remove "ERROR: "/"WARNING: " prefixes from log messages
Elyes Haouas
2022-11-10
1
-2
/
+2
*
device/resource_allocator_v3: Drop code
Arthur Heymans
2022-11-07
3
-564
/
+1
*
device/dram: Add kconfig options for memory types
Martin Roth
2022-11-04
3
-2
/
+76
*
{device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>
Elyes Haouas
2022-11-03
1
-1
/
+1
*
src/device: Clean up includes
Elyes Haouas
2022-10-26
13
-4
/
+20
*
device/dram/ddr2: Use 'enum cb_err' instead of 'int'
Elyes Haouas
2022-10-12
1
-3
/
+3
*
include/device/device_util.c: add predicates for pci devices
Fabio Aiuto
2022-10-06
1
-0
/
+15
*
device/device_const.c: Clean up includes and add <types.h>
Elyes Haouas
2022-10-06
1
-2
/
+2
*
treewide: use is_enabled_cpu() on cycles over device list
Fabio Aiuto
2022-09-29
1
-4
/
+1
*
include/device/path.h: use functions for enabled cpu selection
Fabio Aiuto
2022-09-29
1
-0
/
+11
*
device/dram: Reformat code
Elyes Haouas
2022-09-13
4
-136
/
+72
*
device: Clear lane error status
Wilson Chou
2022-09-12
2
-0
/
+35
*
device/pci_device: Add missing spaces to log messages
Paul Menzel
2022-09-08
1
-4
/
+4
*
allocator_v4: Disable top-down mode by default
Nico Huber
2022-09-06
1
-1
/
+4
*
Revert "allocator_v4: Treat above 4G resources more natively"
Nico Huber
2022-09-05
2
-30
/
+166
*
allocator_v4: Treat above 4G resources more natively
Nico Huber
2022-09-04
2
-166
/
+30
*
pciexp_device: Propagate above-4G flag to all hotplug devices
Nico Huber
2022-09-04
3
-1
/
+16
*
allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN
Nico Huber
2022-09-04
2
-1
/
+9
*
device/i2c_bus: Add routines to read and write multiple bytes
Werner Zeh
2022-09-04
1
-0
/
+70
*
device/dram/ddr4.c: note that dimm size calculation won't work for 3DS
Krystian Hebel
2022-08-31
1
-0
/
+1
*
device/dram/ddr4.c: fill missing ECC info from SPD
Krystian Hebel
2022-08-31
1
-0
/
+2
*
allocator_v4: Completely ignore resources with 0 limit
Nico Huber
2022-08-31
1
-8
/
+11
*
pciexp: Move PCI path check one level up to pciexp_enable_ltr()
Nico Huber
2022-08-29
1
-2
/
+3
*
device/dram: Add function to convert freq to MT/s for (LP)DDR5
Matt DeVillier
2022-08-25
2
-2
/
+130
*
pciexp_device: Fix offset handling for extended capabilities
Nico Huber
2022-08-17
1
-2
/
+2
*
pciexp: Refactor extended capability handling
Nico Huber
2022-08-17
1
-11
/
+21
[prev]
[next]