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