Age | Commit message (Expand) | Author |
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 |
2020-03-25 | src/device: Add option to look at revision in option roms | Martin Roth |
2020-03-25 | arch/x86: Add Kconfig option for 2nd VGA BIOS image | Martin Roth |
2020-03-17 | src/device/pci_rom.c: Show device IDs on oprom failure | Martin Roth |
2020-03-03 | treewide: Replace BOARD_EMULATION_QEMU_X86 | Angel Pons |
2020-02-24 | device/Kconfig: select linear framebuffer for Tianocore | Matt DeVillier |
2020-02-17 | treewide: capitalize 'BIOS' | Elyes HAOUAS |
2020-02-08 | Add configurable ramstage support for minimal PCI scanning | Ronald G. Minnich |
2020-02-05 | pciexp: Add support for allocating PCI express hotplug resources | Jeremy Soller |
2020-02-01 | device/pnp_device: improve warning/error messages | Felix Held |
2020-01-10 | src/device: Update pci_class to PCI-SIG Specification | Elyes HAOUAS |
2020-01-04 | device/smbus: Drop unused smbus_set_link() | Kyösti Mälkki |
2020-01-04 | device/smbus: Drop SMBUS_HAS_AUX_CHANNELS | Kyösti Mälkki |
2020-01-03 | device/Kconfig: make sure display can't be selected by accident | Michael Niewöhner |
2019-12-31 | device: Log times with millisecond resolution | Kyösti Mälkki |
2019-12-22 | superio/common/conf_mode: Add op to write SSDT | Patrick Rudolph |
2019-12-19 | device/pciexp: Match Max_Payload_Size between ends of a link | Kyösti Mälkki |
2019-12-19 | src/{drivers,device,ec}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-16 | device/pnp: introduce and use PNP_SKIP_FUNCTION | Felix Held |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-09 | src/device: Fix typo | Elyes HAOUAS |
2019-11-22 | device/hypertransport: Drop unused code | Arthur Heymans |
2019-11-21 | device/pci: Reduce scope of dev_find_slot() | Kyösti Mälkki |
2019-11-20 | device: Add back dummy HT_CHAIN_UNITID_BASE | Kyösti Mälkki |
2019-11-20 | nb/amd/fam10: Drop support | Arthur Heymans |
2019-11-10 | arch/x86: Remove EARLY_EBDA_INIT support | Arthur Heymans |
2019-11-01 | console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' | Arthur Heymans |
2019-10-29 | arch/x86/*.S: use defines instead of hardcoded values | Patrick Rudolph |
2019-10-27 | device: add Kconfig option to hide GOP initialization option | Michael Niewöhner |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-24 | arch/acpi.h: Use of typedef for acpi_vfct | Himanshu Sahdev |
2019-10-24 | arch/acpi.h: Use of typedef for acpi_vfct_image_hdr | Himanshu Sahdev |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-10-20 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2019-10-18 | src: Remove unused include '<device/pci_ids.h>' | Elyes HAOUAS |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-08 | device/root_device: Consolidate common _scan_bus() functions | Nico Huber |
2019-10-08 | device/dram/ddr4: Check spd_bytes_total and spd_bytes_used values | Elyes HAOUAS |
2019-10-07 | src: Capitalize Super I/O | Elyes HAOUAS |
2019-10-07 | device: Rename scan_static_bus() -> enable_static_devices() | Nico Huber |
2019-10-06 | device/pci: Enable full 16-bit VGA port i/o decoding | Nico Huber |
2019-10-04 | device/pci_device.c: Use verified boot to check oprom | Frans Hendriks |
2019-09-30 | device/pci_early: Drop some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-30 | device/i2c_bus: Add i2c_dev_read_at16() | Nico Huber |
2019-09-30 | device,drivers/: Drop some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-27 | device: add commentary to dev_find_slot() | Aaron Durbin |
2019-09-22 | device/cardbus: Remove unnecessary bridge_ctrl bitmask | Kyösti Mälkki |
2019-09-22 | device/cardbus: Fix use of PCI_CB_BRIDGE_CONTROL | Kyösti Mälkki |
2019-09-22 | device/pci: Replace add with bitwise-or | Kyösti Mälkki |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-09-15 | {cpu,device,drivers}: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-09-15 | lib/coreboot_table: Show splashscreen in lb_table_init | Johanna Schander |
2019-08-26 | Split MAYBE_STATIC to _BSS and _NONZERO variants | Kyösti Mälkki |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |