Age | Commit message (Expand) | Author |
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 |
2019-08-20 | device/oprom: Drop unnecessary AMD headers | Kyösti Mälkki |
2019-08-14 | dram: Add basic DDR4 SPD parsing | Andrey Petrov |
2019-08-02 | device/pci_ops: Make PCI_BDF() available in all stages | Kyösti Mälkki |
2019-07-31 | device: Constify `dev` argument to (probe|find)_resource() | Nico Huber |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
2019-07-26 | oprom/yabel: Fix comment to fix the build | Kyösti Mälkki |
2019-07-24 | device: Default to VESA/linear framebuffer for ChromeOS | Nico Huber |
2019-07-19 | device/device_util.c: Correct format specifier | Jacob Garber |
2019-07-19 | device/oprom: List all supported vesa mode by oprom | Subrata Banik |
2019-07-19 | device/pci_rom.c: Fix out of bounds read | Jacob Garber |
2019-07-18 | device/oprom/realmode: Add vbe return status support as per VBE spec 3.0 | Subrata Banik |
2019-07-18 | devicetree: Add accessors for chip_info | Kyösti Mälkki |
2019-07-17 | soc/intel: Fix regression with hidden PCI devices | Kyösti Mälkki |
2019-07-15 | device: Remove device->ops from early stages | Kyösti Mälkki |
2019-07-13 | device/hypertransport.c: Remove dead assignment | Jacob Garber |
2019-07-13 | device/device_util: Fix encoding the USB device path | Karthikeyan Ramasubramanian |
2019-07-12 | device/oprom: Replace uses of dev_find_slot() | Kyösti Mälkki |
2019-07-12 | device/pci: Declare pcidev_path_on_bus() | Kyösti Mälkki |
2019-07-12 | device/pci: Replace use of dev_find_slot() for IRQs | Kyösti Mälkki |
2019-07-10 | device/oprom: Replace CONFIG() preprocessor statements | Kyösti Mälkki |
2019-07-10 | device/oprom: Reduce indentation | Kyösti Mälkki |
2019-07-07 | device/pci: Declare pci_root_bus() | Kyösti Mälkki |
2019-07-05 | device/pci_rom.c: Fix indent for 'if' statement | Elyes HAOUAS |
2019-07-04 | device/pci_ops: Define pci_find_capability() just once | Kyösti Mälkki |
2019-07-02 | device/pci_rom: Fix redundant pci_rom_probe() calls | Kyösti Mälkki |
2019-07-02 | device/pci_rom: Fix on-board optionrom address | Kyösti Mälkki |
2019-06-28 | device: Tidy up add_more_links() | Jacob Garber |
2019-06-28 | device,nb/amd: Deduplicate add_more_links() | Jacob Garber |
2019-06-28 | device/dram: Inline value into print statement | Jacob Garber |
2019-06-21 | device/pci_rom: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-06-14 | device/cpu_device.c: Use 'unsigned int' instead of 'unsigned' | Elyes HAOUAS |