1. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  2. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  3. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  4. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  5. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  6. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  7. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  8. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  9. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  10. e955fa3 src/drivers/xgi: Move coreboot related includes to xgi_coreboot.h by Elyes HAOUAS · 5 years ago
  11. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  12. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  13. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  14. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  15. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  16. 1711515 {device,drivers}: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  17. 0ce41f1 src: Add required space after "switch" by Elyes HAOUAS · 6 years ago
  18. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  19. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  20. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  21. 0d8f1da src/drivers: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  22. c3c8122 drivers/xgi/z9s: Get rid of device_t by Elyes HAOUAS · 6 years ago
  23. b9810a4 src/drivers: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  24. 0e66087 drivers: Drop level of indirection for MMIO HW access by Stefan Reinauer · 7 years ago
  25. a1f842d drivers/xgi: Fix usage of NGI Kconfig options by Nico Huber · 7 years ago
  26. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  27. ce642f0 Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG by Nico Huber · 7 years ago
  28. 3db7653 lib/edid: Split out fill_lb_framebuffer() by Nico Huber · 7 years ago
  29. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  30. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  31. a93387b drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDID by Arthur Heymans · 7 years ago
  32. bb9722b Add newlines at the end of all coreboot files by Martin Roth · 8 years ago
  33. 8f3aaa8 Fix leaking CONFIG_VGA=y by Kyösti Mälkki · 8 years ago
  34. 431aa6d drivers/xgi: Switch to src/drivers/[X]/[Y]/ scheme by Stefan Reinauer · 8 years ago
  35. d09a881 drivers/xgi/common: Fix XGI_SetGroup2 by Stefan Reinauer · 9 years ago
  36. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  37. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  38. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  39. ceae968 Fix some minor Kconfig issues by Martin Roth · 9 years ago
  40. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  41. b4ad5d0 drivers/xgi: Avoid double-free by Patrick Georgi · 9 years ago
  42. d3f3df3 drivers/xgi: terminate file with newline by Patrick Georgi · 9 years ago
  43. 1e9336e Fix source code permissions by Stefan Reinauer · 10 years ago
  44. 7a4454f drivers/xgi: Fix user-visible typo in printk by Timothy Pearson · 10 years ago
  45. 08c15ed drivers/xgi: Fix legacy VGA text mode initialization by Timothy Pearson · 10 years ago
  46. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 10 years ago