Age | Commit message (Expand) | Author |
2022-05-17 | arch/x86/ebda.c: Move setting up ebda to a BS hook | Arthur Heymans |
2021-06-17 | device: Add helper function devfn_disable() | Subrata Banik |
2021-05-11 | device/device.c: Print bus numbers in decimal | Angel Pons |
2021-05-10 | device: Drop unused `uma_memory_{base,size}` globals | Angel Pons |
2021-02-24 | device/device.c: Rename .disable to .vga_disable | Arthur Heymans |
2021-02-05 | device/device.c: Print done at end of assign_resources() | Frans Hendriks |
2021-02-05 | device: correct code style | Frans Hendriks |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-05-26 | device: Move resource allocation into a separate compilation unit | Furquan Shaikh |
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-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-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-31 | device: Log times with millisecond resolution | Kyösti Mälkki |
2019-11-10 | arch/x86: Remove EARLY_EBDA_INIT support | Arthur Heymans |
2019-10-06 | device/pci: Enable full 16-bit VGA port i/o decoding | Nico Huber |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-06-03 | src/device: Prevent attack on null pointer dereference | John Zhao |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-09-19 | src/device/device.c: Don't use device_t in ramstage | Elyes HAOUAS |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-05-24 | device: Always build device_simple.c for less code duplication | Nico Huber |
2018-05-22 | src/device: Get rid of device_t | Elyes HAOUAS |
2018-05-09 | {device,drivers,lib,mb,nb}: Use only one space after 'if' | Elyes HAOUAS |
2018-04-30 | device: constify some variables | Lubomir Rintel |
2017-09-22 | arch/x86: Enable ebda library for romstage and postcar | Subrata Banik |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-02-06 | devtree: Drop unused parameter show_devs_tree() call | Kyösti Mälkki |
2016-04-13 | src/device: Update license headers | Martin Roth |
2015-11-19 | device/device.c: remove warning for missing apic read resources | Martin Roth |
2015-10-27 | device: Stop and output time in `scan_bus()` | Paul Menzel |
2015-06-10 | resource: Refactor IORESOURCE flags use | Kyösti Mälkki |
2015-06-10 | PCI subsystem: Drop PCI_64BIT_PREF_MEM option | Kyösti Mälkki |
2015-06-09 | device/device.c: Improve output in `init_dev()` | Paul Menzel |
2015-06-04 | devicetree: Change scan_bus() prototype in device ops | Kyösti Mälkki |
2015-06-04 | devicetree: Single scan_bridges() | Kyösti Mälkki |
2015-05-05 | resource: Adjust memory resources high earlier | Kyösti Mälkki |
2015-05-05 | resource: Enhance resource reporting | Kyösti Mälkki |
2015-05-05 | resource: Report correct secondary resource window | Kyösti Mälkki |
2015-03-21 | device: convert to stopwatch API | Aaron Durbin |
2015-01-06 | doxygen fixes: fix parameter names to match the functions | Martin Roth |
2014-02-12 | PCI: Guard pci.h with CONFIG_PCI | Kyösti Mälkki |
2013-12-12 | Log device path during resource allocation | Duncan Laurie |
2013-11-26 | Clean up POST codes for Boot State machine | Duncan Laurie |
2013-11-26 | Log device path into CMOS during probe stages | Duncan Laurie |
2013-11-08 | Add new finalize functions for devices and chips | Marc Jones |
2013-07-10 | device: Fix spelling | Martin Roth |
2013-05-01 | device tree: track init times | Aaron Durbin |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2012-11-30 | Rename devices -> device | Stefan Reinauer |