1. 78a1667 Create a a new configuration variable for PCI by Ronald G. Minnich · 12 years ago
  2. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  3. b6f765e Provide weak empty declarations of all chip_ops used on a board by Patrick Georgi · 12 years ago
  4. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  5. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  6. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  7. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago
  8. 8ada152 Unify use of bool config variables by Stefan Reinauer · 12 years ago
  9. 95a6396 Clean up Kconfig by Stefan Reinauer · 12 years ago
  10. 0a405ba cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded by Bill Richardson · 12 years ago
  11. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  12. 01c3de9 Make option rom init more verbose by Stefan Reinauer · 12 years ago
  13. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  14. 7d54eb8 Add name field for device by Kyösti Mälkki · 12 years ago
  15. f4ff56f Hide all _ROM_RUN Kconfig options if the payload is SeaBIOS by Peter Stuge · 12 years ago
  16. be0ede4 Run option ROMs in coreboot by default only if the payload is not SeaBIOS by Peter Stuge · 12 years ago
  17. b6fa47c Clarify that _ROM_RUN Kconfig options control if ROMs are run by coreboot by Peter Stuge · 12 years ago
  18. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  19. aada2e1 Every chip must have chip_operations by Kyösti Mälkki · 12 years ago
  20. 1f0d379 Revert order in VGA device choice by Kostr · 12 years ago
  21. f3a163a YABEL: Common API to register interrupt handlers by Patrick Georgi · 12 years ago
  22. c33f1e9 AMD northbridges: factor out CPU allocation by Kyösti Mälkki · 12 years ago
  23. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  24. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  25. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  26. 170d19c x86emu: fix jump_near_IMM to handle DATA: flag correctly by Stefan Reinauer · 12 years ago
  27. 3b69578 x86emu: Fix more mis-decoding of the data prefix by Stefan Reinauer · 12 years ago
  28. b25374c Remove uma_memory_base from build if no GFXUMA by Kyösti Mälkki · 12 years ago
  29. bbf2496 x86emu: Respect the LEA 67h address size prefix by Stefan Reinauer · 12 years ago
  30. 4b80cd4 x86emu: Fix BSF and BSR instructions by Stefan Reinauer · 12 years ago
  31. 26e441f x86emu: fix comment for BTS instruction by Stefan Reinauer · 12 years ago
  32. 911f446 x86emu: Add an RDTSC implementation to the x86 emulator by Stefan Reinauer · 12 years ago
  33. ecf1ed4 Allocators for different memory regions types by Kyösti Mälkki · 12 years ago
  34. 48fcb53 x86emu: Use NULL instead of 0 when assigning pointer by Stefan Reinauer · 12 years ago
  35. 594473d Remove useless semicolon by Patrick Georgi · 12 years ago
  36. 557ecf2 Simplify VGA card discovery by Patrick Georgi · 12 years ago
  37. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  38. c4b2a1b Allow YABEL to fake write accesses to config space by Patrick Georgi · 12 years ago
  39. bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 12 years ago
  40. 0b08515 Change uma_resource() to use new type IORESOURCE_UMA_FB. by Kyösti Mälkki · 12 years ago
  41. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  42. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  43. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  44. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  45. 97de28d PCI Type2 config must die by Ronald G. Minnich · 12 years ago
  46. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  47. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  48. e9dfdd9 Reverse Vendor ID & Device ID for map_oprom_vendev() by Martin Roth · 12 years ago
  49. 971804e x86, oprom: ensure DF is always cleared by Mathias Krause · 12 years ago
  50. 74a0efe [ChromeOS] Don't initialize VGA Option ROM in normal mode by Stefan Reinauer · 12 years ago
  51. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago
  52. 77adc5e Don't unconditionally add support for cardbus and pci-x devices by Stefan Reinauer · 13 years ago
  53. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 13 years ago
  54. 90dcdd4 Add support for enabling PCIe Common Clock and ASPM by Duncan Laurie · 13 years ago
  55. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  56. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  57. 5807555 Don't try to compute I/O for empty sub buses. by Stefan Reinauer · 13 years ago
  58. afaa257 Don't run any Option ROMs stored outside of the system flash by Stefan Reinauer · 13 years ago
  59. 0a50084 Don't run VGA option ROMs on S3 resume. by Stefan Reinauer · 13 years ago
  60. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  61. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  62. 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 13 years ago
  63. c0a6c6b Add OPROM mapping support to coreboot by Stefan Reinauer · 13 years ago
  64. 20d9de3 Fix console output in real mode int10 implementation. by Stefan Reinauer · 13 years ago
  65. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  66. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  67. d17fe51 Fix compilation of x86emu with gcc 4.6.x by Stefan Reinauer · 13 years ago
  68. b6b8871 Fix native x86 option rom initialization by Stefan Reinauer · 13 years ago
  69. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago
  70. 216fa46 Refactor option rom initialization code in coreboot. by Stefan Reinauer · 13 years ago
  71. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  72. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  73. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  74. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 14 years ago
  75. aeead27 Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if by Stefan Reinauer · 14 years ago
  76. f0bf4b5 Make YABEL warnings-are-errors safe by Patrick Georgi · 14 years ago
  77. 9144304 Improve compatibility of YABEL with real-world VGABIOSes by Patrick Georgi · 14 years ago
  78. 5fb6216 don't hardcode CONFIG_PC80_SYSTEM by Stefan Reinauer · 14 years ago
  79. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  80. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  81. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  82. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  83. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  84. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  85. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 14 years ago
  86. 8f8a51c Make huge macros inline functions for readability. Remove warnings. Trivial. by Myles Watson · 14 years ago
  87. f53eaa3 My Jmicron SATA card writes the name of the hard drive to the screen. by Myles Watson · 14 years ago
  88. fe09fd1 My Jmicron SATA card depends on the BIOS not clearing AL when setting AH. by Myles Watson · 14 years ago
  89. 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 14 years ago
  90. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  91. bd61a81 Make yabel work for non-zero bus numbers. The link_num is not the bus number. by Myles Watson · 14 years ago
  92. 8362890 mark unused variables in x86emu as unused. gcc has a mechanism for this. by Stefan Reinauer · 14 years ago
  93. 0e480ca Clarify comment a bit by Patrick Georgi · 14 years ago
  94. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  95. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  96. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  97. 03adcfd cardbus_scan_bridge is identical to pci_scan_bridge by Myles Watson · 14 years ago
  98. 1946284 tly cosmetical. don't use movw because we use mov in most places. by Stefan Reinauer · 14 years ago
  99. 0c47c4d This patch fixes the option rom code that was buggy when it switched by Edwin Beasant · 14 years ago
  100. e3df121 Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected. by Myles Watson · 14 years ago