1. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  2. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  3. b12c276 src/{drivers,device,ec}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  4. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  5. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  6. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  7. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  8. c888a7b src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 10 months ago
  9. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  10. 85cd7c2 device/oprom: Drop unnecessary AMD headers by Kyösti Mälkki · 5 years ago
  11. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  12. a31cd21 oprom/yabel: Fix comment to fix the build by Kyösti Mälkki · 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. 98d1957 device/oprom: Replace uses of dev_find_slot() by Kyösti Mälkki · 5 years ago
  16. f94aed8 device/oprom: Replace CONFIG() preprocessor statements by Kyösti Mälkki · 5 years ago
  17. 8261d67 device/oprom: Reduce indentation by Kyösti Mälkki · 5 years ago
  18. d32a4930 x86emu: add console.h header to fix compilation by Martin Kepplinger · 5 years ago
  19. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  20. baa070a src: Fix remaining #include <timer.h> by Nico Huber · 5 years ago
  21. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  22. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  23. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  24. 57f70a1 cpu/amd/geode_lx: Drop support by Arthur Heymans · 6 years ago
  25. 1711515 {device,drivers}: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  26. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  27. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  28. 394ec02 src/device: Fix typo by Elyes HAOUAS · 6 years ago
  29. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  30. 484aa42 device/oprom/yabel: Fix spelling of *successful* by Paul Menzel · 6 years ago
  31. 551e1fe device/oprom/yabel: Fix vbe-buffer index in vbe.c by Hal Tsai · 6 years ago
  32. 4e2294b cpu/x86 asm: Just use the correct op suffix by Edward O'Callaghan · 8 years ago
  33. 54cb493 src/device: Add guards on all header files by Martin Roth · 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. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  36. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  37. ebade5d device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  38. 7b811d5 device/oprom/include: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  39. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  40. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  41. f772f9c src/device: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  42. a1ac10f src/device: Remove unnecessary whitespace before newline by Elyes HAOUAS · 8 years ago
  43. fa640a2 src/device: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  44. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  45. a9e1a22 device/oprom/yabel: Update BSD license headers by Martin Roth · 9 years ago
  46. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  47. a40f64f x86emu: Remove XFree86 CVS tags by Stefan Reinauer · 9 years ago
  48. d897360 x86emu: Undefine _NO_INLINE by Stefan Reinauer · 9 years ago
  49. 92a97f4 x86emu: Fix some set-but-not-used warnings. by Stefan Reinauer · 9 years ago
  50. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  51. 67a71ea yabel: explicitly cast values to match printk expectations by Stefan Reinauer · 9 years ago
  52. 21f8193 yabel: Use IS_ENABLED where appropriate by Stefan Reinauer · 9 years ago
  53. 4919047 yabel: Don't cast pointer to u32 by Stefan Reinauer · 9 years ago
  54. d737451 realmode/x86: Export vbe_mode_info_valid also in text mode. by Vladimir Serbinenko · 9 years ago
  55. 741a0dd x86 realmode: Set up the 8254 timer before running option rom by zbao · 9 years ago
  56. 3a391fd x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL by Martin Roth · 9 years ago
  57. 83fa169 oprom: Fix for 64bit by Stefan Reinauer · 9 years ago
  58. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  59. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  60. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  61. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  62. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  63. 29445dc device/oprom/realmode/x86: Fix memory corruption by Zhuo-Hao Lee · 10 years ago
  64. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  65. 91810dd device/oprom/realmode: Sanitize header inclusion by Edward O'Callaghan · 10 years ago
  66. 7842eb2 device/oprom/realmode/x86.c: Move includes to top of file by Edward O'Callaghan · 10 years ago
  67. 6e3712f device/oprom/yabel/vbe.c: Fix memory leak by Daniele Forsi · 10 years ago
  68. f9ce88e device/oprom/realmode/x86.c: Fix memory leak by Daniele Forsi · 10 years ago
  69. 29794b7 device,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  70. 2b2f849 YABEL: Initialize global `biosmem` pointer for VBE by Nico Huber · 10 years ago
  71. 64ea6db device: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  72. 577573f YABEL: Drop IO stubs that are (by own admission) never used by Patrick Georgi · 10 years ago
  73. a173a62 Remove guarding #includes by CONFIG_FOO combinations by Edward O'Callaghan · 10 years ago
  74. c867626 device/oprom/yabel/vbe.c: Avoid unused func warn by Edward O'Callaghan · 10 years ago
  75. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  76. a37383d Replace all occurences of sprintf with snprintf by Vladimir Serbinenko · 11 years ago
  77. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  78. 63373ed device: Fix spelling by Martin Roth · 11 years ago
  79. b2893a01 Provide support for setting up the framebuffer from EDID by Ronald G. Minnich · 11 years ago
  80. 4cdc5d6 Yabel : Add tracing option needed by i915tool. by Denis 'GNUtoo' Carikli · 11 years ago
  81. c5e036a Get rid of a number of __GNUC__ checks by Stefan Reinauer · 11 years ago
  82. a146d58 ramstage: prepare for relocation by Aaron Durbin · 12 years ago
  83. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  84. 22ae2b9 VBE: Skip graphics mode setting for non-VGA devices by Stefan Reinauer · 12 years ago
  85. 69e432e oprom: fix compilation for Qemu target (and possibly others) by Stefan Reinauer · 12 years ago
  86. 632d6fe YABEL: use system {in,out}[bwl] on x86 by Patrick Georgi · 12 years ago
  87. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  88. 91f1423 Fix Yabel compilation on non-x86 platforms by Stefan Reinauer · 12 years ago
  89. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  90. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago