summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-2/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-042-1/+2
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* usbdebug: Use fixed size fieldKyösti Mälkki2019-02-022-15/+20
* usbdebug: Fix reserve in CARKyösti Mälkki2019-02-021-7/+12
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* usbdebug: Remove option DEBUG_USBDEBUGKyösti Mälkki2019-01-131-10/+19
* usbdebug: Sanity check PCI EHCI locationKyösti Mälkki2019-01-071-0/+4
* usbdebug: Probe for gadget only onceKyösti Mälkki2019-01-072-0/+13
* usbdebug: Initialize the HW once in CAR stagesArthur Heymans2019-01-071-0/+5
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-063-6/+8
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-9/+12
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-4/+2
* cbmem: Always use EARLY_CBMEM_INITKyösti Mälkki2018-12-221-1/+0
* acpi_pld: Make it easier to define the ACPI USB device groupsDuncan Laurie2018-12-042-2/+8
* drivers/usb/acpi: add reset gpio to usb acpi driverNick Vaccaro2018-11-222-0/+28
* Move compiler.h to commonlibNico Huber2018-10-082-4/+0
* src/drivers/usb/Kconfig: increase warning signs for BBB ownersStefan Tauner2018-08-201-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-2/+2
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-2/+4
* drivers/usb/acpi: Add a driver for generating USB ACPIDuncan Laurie2018-05-184-0/+134
* drivers/usb: Add spaces around '=='Elyes HAOUAS2018-04-271-1/+1
* drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACKFelix Held2017-09-281-6/+4
* usbdebug: Fix init and add support for postcarKyösti Mälkki2017-09-143-33/+53
* usbdebug: Force EHCI to D0 stateKyösti Mälkki2017-08-071-0/+9
* usbdebug: Refactor early enableKyösti Mälkki2017-08-071-1/+5
* usbdebug: Consolidate EHCI_BAR setupKyösti Mälkki2017-08-071-2/+8
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-283-15/+15
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-4/+4
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-4/+8
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-071-1/+1
* drivers/usb: Add option for baudrate of FT232H UARTNico Huber2016-11-212-2/+41
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-6/+6
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-317-28/+0
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-7/+7
* usbdebug: Add FTDI FT232H supportKyösti Mälkki2015-05-122-2/+91
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+0
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-56/+56
* usbdebug: Some fix for dongle compatibilityKyösti Mälkki2014-11-231-0/+2
* usbdebug: Reduce bus reset delaysKyösti Mälkki2014-11-231-29/+19
* usbdebug: Refactor descriptor probing of dongleKyösti Mälkki2014-11-234-118/+145
* usbdebug: Move initialisation of the optional hubKyösti Mälkki2014-11-235-105/+155
* usbdebug: Refactor on EHCI memory spaceKyösti Mälkki2014-11-231-17/+13
* usbdebug: Fix migration to ramstageKyösti Mälkki2014-11-231-1/+6
* drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-082-2/+0
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-1/+1