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
2021-01-12
device/pci_device.c: Use same indents for switch/case
Felix Singer
2021-01-10
device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard user
Subrata Banik
2020-12-28
device/pnp: add register PNP_IO4
Michael Niewöhner
2020-12-28
device + util/sconfig: introduce new device `gpio`
Michael Niewöhner
2020-12-17
azalia: Use `azalia_enter_reset` function
Angel Pons
2020-12-17
azalia: Use `azalia_exit_reset` function
Angel Pons
2020-12-17
device/azalia_device.c: Add codec reset helpers
Angel Pons
2020-12-17
device/azalia_device.c: Clarify comment
Angel Pons
2020-12-17
azalia: Replace `hda_find_verb` uses
Angel Pons
2020-12-17
azalia: Make `azalia_find_verb` parametric
Angel Pons
2020-12-17
azalia: Drop unused parameter from `azalia_find_verb`
Angel Pons
2020-12-17
azalia: Make `find_verb` function non-static
Angel Pons
2020-12-17
device/azalia_device.c: Remove debug prints
Angel Pons
2020-12-17
azalia: Make `set_bits` function non-static
Angel Pons
2020-12-14
drivers: Replace multiple fill_lb_framebuffer with single instance
Patrick Rudolph
2020-12-11
device/Makefile.inc: Do not require hda_verb.c
Angel Pons
2020-11-25
device: Drop unused HyperTransport code
Angel Pons
2020-11-16
device/pci: Add NULL check for PCI driver's .ops
Nico Huber
2020-11-16
device: Enable bus mastering on system-class devices conditionally
Felix Singer
2020-11-16
device: Allow configuring bus mastering for PCI bridges conditionally
Felix Singer
2020-11-09
device: Move pci_dev_is_wake_source function
Tim Wawrzynczak
2020-11-02
azalia: Treat all negative return values as errors
Angel Pons
2020-11-02
device: Rework bus master option
Felix Singer
2020-10-27
device: Rephrase bus master Kconfig option
Felix Singer
2020-10-21
device: Allow virtual/generic devices under PCI in devicetree
Duncan Laurie
2020-10-21
device: Export enable_static_device() function
Duncan Laurie
2020-10-11
pci_device: Add a helper function for determining if PCI device is wake source
Furquan Shaikh
2020-09-28
superio/common: Fix NULL pointer dereferences
John Zhao
2020-09-21
src/device: Drop unneeded empty lines
Elyes HAOUAS
2020-09-20
lint: check for misuse of Kconfig SUBSYSTEM_*_ID
Michael Niewöhner
2020-09-17
src: Remove redundant <device/pnp_def.h>
Elyes HAOUAS
2020-09-16
device/dram: Add method for converting MHz to MT/s
Rob Barnes
2020-09-14
src/{device,include}: Use PNP_IDX_EN instead of magic number
Elyes HAOUAS
2020-08-31
device: Add method to configure bus mastering based on Kconfig
Felix Singer
2020-08-17
{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences
Elyes HAOUAS
2020-08-17
device/azalia_device.c: Use <device/azalia_device.h> registers
Elyes HAOUAS
2020-08-15
device/pci_rom.c: Treat BASE_DISPLAY class as GPU
Benjamin Doron
2020-08-05
src: Use space after 'if', 'for'
Elyes HAOUAS
2020-08-04
Revert "device/pci_device.c: Do not complain about disabled devices"
Nico Huber
2020-08-03
Change all assert(0) to BUG()
Julius Werner
2020-07-28
device: Add find_dev_nested_path helper function
Rob Barnes
2020-07-28
src: Never set ISA Enable on PCI bridges
Angel Pons
2020-07-26
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-26
src: Remove whitespace between 'sizeof' and '('
Elyes HAOUAS
2020-07-24
device/pci_device.c: Do not complain about disabled devices
Angel Pons
2020-07-21
device/cardbus_device.c: Drop `cardbus_size_bridge_resource`
Angel Pons
2020-07-12
device/xhci: Add helper method to iterate over xhci_supported_protocl
Raul E Rangel
2020-07-09
device/pci_device.c: Drop dead code
Angel Pons
2020-06-19
Kconfig: Escape variable to accommodate new Kconfig versions
Patrick Georgi
2020-06-18
src/device/Kconfig: Introduce WANT_LINEAR_FRAMEBUFFER
Angel Pons
2020-06-17
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-10
device/xhci: Add xHCI utility to enumerate capabilities
Raul E Rangel
2020-06-08
device: Add a disabling PCIe device bus master function
John Zhao
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-02
src: Remove redundant includes
Elyes HAOUAS
2020-05-28
device/resource_allocator_v4: Improve the logging in resource allocator
Furquan Shaikh
2020-05-28
device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUG
Furquan Shaikh
2020-05-28
Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...
Furquan Shaikh
2020-05-28
device: Enable resource allocation above 4G boundary with allocator v4
Furquan Shaikh
2020-05-27
resource_allocator_v4: Fix size of I/O hole at 0x3b0
Furquan Shaikh
2020-05-26
device: Switch to resource allocator v4 by default treewide
Furquan Shaikh
2020-05-26
device: Add support for resource allocator v4
Furquan Shaikh
2020-05-26
device/resource_allocator_v3: Do not set IORESOURCE_ASSIGNED for size 0 resource
Furquan Shaikh
2020-05-26
device: Move resource allocation into a separate compilation unit
Furquan Shaikh
2020-05-26
device_util,agesa/family14: Do not consider unassigned resources in find_pci_...
Furquan Shaikh
2020-05-26
device/pci: Handle unassigned bus resources gracefully
Nico Huber
2020-05-26
device/pci: Refactor pci_set_resource()
Nico Huber
2020-05-26
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-20
device/pci_device: Add notion of "hidden" PCI devices
Tim Wawrzynczak
2020-05-18
device/pci_device: Remove useless pci_bus_ops_pci
Tim Wawrzynczak
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-16
Revert "device: Enable resource allocator to use multiple ranges"
Furquan Shaikh
2020-05-16
Revert "device: Enable resource allocation above 4G boundary"
Furquan Shaikh
2020-05-16
Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"
Furquan Shaikh
2020-05-12
util/sconfig: Add LPC and ESPI buses
Raul E Rangel
2020-05-12
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-12
pciexp_device: Add option to allocate prefetch memory above 4G boundary
Furquan Shaikh
2020-05-12
pci_device: Extend PCI domain limit to 64-bit
Furquan Shaikh
2020-05-12
device: Enable resource allocation above 4G boundary
Furquan Shaikh
2020-05-12
device: Enable resource allocator to use multiple ranges
Furquan Shaikh
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to dev_name
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-22
device: Add helper function to find matching device on bus
Furquan Shaikh
2020-04-22
device: Add a helper to find device behind a PCI-to-PCI bridge device
Furquan Shaikh
2020-04-22
device: Add checks for NULL in device_const.c functions
Furquan Shaikh
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
src/device: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-31
device/Kconfig: fix circular dependency for RUN_FSP_GOP
Matt DeVillier
2020-03-29
src/device/Kconfig: Adjust Graphics init defaults
Matt DeVillier
2020-03-25
Rework map_oprom_vendev to add revision check and mapping
Martin Roth
[next]