1. b8fba86 Kconfig: Escape variable to accommodate new Kconfig versions by Patrick Georgi · 4 years, 2 months ago
  2. 4cb2f76 src/device/Kconfig: Introduce WANT_LINEAR_FRAMEBUFFER by Angel Pons · 4 years, 2 months ago
  3. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 2 months ago
  4. a5b7ddf device/xhci: Add xHCI utility to enumerate capabilities by Raul E Rangel · 4 years, 3 months ago
  5. 95b4ece0 device: Add a disabling PCIe device bus master function by John Zhao · 4 years, 4 months ago
  6. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  7. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  8. c356861 device/resource_allocator_v4: Improve the logging in resource allocator by Furquan Shaikh · 4 years, 3 months ago
  9. c0dc1e1 device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUG by Furquan Shaikh · 4 years, 3 months ago
  10. 32f385e Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"" by Furquan Shaikh · 4 years, 3 months ago
  11. 1bb05ef30 device: Enable resource allocation above 4G boundary with allocator v4 by Furquan Shaikh · 4 years, 3 months ago
  12. 563e614 resource_allocator_v4: Fix size of I/O hole at 0x3b0 by Furquan Shaikh · 4 years, 3 months ago
  13. 23b874a device: Switch to resource allocator v4 by default treewide by Furquan Shaikh · 4 years, 3 months ago
  14. f4bc9eb device: Add support for resource allocator v4 by Furquan Shaikh · 4 years, 3 months ago
  15. 468bc6c device/resource_allocator_v3: Do not set IORESOURCE_ASSIGNED for size 0 resource by Furquan Shaikh · 4 years, 3 months ago
  16. 6939574 device: Move resource allocation into a separate compilation unit by Furquan Shaikh · 4 years, 3 months ago
  17. afaae8a device_util,agesa/family14: Do not consider unassigned resources in find_pci_tolm() by Furquan Shaikh · 4 years, 3 months ago
  18. f531244 device/pci: Handle unassigned bus resources gracefully by Nico Huber · 4 years, 3 months ago
  19. 730b261 device/pci: Refactor pci_set_resource() by Nico Huber · 4 years, 3 months ago
  20. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  21. dbcf7b1 device/pci_device: Add notion of "hidden" PCI devices by Tim Wawrzynczak · 4 years, 3 months ago
  22. 979e80d device/pci_device: Remove useless pci_bus_ops_pci by Tim Wawrzynczak · 4 years, 3 months ago
  23. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  24. 6186cbc Revert "device: Enable resource allocator to use multiple ranges" by Furquan Shaikh · 4 years, 3 months ago
  25. bca71f6 Revert "device: Enable resource allocation above 4G boundary" by Furquan Shaikh · 4 years, 3 months ago
  26. 196d855 Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary" by Furquan Shaikh · 4 years, 3 months ago
  27. 3f3f53c util/sconfig: Add LPC and ESPI buses by Raul E Rangel · 4 years, 3 months ago
  28. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 4 months ago
  29. dcbf645 pciexp_device: Add option to allocate prefetch memory above 4G boundary by Furquan Shaikh · 4 years, 5 months ago
  30. 871baf2 pci_device: Extend PCI domain limit to 64-bit by Furquan Shaikh · 4 years, 5 months ago
  31. 44ae0ea device: Enable resource allocation above 4G boundary by Furquan Shaikh · 4 years, 5 months ago
  32. 3b02006 device: Enable resource allocator to use multiple ranges by Furquan Shaikh · 4 years, 4 months ago
  33. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  34. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  35. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  36. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  37. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  38. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  39. 5b5c233 device: Constify struct device * parameter to dev_name by Furquan Shaikh · 4 years, 4 months ago
  40. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  41. 1f3055a device: Add helper function to find matching device on bus by Furquan Shaikh · 4 years, 4 months ago
  42. 7778e5c device: Add a helper to find device behind a PCI-to-PCI bridge device by Furquan Shaikh · 4 years, 4 months ago
  43. 8680378 device: Add checks for NULL in device_const.c functions by Furquan Shaikh · 4 years, 4 months ago
  44. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  45. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 5 months ago
  46. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 5 months ago
  47. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  48. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  49. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  50. 175ffd8 device/Kconfig: fix circular dependency for RUN_FSP_GOP by Matt DeVillier · 4 years, 5 months ago
  51. 8107c81 src/device/Kconfig: Adjust Graphics init defaults by Matt DeVillier · 4 years, 5 months ago
  52. dafcc7a Rework map_oprom_vendev to add revision check and mapping by Martin Roth · 4 years, 6 months ago
  53. a616a4b src/device: Add option to look at revision in option roms by Martin Roth · 4 years, 7 months ago
  54. 4cc2cac arch/x86: Add Kconfig option for 2nd VGA BIOS image by Martin Roth · 4 years, 9 months ago
  55. b6e2afb src/device/pci_rom.c: Show device IDs on oprom failure by Martin Roth · 4 years, 7 months ago
  56. d615230 treewide: Replace BOARD_EMULATION_QEMU_X86 by Angel Pons · 4 years, 6 months ago
  57. 672a4fe device/Kconfig: select linear framebuffer for Tianocore by Matt DeVillier · 4 years, 6 months ago
  58. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  59. 466ca2c Add configurable ramstage support for minimal PCI scanning by Ronald G. Minnich · 4 years, 10 months ago
  60. cf2ac54 pciexp: Add support for allocating PCI express hotplug resources by Jeremy Soller · 4 years, 10 months ago
  61. 24d0ed7 device/pnp_device: improve warning/error messages by Felix Held · 4 years, 7 months ago
  62. 26d1be1 src/device: Update pci_class to PCI-SIG Specification by Elyes HAOUAS · 4 years, 8 months ago
  63. 895fb4b device/smbus: Drop unused smbus_set_link() by Kyösti Mälkki · 4 years, 8 months ago
  64. 473d979 device/smbus: Drop SMBUS_HAS_AUX_CHANNELS by Kyösti Mälkki · 4 years, 8 months ago
  65. 1513d72 device/Kconfig: make sure display can't be selected by accident by Michael Niewöhner · 4 years, 10 months ago
  66. e3d9d67 device: Log times with millisecond resolution by Kyösti Mälkki · 4 years, 9 months ago
  67. 7db16dd superio/common/conf_mode: Add op to write SSDT by Patrick Rudolph · 4 years, 8 months ago
  68. 94ce79d device/pciexp: Match Max_Payload_Size between ends of a link by Kyösti Mälkki · 4 years, 8 months ago
  69. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  70. 7b7bc59 device/pnp: introduce and use PNP_SKIP_FUNCTION by Felix Held · 4 years, 8 months ago
  71. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  72. aeff512 src/device: Fix typo by Elyes HAOUAS · 4 years, 9 months ago
  73. eb2e0b5 device/hypertransport: Drop unused code by Arthur Heymans · 4 years, 9 months ago
  74. bd585fa device/pci: Reduce scope of dev_find_slot() by Kyösti Mälkki · 5 years ago
  75. bc29bd0 device: Add back dummy HT_CHAIN_UNITID_BASE by Kyösti Mälkki · 4 years, 9 months ago
  76. ffcac3e nb/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  77. 8b7cd43 arch/x86: Remove EARLY_EBDA_INIT support by Arthur Heymans · 4 years, 10 months ago
  78. b43ec47 console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' by Arthur Heymans · 5 years ago
  79. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  80. d61a40e device: add Kconfig option to hide GOP initialization option by Michael Niewöhner · 4 years, 10 months ago
  81. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  82. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  83. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  84. 7f1da07 arch/acpi.h: Use of typedef for acpi_vfct by Himanshu Sahdev · 4 years, 10 months ago
  85. afd0505 arch/acpi.h: Use of typedef for acpi_vfct_image_hdr by Himanshu Sahdev · 4 years, 10 months ago
  86. bec78e3 src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' by Elyes HAOUAS · 4 years, 10 months ago
  87. c888a7b src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 10 months ago
  88. df60e87 src: Remove unused include '<device/pci_ids.h>' by Elyes HAOUAS · 4 years, 10 months ago
  89. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  90. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  91. 2a0fbe3 device/dram/ddr4: Check spd_bytes_total and spd_bytes_used values by Elyes HAOUAS · 5 years ago
  92. 495bb66 src: Capitalize Super I/O by Elyes HAOUAS · 5 years ago
  93. f7ed3d4 device: Rename scan_static_bus() -> enable_static_devices() by Nico Huber · 5 years ago
  94. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 5 years ago
  95. b71181a device/pci_device.c: Use verified boot to check oprom by Frans Hendriks · 4 years, 11 months ago
  96. a0b366d device/pci_early: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  97. 9734af6 device/i2c_bus: Add i2c_dev_read_at16() by Nico Huber · 7 years ago
  98. e088721 device,drivers/: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  99. 55ef0d2 device: add commentary to dev_find_slot() by Aaron Durbin · 5 years ago
  100. ca7580c device/cardbus: Remove unnecessary bridge_ctrl bitmask by Kyösti Mälkki · 5 years ago