1. 7bc74ab device/device.c: remove warning for missing apic read resources by Martin Roth · 9 years ago
  2. 662380f device: Stop and output time in `scan_bus()` by Paul Menzel · 9 years ago
  3. fdc0a90 resource: Refactor IORESOURCE flags use by Kyösti Mälkki · 9 years ago
  4. fcbebb6 PCI subsystem: Drop PCI_64BIT_PREF_MEM option by Kyösti Mälkki · 9 years ago
  5. db23215 device/device.c: Improve output in `init_dev()` by Paul Menzel · 9 years ago
  6. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  7. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  8. 634899c resource: Adjust memory resources high earlier by Kyösti Mälkki · 9 years ago
  9. e6a9290f resource: Enhance resource reporting by Kyösti Mälkki · 9 years ago
  10. 134b616 resource: Report correct secondary resource window by Kyösti Mälkki · 9 years ago
  11. 46ba480 device: convert to stopwatch API by Aaron Durbin · 10 years ago
  12. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  13. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 10 years ago
  14. 7ed3976 Log device path during resource allocation by Duncan Laurie · 11 years ago
  15. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  16. 8adf7a2 Log device path into CMOS during probe stages by Duncan Laurie · 11 years ago
  17. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  18. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  19. 0529429 device tree: track init times by Aaron Durbin · 11 years ago
  20. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  21. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/device.c]
  22. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  23. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  24. 1f0d379 Revert order in VGA device choice by Kostr · 12 years ago
  25. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  26. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  27. b25374c Remove uma_memory_base from build if no GFXUMA by Kyösti Mälkki · 12 years ago
  28. 594473d Remove useless semicolon by Patrick Georgi · 12 years ago
  29. 557ecf2 Simplify VGA card discovery by Patrick Georgi · 12 years ago
  30. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  31. bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 12 years ago
  32. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  33. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  34. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  35. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 12 years ago
  36. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  37. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  38. 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 13 years ago
  39. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  40. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  41. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  42. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  43. 0e480ca Clarify comment a bit by Patrick Georgi · 14 years ago
  44. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  45. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  46. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  47. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  48. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  49. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  50. 2a87ac6 The check for zero sized resources is already done earlier. So don't redo it by Stefan Reinauer · 15 years ago
  51. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  52. 39e7229 Now that the resource allocator is working nicely we can turn down the debug by Stefan Reinauer · 15 years ago
  53. 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 15 years ago
  54. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  55. 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 15 years ago
  56. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  57. 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 15 years ago
  58. 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 15 years ago
  59. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago
  60. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  61. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  62. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  63. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  64. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  65. 532fd2d Changes required to the device allocator: by Stefan Reinauer · 16 years ago
  66. 11a2014 a heuristics is something different by Stefan Reinauer · 16 years ago
  67. 51754a3 clarify in the printks what function is actually called. This little smart magic by Stefan Reinauer · 16 years ago
  68. 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
  69. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  70. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  71. 2b396cd add option to decide to use onboard vga or addon card. by Yinghai Lu · 18 years ago
  72. dba3f84 - sc520 updates. move PAR setup to mainboard auto.c by Stefan Reinauer · 18 years ago
  73. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  74. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  75. dc81118 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 by arch import user (historical) · 19 years ago
  76. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  77. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  78. 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 19 years ago
  79. b5d9af4 move apic cluster before pci_domain in MB Config.lb by Yinghai Lu · 19 years ago
  80. 1f1085b linkb_to_host and addon display card override onboard card. by Yinghai Lu · 19 years ago
  81. 9e4faef CONFIG_PCI_ROM_RUN by Yinghai Lu · 19 years ago
  82. 24f542f onboard pci_rom second run by Yinghai Lu · 19 years ago
  83. bcde161 onboard pci_rom disable onboard by Yinghai Lu · 19 years ago
  84. d57e756 onboard pci_rom finally done by Yinghai Lu · 19 years ago
  85. 515f6c7 works for PCI vga cards too by Li-Ta Lo · 19 years ago
  86. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  87. 0493069 update comment according to the new DOM by Li-Ta Lo · 20 years ago
  88. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  89. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  90. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  91. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  92. 448bd63 - Finish interrupted merge by Eric Biederman · 20 years ago
  93. 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 20 years ago
  94. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  95. 54f05f6 use #define macro for pci class ids by Li-Ta Lo · 20 years ago
  96. 9f0d0f9 rename walk_static_devices by Li-Ta Lo · 20 years ago
  97. 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
  98. 5782d27 check in the current code for IBM/E325, can somebody help to fix it ? by Li-Ta Lo · 20 years ago
  99. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  100. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago