index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
Age
Commit message (
Expand
)
Author
2022-08-07
pci_device: Add a function to find PCI capability ID recursively
Bill XIE
2022-08-07
pciexp_device: Fix a bug in pciexp_enable_ltr()
Bill XIE
2022-08-03
device: Fix 64Bit Device Resource Info Print
Gang Chen
2022-08-03
dev/i2c_bus: Fix `count` argument in i2c_dev_detect()
Nico Huber
2022-06-27
allocator_v4: Make it explicit that we start with the highest alignment
Nico Huber
2022-06-27
allocator_v4: Manually inline round()
Nico Huber
2022-06-27
allocator_v4: Reflow and revise comment blocks
Nico Huber
2022-06-27
allocator_v4: Drop spurious rule from comment
Nico Huber
2022-06-26
resource: Add helpers for memory resources
Kyösti Mälkki
2022-06-26
device: Add fixed_io_range_flags() and helpers
Kyösti Mälkki
2022-06-26
device: Add fixed_mem_range_flags() and helpers
Kyösti Mälkki
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-21
device/i2c_bus: Add missing trailing newline to console output
Matt DeVillier
2022-06-21
device/i2c_bus: Check for self loop in bus link
Matt DeVillier
2022-05-31
dev/i2c_bus: Add declaration, implementation of i2c_dev_detect()
Matt DeVillier
2022-05-29
device: Add IORESOURCE_ABOVE_4G flag to PCI64 resources
Tim Wawrzynczak
2022-05-28
payloads/external: Add support for coreDOOM payload
Nicholas Chin
2022-05-24
device: Add log_resource()
Kyösti Mälkki
2022-05-17
arch/x86/ebda.c: Move setting up ebda to a BS hook
Arthur Heymans
2022-04-22
device: Remove unused <cbmem.h>
Elyes HAOUAS
2022-04-01
device/i2c_bus: Constify i2c_busdev and i2c_link
Matt DeVillier
2022-03-30
device/pci_device.c: Return if the scan parameter is invalid
Arthur Heymans
2022-03-28
device/pciexp_device: Set resources for pciexp_hotplug_dummy_ops
John Su
2022-03-15
i2c: Add configurable I2C transfer timeout
Jes Klinke
2022-03-07
src: Make PCI ID define names shorter
Felix Singer
2022-03-02
device/pci_device.c: Improve pci_bridge_route() readability
Arthur Heymans
2022-02-28
device/pci_device: Fix PCIe bridge detection
Nico Huber
2022-02-22
treewide: Get rid of CONFIG_AZALIA_MAX_CODECS
Elyes Haouas
2022-02-16
device: Add support for PCIe Resizable BARs
Tim Wawrzynczak
2022-02-10
device: Add pciexp_find_next_extended_cap function
Tim Wawrzynczak
2022-02-08
device/dram/ddr2.c: Fix log messages
Elyes HAOUAS
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-01-26
src: Add missing 'void' in function definition
Elyes HAOUAS
2022-01-24
device: constify pciexp_find_extended_cap()
Tim Wawrzynczak
2022-01-17
oprom/yabel/io.c: Fix building for ENV_X86_64
Arthur Heymans
2022-01-17
oprom/realmode/x86.c: Fix building for ENV_X86_64
Arthur Heymans
2022-01-12
device/pci_device.c: Make sure the PCI bus has a device
Arthur Heymans
2022-01-05
device/dram/lpddr4.c: Remove unused <string.h>
Elyes HAOUAS
2022-01-01
pci_device.c: Don't guard `pci_dev_disable_bus_master()`
Angel Pons
2021-12-22
device: Make pciexp_get_ltr_max_latencies a public function
Tim Wawrzynczak
2021-11-29
device/pci_device.c: Scan only one device for PCIe
Jianjun Wang
2021-11-15
device/pci_rom: Add vga_oprom_preload
Raul E Rangel
2021-11-11
device/azalia_device: Drop unused function parameter
Angel Pons
2021-11-11
device/azalia_device: Adapt and export `codec_init()`
Angel Pons
2021-11-11
azalia_device: Report if codec verb loading failed
Angel Pons
2021-11-11
device/azalia_device: Export `codecs_init()`
Angel Pons
2021-11-11
arch/x86: Refactor the SMBIOS type 17 write function
Subrata Banik
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-11-04
treewide: Replace bad uses of `find_resource`
Angel Pons
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-09-24
device: Drop unused function `dev_find_matching_device_on_bus`
Furquan Shaikh
2021-09-20
device/dram/spd.c: Add more manufacturer ID codes
JingleHsuWiwynn
2021-09-20
device/mmio: Make buffer_to_fifo32() take a const buffer
Julius Werner
2021-09-13
device/dram: Add addtional LPDDR4 speed grades
Rob Barnes
2021-08-26
device/mipi: Move to drivers/mipi
Julius Werner
2021-08-20
qualcomm/sc7180: Switch to common MIPI panel library
Julius Werner
2021-08-19
device_util.c: Replace `memcpy()` with `strcpy()`
Angel Pons
2021-08-18
device: Move MIPI panel library from mainboard/google/kukui into common
Julius Werner
2021-07-20
device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy
Raul E Rangel
2021-07-20
device/pci_rom: Convert #if to C code
Raul E Rangel
2021-07-20
lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize
Raul E Rangel
2021-07-14
src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC
Martin Roth
2021-07-05
device: Reflow strings in printk statements
Angel Pons
2021-07-05
device/resource_allocator_v4: Only highlight log message with ===
Paul Menzel
2021-07-01
device: Clean up resource utility function signatures
Kyösti Mälkki
2021-07-01
device/pci_device.c: Reuse `irq` variable
Angel Pons
2021-06-30
device/pci_device.c: Drop redundant guard
Angel Pons
2021-06-28
src/device/dram: Add terminating new lines to printk strings
Nikolai Vyssotski
2021-06-17
device: Add helper function devfn_disable()
Subrata Banik
2021-06-10
device/pnp: Always provide `pnp_unset_and_set_config`
Angel Pons
2021-06-09
device/dram: Add LPDDR4 utilities
Rob Barnes
2021-06-09
device: Add helper function is_devfn_enabled()
Subrata Banik
2021-05-24
device: Consider fw_config probing in `is_dev_enabled()`
Furquan Shaikh
2021-05-11
device/device.c: Print bus numbers in decimal
Angel Pons
2021-05-10
device: Drop unused `uma_memory_{base,size}` globals
Angel Pons
2021-05-03
device: Switch pci_dev_is_wake_source to take pci_devfn_t
Tim Wawrzynczak
2021-04-19
device/azalia_device.c: Add option to lock down GCAP
Angel Pons
2021-04-18
device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSES
Nico Huber
2021-04-14
Rename do_printk() to printk()
Nico Huber
2021-04-06
device/i2c_bus.c: Correct code style
Frans Hendriks
2021-04-05
device/dram/ddr3: Drop unused MRS helpers
Angel Pons
2021-04-05
device/dram/ddr4.h: Align with DDR3 and DDR2
Angel Pons
2021-04-05
device/dram/ddr3: Rename DDR3 SPD memory types
Angel Pons
2021-04-05
device/dram/ddr3: Get rid of useless typedefs
Angel Pons
2021-03-24
device/azalia_device.c: Program beep verbs
Patrick Rudolph
2021-03-24
device/azalia_device.c: Introduce AZALIA_MAX_CODECS
Angel Pons
2021-03-24
device/azalia_device.c: Correct STATESTS access width
Angel Pons
2021-03-24
device/azalia_device.c: Unify `wait_for_valid` timeouts
Angel Pons
2021-03-22
device/azalia_device.c: Switch to stopwatch
Patrick Rudolph
2021-03-15
pciexp_device: Rewrite LTR configuration
Nico Huber
2021-03-14
device/pciexp_device.c: Remove CPP guarding
Arthur Heymans
2021-03-13
soc/amd/common/block/graphics/graphics: GOP: load VBIOS
Nikolai Vyssotski
2021-03-12
pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper
Nico Huber
2021-03-12
device: Give `pci_ops.set_L1_ss_latency` a proper name
Nico Huber
2021-02-24
device/device.c: Rename .disable to .vga_disable
Arthur Heymans
2021-02-16
device/dram: Move SPD manufacturer names out of arch/x86
Patrick Rudolph
2021-02-15
device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`
Paul Menzel
2021-02-15
src/device: Remove unused <console/console.h>
Elyes HAOUAS
2021-02-10
device/azalia_device: Add mainboard hook to program codecs
Angel Pons
2021-02-10
device/azalia_device: Add function to program a verb table
Angel Pons
[prev]
[next]