1. a616a4b src/device: Add option to look at revision in option roms by Martin Roth · 4 years, 7 months ago
  2. b6e2afb src/device/pci_rom.c: Show device IDs on oprom failure by Martin Roth · 4 years, 7 months ago
  3. d615230 treewide: Replace BOARD_EMULATION_QEMU_X86 by Angel Pons · 4 years, 6 months ago
  4. 7f1da07 arch/acpi.h: Use of typedef for acpi_vfct by Himanshu Sahdev · 4 years, 10 months ago
  5. afd0505 arch/acpi.h: Use of typedef for acpi_vfct_image_hdr by Himanshu Sahdev · 4 years, 10 months ago
  6. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  7. 7cfe68d device/pci_rom.c: Fix out of bounds read by Jacob Garber · 5 years ago
  8. c32ccb7 device/pci_rom.c: Fix indent for 'if' statement by Elyes HAOUAS · 5 years ago
  9. fb49379 device/pci_rom: Fix redundant pci_rom_probe() calls by Kyösti Mälkki · 5 years ago
  10. 8c9be43 device/pci_rom: Fix on-board optionrom address by Kyösti Mälkki · 5 years ago
  11. d5a11ed device/pci_rom: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  12. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  13. 0f8b8d9 src: Move constant to the right side of comparison by Elyes HAOUAS · 6 years ago
  14. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  15. 5e9785d src/device/pci_rom.c: Remove double initialization by Richard Spiegel · 6 years ago
  16. e348066 src/device: Get rid of device_t by Elyes HAOUAS · 6 years ago
  17. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  18. 00c0cd2 device/pci_rom: Write _ROM method for VGA devices by Patrick Rudolph · 7 years ago
  19. 7f35d3a src/device: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  20. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  21. 6f978cf x86/acpi: Use initialized VBIOS in VFCT table by Marshall Dawson · 7 years ago
  22. a5c2ac6 x86/acpi: Add VFCT table by Patrick Rudolph · 8 years ago
  23. 647e34d device/pci_rom: Rename missleading ON_DEVICE_ROM_RUN by Patrick Rudolph · 9 years ago
  24. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  25. 83fa169 oprom: Fix for 64bit by Stefan Reinauer · 9 years ago
  26. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  27. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  28. 1bdd321 RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs by Kyösti Mälkki · 10 years ago
  29. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  30. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  31. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/pci_rom.c]
  32. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  33. e9dfdd9 Reverse Vendor ID & Device ID for map_oprom_vendev() by Martin Roth · 12 years ago
  34. afaa257 Don't run any Option ROMs stored outside of the system flash by Stefan Reinauer · 13 years ago
  35. c0a6c6b Add OPROM mapping support to coreboot by Stefan Reinauer · 13 years ago
  36. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  37. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  38. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  39. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  40. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  41. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  42. ae3e998 Silence two warnings. Only use the Qemu hard-coded address for VGA devices. by Myles Watson · 15 years ago
  43. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  44. 2fa7c2e When loading an option ROM use the class stored in the device to by Mark Marshall · 15 years ago
  45. 6768f39 Remove: by Patrick Georgi · 15 years ago
  46. a88db7b Fix a little white space issue. Also, don't copy the rom image by Ronald G. Minnich · 15 years ago
  47. 4d59eaa - printed CBFS rom address was always 0 - drop dead code. by Stefan Reinauer · 15 years ago
  48. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  49. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  50. 308312c Some changes for option roms: by Ronald G. Minnich · 15 years ago
  51. 662d52d Add support for romfs to option rom loading. by Ronald G. Minnich · 15 years ago
  52. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  53. d98cf5b fix typos and warnings in the device tree code (trivial) by Stefan Reinauer · 16 years ago
  54. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  55. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  56. d6d7a11 This patch corrects r2587. It makes sure that the VGA is initialized by Roman Kononov · 17 years ago
  57. 778a42b This patch makes sure that VGA is initialized before it is used. Without by Roman Kononov · 17 years ago
  58. 6c20eb4 hex values with 0x prefix by Stefan Reinauer · 18 years ago
  59. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  60. 86cbd33 This was posted on issue tracker and approve by ron minnich by Ronald G. Minnich · 19 years ago
  61. dc81118 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 by arch import user (historical) · 19 years ago
  62. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  63. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  64. 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 19 years ago
  65. bec039c minor reformat by Li-Ta Lo · 20 years ago
  66. 54ab311 class code reverse by Yinghai Lu · 20 years ago
  67. 1f1085b linkb_to_host and addon display card override onboard card. by Yinghai Lu · 20 years ago
  68. 9e4faef CONFIG_PCI_ROM_RUN by Yinghai Lu · 20 years ago
  69. bc5399a better embedded ROM support, done blindly by Li-Ta Lo · 20 years ago
  70. 75f5b55 remove #include chip.h by Li-Ta Lo · 20 years ago
  71. 77cbb99 onboard pci_rom by Yinghai Lu · 20 years ago
  72. 515f6c7 works for PCI vga cards too by Li-Ta Lo · 20 years ago
  73. 883b879 added PCI expansion ROM support, works for some ATI and Nvidia AGP cards now. by Li-Ta Lo · 20 years ago