1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  3. 3e99ba0 device: Add a helper function to add a downstream bus by Arthur Heymans · 5 months ago
  4. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  5. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  6. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  7. 0a635ab arch/x86/ebda.c: Move setting up ebda to a BS hook by Arthur Heymans · 2 years, 2 months ago
  8. ed5c7ac device: Add helper function devfn_disable() by Subrata Banik · 3 years, 1 month ago
  9. e354a4b device/device.c: Print bus numbers in decimal by Angel Pons · 3 years, 2 months ago
  10. d5a0cc5 device: Drop unused `uma_memory_{base,size}` globals by Angel Pons · 3 years, 2 months ago
  11. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 5 months ago
  12. 739c080 device/device.c: Print done at end of assign_resources() by Frans Hendriks · 3 years, 5 months ago
  13. a9caa50 device: correct code style by Frans Hendriks · 3 years, 5 months ago
  14. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 1 month ago
  15. 6939574 device: Move resource allocation into a separate compilation unit by Furquan Shaikh · 4 years, 2 months ago
  16. 6186cbc Revert "device: Enable resource allocator to use multiple ranges" by Furquan Shaikh · 4 years, 2 months ago
  17. bca71f6 Revert "device: Enable resource allocation above 4G boundary" by Furquan Shaikh · 4 years, 2 months ago
  18. 44ae0ea device: Enable resource allocation above 4G boundary by Furquan Shaikh · 4 years, 3 months ago
  19. 3b02006 device: Enable resource allocator to use multiple ranges by Furquan Shaikh · 4 years, 2 months ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  21. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 6 months ago
  22. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  23. e3d9d67 device: Log times with millisecond resolution by Kyösti Mälkki · 4 years, 7 months ago
  24. 8b7cd43 arch/x86: Remove EARLY_EBDA_INIT support by Arthur Heymans · 4 years, 9 months ago
  25. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 4 years, 10 months ago
  26. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  27. 2deb5fb src/device: Prevent attack on null pointer dereference by John Zhao · 5 years ago
  28. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  29. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  30. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  31. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  32. d34a785 src/device/device.c: Don't use device_t in ramstage by Elyes HAOUAS · 6 years ago
  33. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  34. 9129f1a device: Always build device_simple.c for less code duplication by Nico Huber · 6 years ago
  35. e348066 src/device: Get rid of device_t by Elyes HAOUAS · 6 years ago
  36. 1943f37 {device,drivers,lib,mb,nb}: Use only one space after 'if' by Elyes HAOUAS · 6 years ago
  37. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  38. c7590cd arch/x86: Enable ebda library for romstage and postcar by Subrata Banik · 7 years ago
  39. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  40. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  41. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  42. 7bc74ab device/device.c: remove warning for missing apic read resources by Martin Roth · 9 years ago
  43. 662380f device: Stop and output time in `scan_bus()` by Paul Menzel · 9 years ago
  44. fdc0a90 resource: Refactor IORESOURCE flags use by Kyösti Mälkki · 9 years ago
  45. fcbebb6 PCI subsystem: Drop PCI_64BIT_PREF_MEM option by Kyösti Mälkki · 9 years ago
  46. db23215 device/device.c: Improve output in `init_dev()` by Paul Menzel · 9 years ago
  47. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  48. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  49. 634899c resource: Adjust memory resources high earlier by Kyösti Mälkki · 9 years ago
  50. e6a9290f resource: Enhance resource reporting by Kyösti Mälkki · 9 years ago
  51. 134b616 resource: Report correct secondary resource window by Kyösti Mälkki · 9 years ago
  52. 46ba480 device: convert to stopwatch API by Aaron Durbin · 10 years ago
  53. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  54. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 10 years ago
  55. 7ed3976 Log device path during resource allocation by Duncan Laurie · 11 years ago
  56. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  57. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  58. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  59. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  60. 0529429 device tree: track init times by Aaron Durbin · 11 years ago
  61. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  62. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/device.c]
  63. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  64. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  65. 1f0d379 Revert order in VGA device choice by Kostr · 12 years ago
  66. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  67. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  68. b25374c Remove uma_memory_base from build if no GFXUMA by Kyösti Mälkki · 12 years ago
  69. 594473d Remove useless semicolon by Patrick Georgi · 12 years ago
  70. 557ecf2 Simplify VGA card discovery by Patrick Georgi · 12 years ago
  71. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  72. bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 12 years ago
  73. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  74. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  75. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  76. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 12 years ago
  77. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  78. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  79. 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 13 years ago
  80. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  81. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  82. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  83. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  84. 0e480ca Clarify comment a bit by Patrick Georgi · 14 years ago
  85. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  86. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  87. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  88. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  89. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  90. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  91. 2a87ac6 The check for zero sized resources is already done earlier. So don't redo it by Stefan Reinauer · 15 years ago
  92. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  93. 39e7229 Now that the resource allocator is working nicely we can turn down the debug by Stefan Reinauer · 15 years ago
  94. 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 15 years ago
  95. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  96. 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 15 years ago
  97. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  98. 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 15 years ago
  99. 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 15 years ago
  100. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago