1. e3d9d67 device: Log times with millisecond resolution by Kyösti Mälkki · 4 years, 9 months ago
  2. 8b7cd43 arch/x86: Remove EARLY_EBDA_INIT support by Arthur Heymans · 4 years, 10 months ago
  3. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 5 years ago
  4. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  5. 2deb5fb src/device: Prevent attack on null pointer dereference by John Zhao · 5 years ago
  6. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  7. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  8. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  9. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  10. d34a785 src/device/device.c: Don't use device_t in ramstage by Elyes HAOUAS · 6 years ago
  11. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  12. 9129f1a device: Always build device_simple.c for less code duplication by Nico Huber · 6 years ago
  13. e348066 src/device: Get rid of device_t by Elyes HAOUAS · 6 years ago
  14. 1943f37 {device,drivers,lib,mb,nb}: Use only one space after 'if' by Elyes HAOUAS · 6 years ago
  15. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  16. c7590cd arch/x86: Enable ebda library for romstage and postcar by Subrata Banik · 7 years ago
  17. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  18. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  19. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  20. 7bc74ab device/device.c: remove warning for missing apic read resources by Martin Roth · 9 years ago
  21. 662380f device: Stop and output time in `scan_bus()` by Paul Menzel · 9 years ago
  22. fdc0a90 resource: Refactor IORESOURCE flags use by Kyösti Mälkki · 9 years ago
  23. fcbebb6 PCI subsystem: Drop PCI_64BIT_PREF_MEM option by Kyösti Mälkki · 9 years ago
  24. db23215 device/device.c: Improve output in `init_dev()` by Paul Menzel · 9 years ago
  25. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  26. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  27. 634899c resource: Adjust memory resources high earlier by Kyösti Mälkki · 9 years ago
  28. e6a9290f resource: Enhance resource reporting by Kyösti Mälkki · 9 years ago
  29. 134b616 resource: Report correct secondary resource window by Kyösti Mälkki · 9 years ago
  30. 46ba480 device: convert to stopwatch API by Aaron Durbin · 10 years ago
  31. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  32. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 11 years ago
  33. 7ed3976 Log device path during resource allocation by Duncan Laurie · 11 years ago
  34. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  35. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  36. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  37. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  38. 0529429 device tree: track init times by Aaron Durbin · 11 years ago
  39. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  40. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/device.c]
  41. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  42. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  43. 1f0d379 Revert order in VGA device choice by Kostr · 12 years ago
  44. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  45. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  46. b25374c Remove uma_memory_base from build if no GFXUMA by Kyösti Mälkki · 12 years ago
  47. 594473d Remove useless semicolon by Patrick Georgi · 12 years ago
  48. 557ecf2 Simplify VGA card discovery by Patrick Georgi · 12 years ago
  49. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  50. bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 12 years ago
  51. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  52. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  53. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  54. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 13 years ago
  55. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  56. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  57. 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 13 years ago
  58. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  59. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  60. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  61. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  62. 0e480ca Clarify comment a bit by Patrick Georgi · 14 years ago
  63. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  64. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  65. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  66. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  67. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  68. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  69. 2a87ac6 The check for zero sized resources is already done earlier. So don't redo it by Stefan Reinauer · 15 years ago
  70. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  71. 39e7229 Now that the resource allocator is working nicely we can turn down the debug by Stefan Reinauer · 15 years ago
  72. 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 15 years ago
  73. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  74. 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 15 years ago
  75. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  76. 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 15 years ago
  77. 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 15 years ago
  78. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago
  79. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  80. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  81. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  82. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  83. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  84. 532fd2d Changes required to the device allocator: by Stefan Reinauer · 16 years ago
  85. 11a2014 a heuristics is something different by Stefan Reinauer · 16 years ago
  86. 51754a3 clarify in the printks what function is actually called. This little smart magic by Stefan Reinauer · 16 years ago
  87. 7ca3ec2 Fix so pci device memory allocation does not use memory base address at 0xfec00000, this is reserved for APIC. by Aaron Lwe · 16 years ago
  88. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  89. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  90. 2b396cd add option to decide to use onboard vga or addon card. by Yinghai Lu · 18 years ago
  91. dba3f84 - sc520 updates. move PAR setup to mainboard auto.c by Stefan Reinauer · 18 years ago
  92. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  93. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  94. dc81118 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 by arch import user (historical) · 19 years ago
  95. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  96. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  97. 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 19 years ago
  98. b5d9af4 move apic cluster before pci_domain in MB Config.lb by Yinghai Lu · 20 years ago
  99. 1f1085b linkb_to_host and addon display card override onboard card. by Yinghai Lu · 20 years ago
  100. 9e4faef CONFIG_PCI_ROM_RUN by Yinghai Lu · 20 years ago