Age | Commit message (Expand) | Author |
2024-06-28 | device/azalia_device.c: Always read-write GCAP | Angel Pons |
2024-06-27 | device/azalia_device.c: Use `azalia_enter_reset()` | Angel Pons |
2024-06-25 | device/azalia: Separate codec checking and initialization | Nicholas Sudsgaard |
2024-06-06 | arch/io.h: Add port I/O functions to other architectures | Alper Nebi Yasak |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-28 | soc/intel/xeon_sp: Add domain resource window creation utils | Shuo Liu |
2024-05-24 | device/pci_rom: handle non-remapped VGA_BIOS_ID | Felix Held |
2024-05-23 | device: drop unnecessary CHECK_REV_IN_OPROM_NAME option | Felix Held |
2024-05-07 | dram/ddr3: Use the same naming convention as DDR4 | Elyes Haouas |
2024-05-07 | dram/ddr5: Use the same naming convention as DDR{2,3,4} | Elyes Haouas |
2024-05-07 | spd.h: Move enum ddr4_module_type to ddr4.h | Elyes Haouas |
2024-05-07 | device/dram/ddr{3,4}: Rename spd_raw_data for specific DDR | Elyes Haouas |
2024-05-07 | device/device_util: Add and use is_pci_bridge() | Shuo Liu |
2024-05-07 | spd.h: Move enum ddr5_module_type to ddr5.h | Elyes Haouas |
2024-04-22 | device_util: Handle domain device in dev_get_domain | Shuo Liu |
2024-04-18 | device/device_util: Rename dev_get_pci_domain | Shuo Liu |
2024-04-18 | device/device_util: Use const qualifier | Patrick Rudolph |
2024-04-12 | tree: Drop duplicated <stdarg.h> and <stdio.h> | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-04-11 | tree: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-02-29 | device/pnp_device: fix log levels for unassigned resource messages | Felix Held |
2024-02-27 | device/pciexp_device.c: Fix setting Max Payload Size | Michał Żygowski |
2024-02-27 | device/pnp_device: Demote unassigned resource printk to NOTICE | Matt DeVillier |
2024-01-31 | device/device.h: Fix spelling mistake | Arthur Heymans |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-29 | device/device.h: Drop multiple links | Arthur Heymans |
2024-01-29 | device: Add a helper function to add a downstream bus | Arthur Heymans |
2024-01-24 | device, security: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-24 | device/device_util: Add method to retrieve the domain | Patrick Rudolph |
2024-01-22 | device/device_util: Print full domain ID | Patrick Rudolph |
2024-01-21 | device_util: Drop unused function bus_path | Arthur Heymans |
2024-01-19 | device/Kconfig: Move Intel/ACPI/USB4 specific Kconfig options | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2024-01-15 | device/Kconfig: handle ECAM_MMCONF_BUS_NUMBER being 32 | Felix Held |
2024-01-12 | device/Kconfig: Add an option to allocate above 4G by default | Arthur Heymans |
2023-12-22 | x86: Separate CPU and SoC physical address size | Jeremy Compostella |
2023-12-20 | device/i2c_bus.c: Check pointer for NULL before using it | Martin Roth |
2023-12-19 | device: Drop MULTIPLE_VGA_ADAPTERS Kconfig | Nico Huber |
2023-11-10 | device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT | Felix Held |
2023-10-25 | device/dram/ddr3.c: Check SPD byte before using as a divisor | Martin Roth |
2023-10-20 | device/device.h: Rename pci_domain_scan_bus | Arthur Heymans |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-09-06 | device/pci_rom: rename pci_rom_acpi_fill_vfct() | Matt DeVillier |
2023-09-06 | device/pci_rom: Set VBIOS checksum when filling VFCT table | Matt DeVillier |
2023-08-28 | src/device/dram/Makefile.inc: specify one file per line | Sergii Dmytruk |
2023-08-21 | device/dram: add DDR4 RCD I2C access functions | Krystian Hebel |
2023-08-21 | device/dram: add DDR4 MRS commands | Krystian Hebel |
2023-08-15 | device/oprom/realmode/x86: temporary disable NULL breakpoints | Felix Held |
2023-08-15 | device/pnp_device: Remove return statement from void function | Elyes Haouas |
2023-08-14 | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth |
2023-08-09 | treewide: Get rid of "NO_DDRx" selection | Elyes Haouas |
2023-08-06 | device, soc: Add SPDX license headers to Makefiles | Martin Roth |
2023-07-08 | allocator_v4: Disable top-down allocation for EDK2 | Nico Huber |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-06-23 | allocator_v4: Fix top-level allocations w/o IORESOURCE_ABOVE_4G | Nico Huber |
2023-06-22 | allocator_v4: Remove redundant parameter | Nico Huber |
2023-06-22 | allocator_v4: Manually inline some thin functions | Nico Huber |
2023-06-22 | allocator_v4: Factor resource printing out | Nico Huber |
2023-06-22 | allocator_v4: Use memranges only for toplevel | Nico Huber |
2023-06-22 | allocator_v4: Treat above 4G resources more natively | Nico Huber |
2023-06-19 | device/resource_allocator_v4: Remove "ERROR: " from log message | Elyes Haouas |
2023-06-01 | device/pci: Limit default domain memory window | Nico Huber |
2023-06-01 | device/resource_allocator_v4.c: Fix printing unsigned integers | Arthur Heymans |
2023-06-01 | device/allocator: Allow for multiple domain resources of a type | Arthur Heymans |
2023-05-31 | device/dram: Update RDIMM classification from RIMM to DIMM | Ziang Wang |
2023-05-19 | device/Kconfig: Reduce PCIe hotplug bus numbers and IO resources | Arthur Heymans |
2023-05-17 | console: Add format-checking __printf() to die() | Nico Huber |
2023-05-15 | device/allocator: Fix format string for resource flags (%lu) | Nico Huber |
2023-04-22 | lib/version: Move board identification strings | Kyösti Mälkki |
2023-04-20 | device: Move D3COLD_SUPPORT symbol | Sean Rhodes |
2023-04-12 | Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT" | Michael Niewöhner |
2023-04-06 | cpu/x86/topology: Add code to fill in topology on struct path | Arthur Heymans |
2023-04-06 | cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path | Arthur Heymans |
2023-03-09 | device/Kconfig: explain which PCI ID needs to be used for VGA_BIOS_ID | Felix Held |
2023-03-09 | device/pci_rom: rework PCI ID remapping in pci_rom_probe | Felix Held |
2023-03-05 | device/xhci: Add functions to work with resource pointers | Robert Zieba |
2023-03-02 | device/pciexp_device.c: Do not enable common clock if already active | Werner Zeh |
2023-02-27 | device/dram/spd.c: Add Nanya's Manufacturer ID | Martin Roth |
2023-02-17 | device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT | Sean Rhodes |
2023-02-09 | treewide: Remove repeated words | Elyes Haouas |
2023-02-06 | device/pci_device.c: Add way to limit max bus numbers | Arthur Heymans |
2023-02-01 | treewide: Remove duplicated include <device/pci.h> | Elyes Haouas |
2023-01-11 | device/Kconfig: Fix selection of software connection manager | Martin Roth |
2023-01-11 | drivers/intel/gma: Hook up libgfxinit in romstage | Jeremy Compostella |
2023-01-08 | soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCM | Sean Rhodes |
2023-01-04 | spd.h: Move enum ddr3_module_type to ddr3.h | Elyes Haouas |
2023-01-04 | spd.h: Move enum ddr2_module_type to ddr2.h | Elyes Haouas |
2022-12-17 | device/Kconfig: bump desktop framebuffer max height/width to support 4K | Matt DeVillier |
2022-12-17 | device/oprom/yabel/io: use __fallthrough instead of comment | Felix Held |
2022-12-14 | device/cpu_device.c: Zero initialize struct | Arthur Heymans |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-11-24 | device/mdio: Provide helper functions for read and write | Werner Zeh |
2022-11-24 | src/device + util/sconfig: Introduce new device 'mdio' | Mario Scheithauer |
2022-11-22 | src/device/pci_: Remove unnecessary space after casts | Elyes Haouas |
2022-11-20 | device/pciexp: add pcie_find_dsn() | Jonathan Zhang |
2022-11-14 | device/Kconfig: Don't allow native mode in x86_64 | Arthur Heymans |
2022-11-12 | device & commonlib: Update pci_scan_bus postcodes | Martin Roth |
2022-11-10 | /: Remove "ERROR: "/"WARNING: " prefixes from log messages | Elyes Haouas |
2022-11-07 | device/resource_allocator_v3: Drop code | Arthur Heymans |
2022-11-04 | device/dram: Add kconfig options for memory types | Martin Roth |