Age | Commit message (Expand) | Author |
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 |
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 |
2019-06-03 | src/device: Prevent attack on null pointer dereference | John Zhao |
2019-05-29 | src/{device,drivers}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-05-07 | device: ignore NONE devices behind bridge | Patrick Rudolph |
2019-05-02 | x86emu: add console.h header to fix compilation | Martin Kepplinger |
2019-04-25 | device/dram/ddr3: Remove unused variable | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-09 | src: Fix remaining #include <timer.h> | Nico Huber |
2019-04-07 | device/pci: Rewrite PCI MMCONF with symbol reference | Kyösti Mälkki |
2019-04-02 | vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS | Julius Werner |
2019-03-27 | drivers/intel/gma: Make libgfxinit available w/o gfxinit | Nico Huber |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-21 | device/pci_device: Add generic subsystem programming logic | Subrata Banik |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-17 | resources: introduce io_resource() | Subrata Banik |
2019-03-16 | device/pci_ops: Have only default PCI bus ops available | Kyösti Mälkki |
2019-03-16 | device/pci_ops: Reuse romstage PCI config for ramstage | Kyösti Mälkki |
2019-03-16 | src: Drop unused 'include <device/pciexp.h>' | Elyes HAOUAS |
2019-03-13 | device/pci_ops: Rename 'where' to 'reg' | Kyösti Mälkki |
2019-03-13 | device/pci_ops: Unify signatures | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |