1. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  2. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  3. 170d19c x86emu: fix jump_near_IMM to handle DATA: flag correctly by Stefan Reinauer · 12 years ago
  4. 3b69578 x86emu: Fix more mis-decoding of the data prefix by Stefan Reinauer · 12 years ago
  5. b25374c Remove uma_memory_base from build if no GFXUMA by Kyösti Mälkki · 12 years ago
  6. bbf2496 x86emu: Respect the LEA 67h address size prefix by Stefan Reinauer · 12 years ago
  7. 4b80cd4 x86emu: Fix BSF and BSR instructions by Stefan Reinauer · 12 years ago
  8. 26e441f x86emu: fix comment for BTS instruction by Stefan Reinauer · 12 years ago
  9. 911f446 x86emu: Add an RDTSC implementation to the x86 emulator by Stefan Reinauer · 12 years ago
  10. ecf1ed4 Allocators for different memory regions types by Kyösti Mälkki · 12 years ago
  11. 48fcb53 x86emu: Use NULL instead of 0 when assigning pointer by Stefan Reinauer · 12 years ago
  12. 594473d Remove useless semicolon by Patrick Georgi · 12 years ago
  13. 557ecf2 Simplify VGA card discovery by Patrick Georgi · 12 years ago
  14. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  15. c4b2a1b Allow YABEL to fake write accesses to config space by Patrick Georgi · 12 years ago
  16. bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 12 years ago
  17. 0b08515 Change uma_resource() to use new type IORESOURCE_UMA_FB. by Kyösti Mälkki · 12 years ago
  18. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  19. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  20. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  21. a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 12 years ago
  22. 97de28d PCI Type2 config must die by Ronald G. Minnich · 12 years ago
  23. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  24. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  25. e9dfdd9 Reverse Vendor ID & Device ID for map_oprom_vendev() by Martin Roth · 12 years ago
  26. 971804e x86, oprom: ensure DF is always cleared by Mathias Krause · 12 years ago
  27. 74a0efe [ChromeOS] Don't initialize VGA Option ROM in normal mode by Stefan Reinauer · 12 years ago
  28. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago
  29. 77adc5e Don't unconditionally add support for cardbus and pci-x devices by Stefan Reinauer · 13 years ago
  30. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 13 years ago
  31. 90dcdd4 Add support for enabling PCIe Common Clock and ASPM by Duncan Laurie · 13 years ago
  32. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  33. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  34. 5807555 Don't try to compute I/O for empty sub buses. by Stefan Reinauer · 13 years ago
  35. afaa257 Don't run any Option ROMs stored outside of the system flash by Stefan Reinauer · 13 years ago
  36. 0a50084 Don't run VGA option ROMs on S3 resume. by Stefan Reinauer · 13 years ago
  37. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  38. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  39. 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 13 years ago
  40. c0a6c6b Add OPROM mapping support to coreboot by Stefan Reinauer · 13 years ago
  41. 20d9de3 Fix console output in real mode int10 implementation. by Stefan Reinauer · 13 years ago
  42. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  43. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  44. d17fe51 Fix compilation of x86emu with gcc 4.6.x by Stefan Reinauer · 13 years ago
  45. b6b8871 Fix native x86 option rom initialization by Stefan Reinauer · 13 years ago
  46. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago
  47. 216fa46 Refactor option rom initialization code in coreboot. by Stefan Reinauer · 13 years ago
  48. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  49. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  50. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  51. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 14 years ago
  52. aeead27 Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if by Stefan Reinauer · 14 years ago
  53. f0bf4b5 Make YABEL warnings-are-errors safe by Patrick Georgi · 14 years ago
  54. 9144304 Improve compatibility of YABEL with real-world VGABIOSes by Patrick Georgi · 14 years ago
  55. 5fb6216 don't hardcode CONFIG_PC80_SYSTEM by Stefan Reinauer · 14 years ago
  56. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  57. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  58. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 14 years ago
  59. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  60. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  61. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  62. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 14 years ago
  63. 8f8a51c Make huge macros inline functions for readability. Remove warnings. Trivial. by Myles Watson · 14 years ago
  64. f53eaa3 My Jmicron SATA card writes the name of the hard drive to the screen. by Myles Watson · 14 years ago
  65. fe09fd1 My Jmicron SATA card depends on the BIOS not clearing AL when setting AH. by Myles Watson · 14 years ago
  66. 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 14 years ago
  67. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 14 years ago
  68. bd61a81 Make yabel work for non-zero bus numbers. The link_num is not the bus number. by Myles Watson · 14 years ago
  69. 8362890 mark unused variables in x86emu as unused. gcc has a mechanism for this. by Stefan Reinauer · 14 years ago
  70. 0e480ca Clarify comment a bit by Patrick Georgi · 14 years ago
  71. 1bd3fb7 Call mainboard init functions. by Myles Watson · 14 years ago
  72. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  73. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  74. 03adcfd cardbus_scan_bridge is identical to pci_scan_bridge by Myles Watson · 14 years ago
  75. 1946284 tly cosmetical. don't use movw because we use mov in most places. by Stefan Reinauer · 14 years ago
  76. 0c47c4d This patch fixes the option rom code that was buggy when it switched by Edwin Beasant · 14 years ago
  77. e3df121 Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected. by Myles Watson · 14 years ago
  78. 5f06701 Fix hard-coded log levels. by Myles Watson · 14 years ago
  79. c56e5ad fix warnings. by Stefan Reinauer · 14 years ago
  80. 8f296e8 consistently use decimal for the register offsets, and fix comment typos. by Stefan Reinauer · 14 years ago
  81. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  82. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  83. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  84. 607cdf6 fix a bug in pcibios check. by Stefan Reinauer · 14 years ago
  85. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  86. f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 14 years ago
  87. f94a97b oops, sorry for the last commit. This commit changes the code to distinguish by Stefan Reinauer · 14 years ago
  88. 6c70511 Move the prototype for run_vsa. by Myles Watson · 14 years ago
  89. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  90. 5ae1db0 fix a trivial warning when yabel with direct hw access is enabled. by Stefan Reinauer · 14 years ago
  91. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 14 years ago
  92. b7f53b2 Prepare for using coreboot x86emu in userspace utility "vgabios" by Stefan Reinauer · 14 years ago
  93. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  94. dfd29aa drop shadow variable from hypertransport code. by Stefan Reinauer · 14 years ago
  95. 3c486f8 Clean up warnings in yabel vbe code. No more warnings on the IP1000 by Stefan Reinauer · 14 years ago
  96. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
  97. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  98. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  99. 800379f by Stefan Reinauer · 14 years ago
  100. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago