1. 3b3bb7c treewide: Remove repeated words by Elyes Haouas · 1 year, 6 months ago
  2. 719f7be device/oprom/yabel/io: use __fallthrough instead of comment by Felix Held · 1 year, 8 months ago
  3. 5318d9c {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  4. 04c3b5a src/device: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  5. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  6. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 7 months ago
  7. d2e423f oprom/yabel/io.c: Fix building for ENV_X86_64 by Arthur Heymans · 2 years, 9 months ago
  8. 15c9c78 oprom/realmode/x86.c: Fix building for ENV_X86_64 by Arthur Heymans · 2 years, 9 months ago
  9. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  10. 7aaea37 device/oprom/include/x86emu/fpu_regs.h: Fix lint error by Frans Hendriks · 3 years, 7 months ago
  11. aeffa86 src/device: Don't die() on vBIOS errors by Martin Roth · 3 years, 7 months ago
  12. 1bc8714 device/oprom/x86emu/sys.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  13. 92106b1 drivers: Replace multiple fill_lb_framebuffer with single instance by Patrick Rudolph · 4 years, 6 months ago
  14. f219cd8 src/device: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  15. 5ba154a src: Use space after 'if', 'for' by Elyes HAOUAS · 4 years ago
  16. af56a77 src: Remove whitespace between 'sizeof' and '(' by Elyes HAOUAS · 4 years, 1 month ago
  17. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 2 months ago
  18. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  19. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  20. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  21. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  22. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  23. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  24. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  25. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  26. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  27. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  28. c888a7b src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 10 months ago
  29. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  30. 85cd7c2 device/oprom: Drop unnecessary AMD headers by Kyösti Mälkki · 5 years ago
  31. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  32. a31cd21 oprom/yabel: Fix comment to fix the build by Kyösti Mälkki · 5 years ago
  33. a260215 device/oprom: List all supported vesa mode by oprom by Subrata Banik · 5 years ago
  34. c76bfac device/oprom/realmode: Add vbe return status support as per VBE spec 3.0 by Subrata Banik · 5 years ago
  35. 98d1957 device/oprom: Replace uses of dev_find_slot() by Kyösti Mälkki · 5 years ago
  36. f94aed8 device/oprom: Replace CONFIG() preprocessor statements by Kyösti Mälkki · 5 years ago
  37. 8261d67 device/oprom: Reduce indentation by Kyösti Mälkki · 5 years ago
  38. d32a4930 x86emu: add console.h header to fix compilation by Martin Kepplinger · 5 years ago
  39. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  40. baa070a src: Fix remaining #include <timer.h> by Nico Huber · 5 years ago
  41. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  42. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  43. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  44. 57f70a1 cpu/amd/geode_lx: Drop support by Arthur Heymans · 6 years ago
  45. 1711515 {device,drivers}: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  46. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  47. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  48. 394ec02 src/device: Fix typo by Elyes HAOUAS · 6 years ago
  49. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  50. 484aa42 device/oprom/yabel: Fix spelling of *successful* by Paul Menzel · 6 years ago
  51. 551e1fe device/oprom/yabel: Fix vbe-buffer index in vbe.c by Hal Tsai · 6 years ago
  52. 4e2294b cpu/x86 asm: Just use the correct op suffix by Edward O'Callaghan · 8 years ago
  53. 54cb493 src/device: Add guards on all header files by Martin Roth · 7 years ago
  54. 7f35d3a src/device: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  55. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  56. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  57. ebade5d device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  58. 7b811d5 device/oprom/include: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  59. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  60. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  61. f772f9c src/device: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  62. a1ac10f src/device: Remove unnecessary whitespace before newline by Elyes HAOUAS · 8 years ago
  63. fa640a2 src/device: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  64. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  65. a9e1a22 device/oprom/yabel: Update BSD license headers by Martin Roth · 9 years ago
  66. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  67. a40f64f x86emu: Remove XFree86 CVS tags by Stefan Reinauer · 9 years ago
  68. d897360 x86emu: Undefine _NO_INLINE by Stefan Reinauer · 9 years ago
  69. 92a97f4 x86emu: Fix some set-but-not-used warnings. by Stefan Reinauer · 9 years ago
  70. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  71. 67a71ea yabel: explicitly cast values to match printk expectations by Stefan Reinauer · 9 years ago
  72. 21f8193 yabel: Use IS_ENABLED where appropriate by Stefan Reinauer · 9 years ago
  73. 4919047 yabel: Don't cast pointer to u32 by Stefan Reinauer · 9 years ago
  74. d737451 realmode/x86: Export vbe_mode_info_valid also in text mode. by Vladimir Serbinenko · 9 years ago
  75. 741a0dd x86 realmode: Set up the 8254 timer before running option rom by zbao · 9 years ago
  76. 3a391fd x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL by Martin Roth · 9 years ago
  77. 83fa169 oprom: Fix for 64bit by Stefan Reinauer · 9 years ago
  78. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  79. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  80. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  81. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  82. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  83. 29445dc device/oprom/realmode/x86: Fix memory corruption by Zhuo-Hao Lee · 10 years ago
  84. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  85. 91810dd device/oprom/realmode: Sanitize header inclusion by Edward O'Callaghan · 10 years ago
  86. 7842eb2 device/oprom/realmode/x86.c: Move includes to top of file by Edward O'Callaghan · 10 years ago
  87. 6e3712f device/oprom/yabel/vbe.c: Fix memory leak by Daniele Forsi · 10 years ago
  88. f9ce88e device/oprom/realmode/x86.c: Fix memory leak by Daniele Forsi · 10 years ago
  89. 29794b7 device,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  90. 2b2f849 YABEL: Initialize global `biosmem` pointer for VBE by Nico Huber · 10 years ago
  91. 64ea6db device: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  92. 577573f YABEL: Drop IO stubs that are (by own admission) never used by Patrick Georgi · 10 years ago
  93. a173a62 Remove guarding #includes by CONFIG_FOO combinations by Edward O'Callaghan · 10 years ago
  94. c867626 device/oprom/yabel/vbe.c: Avoid unused func warn by Edward O'Callaghan · 10 years ago
  95. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  96. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  97. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  98. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  99. b2893a01 Provide support for setting up the framebuffer from EDID by Ronald G. Minnich · 11 years ago
  100. 4cdc5d6 Yabel : Add tracing option needed by i915tool. by Denis 'GNUtoo' Carikli · 11 years ago