summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/ehci_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-2/+2
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-5/+3
* drivers/usb/ehci_debug.c: Fix unused variable warningArthur Heymans2022-05-111-9/+8
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* drivers/usb: Replace return value -10 with variableJohn Zhao2020-08-171-1/+1
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-1/+1
* src/drivers/usb/ehci_debug.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* drivers/usb/ehci_debug.c: Drop preprocessor usageAngel Pons2020-07-111-16/+14
* drivers/usb/ehci_debug.c: Drop dead codeAngel Pons2020-07-091-7/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* drivers/usb: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-071-1/+1
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-261-1/+1
* usbdebug: Fix printk conversionKyösti Mälkki2020-01-031-1/+1
* drivers/usb/ehci_debug: Add x86_64 supportPatrick Rudolph2019-12-021-2/+2
* src/drivers: Fix two issues discovered by checkpatchPatrick Georgi2019-11-301-1/+1
* drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-8/+7
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-121-1/+1
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+0
* arch/x86: Move ehci_dbg_info outside _car_relocatable_dataKyösti Mälkki2019-09-111-5/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* usbdebug: Use fixed size fieldKyösti Mälkki2019-02-021-13/+18
* usbdebug: Fix reserve in CARKyösti Mälkki2019-02-021-7/+12
* usbdebug: Remove option DEBUG_USBDEBUGKyösti Mälkki2019-01-131-10/+19
* usbdebug: Probe for gadget only onceKyösti Mälkki2019-01-071-0/+12
* 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-061-3/+4
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-9/+12
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* usbdebug: Fix init and add support for postcarKyösti Mälkki2017-09-141-31/+50
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-281-4/+4
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-4/+4
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-6/+6
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+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-211-1/+1
* 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-151-53/+53
* 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-231-118/+1
* usbdebug: Move initialisation of the optional hubKyösti Mälkki2014-11-231-103/+4
* 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
* usbdebug: Remove EHCI_DEBUG_OFFSETKyösti Mälkki2014-02-161-3/+6
* usbdebug: Split to USB host/deviceKyösti Mälkki2014-02-121-61/+2