1. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  2. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  3. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  4. d72155d {drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  5. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  6. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  7. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  8. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  9. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 5 months ago
  10. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 5 months ago
  11. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  12. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  13. 2e4bc06 drivers/usb/acpi: Add needed #include file by Tim Wawrzynczak · 4 years, 5 months ago
  14. 7fc6847 drivers/usb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 6 months ago
  15. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  16. 3480457 usbdebug: Fix printk conversion by Kyösti Mälkki · 4 years, 8 months ago
  17. ae64f22 drivers/usb/ehci_debug: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  18. 2c2df5b src/drivers: Fix two issues discovered by checkpatch by Patrick Georgi · 4 years, 9 months ago
  19. 2b77881 drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  20. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 9 months ago
  21. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  22. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  23. 62b6a83 drivers/usb: Enable EHCI debug during verstage by Arthur Heymans · 4 years, 10 months ago
  24. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  25. f2cc3dd usbdebug: Remove some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  26. 3de9d77 arch/x86: Move ehci_dbg_info outside _car_relocatable_data by Kyösti Mälkki · 5 years ago
  27. 9c0e14e device/pci_ops: Define pci_find_capability() just once by Kyösti Mälkki · 6 years ago
  28. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  29. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  30. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  31. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  32. 45ad4f0 usbdebug: Use fixed size field by Kyösti Mälkki · 6 years ago
  33. f88208e usbdebug: Fix reserve in CAR by Kyösti Mälkki · 6 years ago
  34. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  35. 8c1258a usbdebug: Remove option DEBUG_USBDEBUG by Kyösti Mälkki · 6 years ago
  36. 5bd9264 usbdebug: Sanity check PCI EHCI location by Kyösti Mälkki · 6 years ago
  37. 954ed55 usbdebug: Probe for gadget only once by Kyösti Mälkki · 6 years ago
  38. 4cc9b6c usbdebug: Initialize the HW once in CAR stages by Arthur Heymans · 6 years ago
  39. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  40. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  41. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  42. 74e0390 cbmem: Always use EARLY_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  43. e1eca1d acpi_pld: Make it easier to define the ACPI USB device groups by Duncan Laurie · 6 years ago
  44. 0a495eb drivers/usb/acpi: add reset gpio to usb acpi driver by Nick Vaccaro · 6 years ago
  45. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  46. b0622de src/drivers/usb/Kconfig: increase warning signs for BBB owners by Stefan Tauner · 6 years ago
  47. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  48. c8a649c src: Use of device_t is deprecated by Elyes HAOUAS · 6 years ago
  49. 4721f43 drivers/usb/acpi: Add a driver for generating USB ACPI by Duncan Laurie · 6 years ago
  50. 9b41bae drivers/usb: Add spaces around '==' by Elyes HAOUAS · 6 years ago
  51. 6d717ae drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK by Felix Held · 7 years ago
  52. d07f377 usbdebug: Fix init and add support for postcar by Kyösti Mälkki · 7 years ago
  53. 6aea6f7 usbdebug: Force EHCI to D0 state by Kyösti Mälkki · 7 years ago
  54. 6683e40 usbdebug: Refactor early enable by Kyösti Mälkki · 7 years ago
  55. d1a0c57 usbdebug: Consolidate EHCI_BAR setup by Kyösti Mälkki · 7 years ago
  56. b9810a4 src/drivers: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  57. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  58. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  59. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  60. c868fd1 drivers/usb: Add option for baudrate of FT232H UART by Nico Huber · 8 years ago
  61. 2e4d806 src/drivers: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  62. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  63. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  64. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  65. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  66. cc4d309 usbdebug: Add FTDI FT232H support by Kyösti Mälkki · 9 years ago
  67. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  68. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  69. 9e999d6 usbdebug: Some fix for dongle compatibility by Kyösti Mälkki · 11 years ago
  70. b8ef4c9 usbdebug: Reduce bus reset delays by Kyösti Mälkki · 11 years ago
  71. 46249be2 usbdebug: Refactor descriptor probing of dongle by Kyösti Mälkki · 10 years ago
  72. 83fe6d7 usbdebug: Move initialisation of the optional hub by Kyösti Mälkki · 10 years ago
  73. 7bb4f86 usbdebug: Refactor on EHCI memory space by Kyösti Mälkki · 10 years ago
  74. 618d179 usbdebug: Fix migration to ramstage by Kyösti Mälkki · 10 years ago
  75. 1bd0166 drivers: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  76. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  77. d6060b71 usbdebug: Add BeagleBone Black by Kyösti Mälkki · 11 years ago
  78. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  79. ea6736a usbdebug: Unify console API by Kyösti Mälkki · 11 years ago
  80. 6f6a249 usbdebug: Remove EHCI_DEBUG_OFFSET by Kyösti Mälkki · 11 years ago
  81. 8cde852 usbdebug: Split to USB host/device by Kyösti Mälkki · 11 years ago
  82. cb141bc usbdebug: Split PCI EHCI part by Kyösti Mälkki · 11 years ago
  83. 48e899d usbdebug: Fix data toggle on receive by Kyösti Mälkki · 11 years ago
  84. 0108bf5 usbdebug: Improve receive speed by Kyösti Mälkki · 11 years ago
  85. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 11 years ago