1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  2. 15c9c78 oprom/realmode/x86.c: Fix building for ENV_X86_64 by Arthur Heymans · 2 years, 8 months ago
  3. aeffa86 src/device: Don't die() on vBIOS errors by Martin Roth · 3 years, 6 months ago
  4. 92106b1 drivers: Replace multiple fill_lb_framebuffer with single instance by Patrick Rudolph · 4 years, 5 months ago
  5. 5ba154a src: Use space after 'if', 'for' by Elyes HAOUAS · 4 years ago
  6. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  7. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  8. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  9. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  10. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  11. 85cd7c2 device/oprom: Drop unnecessary AMD headers by Kyösti Mälkki · 5 years ago
  12. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  13. a260215 device/oprom: List all supported vesa mode by oprom by Subrata Banik · 5 years ago
  14. c76bfac device/oprom/realmode: Add vbe return status support as per VBE spec 3.0 by Subrata Banik · 5 years ago
  15. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  16. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  17. 57f70a1 cpu/amd/geode_lx: Drop support by Arthur Heymans · 6 years ago
  18. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  19. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  20. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. d737451 realmode/x86: Export vbe_mode_info_valid also in text mode. by Vladimir Serbinenko · 9 years ago
  23. 741a0dd x86 realmode: Set up the 8254 timer before running option rom by zbao · 9 years ago
  24. 83fa169 oprom: Fix for 64bit by Stefan Reinauer · 9 years ago
  25. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  26. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  27. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  28. 29445dc device/oprom/realmode/x86: Fix memory corruption by Zhuo-Hao Lee · 10 years ago
  29. 91810dd device/oprom/realmode: Sanitize header inclusion by Edward O'Callaghan · 10 years ago
  30. 7842eb2 device/oprom/realmode/x86.c: Move includes to top of file by Edward O'Callaghan · 10 years ago
  31. f9ce88e device/oprom/realmode/x86.c: Fix memory leak by Daniele Forsi · 10 years ago
  32. 64ea6db device: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  33. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  34. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  35. b2893a01 Provide support for setting up the framebuffer from EDID by Ronald G. Minnich · 11 years ago
  36. a146d58 ramstage: prepare for relocation by Aaron Durbin · 11 years ago
  37. 22ae2b9 VBE: Skip graphics mode setting for non-VGA devices by Stefan Reinauer · 11 years ago
  38. 69e432e oprom: fix compilation for Qemu target (and possibly others) by Stefan Reinauer · 11 years ago
  39. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 11 years ago
  40. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  41. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/oprom/realmode/x86.c]
  42. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  43. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  44. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago[Renamed (99%) from src/devices/oprom/x86.c]
  45. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  46. 01c3de9 Make option rom init more verbose by Stefan Reinauer · 12 years ago
  47. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 12 years ago
  48. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  49. b6b8871 Fix native x86 option rom initialization by Stefan Reinauer · 13 years ago
  50. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago
  51. 216fa46 Refactor option rom initialization code in coreboot. by Stefan Reinauer · 13 years ago
  52. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  53. f53eaa3 My Jmicron SATA card writes the name of the hard drive to the screen. by Myles Watson · 14 years ago
  54. 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 14 years ago
  55. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  56. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  57. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  58. f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 14 years ago
  59. f94a97b oops, sorry for the last commit. This commit changes the code to distinguish by Stefan Reinauer · 14 years ago
  60. 6c70511 Move the prototype for run_vsa. by Myles Watson · 14 years ago
  61. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  62. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago[Renamed from util/x86emu/x86.c]
  63. 9493bfb Remove redundant run_bios prototype. Trivial. by Myles Watson · 14 years ago
  64. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  65. 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 14 years ago
  66. c143693 Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functions: int15 getting LCD panel ID. by Libra Li · 15 years ago
  67. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  68. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  69. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  70. 074356e Option ROM init x86/x86emu update by Stefan Reinauer · 15 years ago
  71. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  72. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  73. 38cd29e Don't pull in x86emu from a foreign directory anymore. This by Stefan Reinauer · 15 years ago