Age | Commit message (Expand) | Author |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-11 | drivers/usb/ehci_debug.c: Fix unused variable warning | Arthur Heymans |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-17 | drivers/usb: Replace return value -10 with variable | John Zhao |
2020-07-26 | src: Remove whitespace between 'sizeof' and '(' | Elyes HAOUAS |
2020-07-14 | src/drivers/usb/ehci_debug.c: Add missing include | Elyes HAOUAS |
2020-07-11 | drivers/usb/ehci_debug.c: Drop preprocessor usage | Angel Pons |
2020-07-09 | drivers/usb/ehci_debug.c: Drop dead code | Angel Pons |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-07 | drivers/usb: Use 'print("%s...", __func__)' | Elyes HAOUAS |
2020-02-26 | treewide: capitalize 'USB' | Elyes HAOUAS |
2020-01-03 | usbdebug: Fix printk conversion | Kyösti Mälkki |
2019-12-02 | drivers/usb/ehci_debug: Add x86_64 support | Patrick Rudolph |
2019-11-30 | src/drivers: Fix two issues discovered by checkpatch | Patrick Georgi |
2019-11-29 | drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-12 | arch/x86/car.ld: Rename suffix _start/_end | Arthur Heymans |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-22 | AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file | Martin Roth |
2019-09-11 | arch/x86: Move ehci_dbg_info outside _car_relocatable_data | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-02-02 | usbdebug: Use fixed size field | Kyösti Mälkki |
2019-02-02 | usbdebug: Fix reserve in CAR | Kyösti Mälkki |
2019-01-13 | usbdebug: Remove option DEBUG_USBDEBUG | Kyösti Mälkki |
2019-01-07 | usbdebug: Probe for gadget only once | Kyösti Mälkki |
2019-01-07 | usbdebug: Initialize the HW once in CAR stages | Arthur Heymans |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | usbdebug: Refactor init calls | Kyösti Mälkki |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2017-09-14 | usbdebug: Fix init and add support for postcar | Kyösti Mälkki |
2017-07-28 | src/drivers: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-13 | src/drivers: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2016-08-31 | src/drivers: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-09 | cbmem: add indicator to hooks if cbmem is being recovered | Aaron Durbin |
2015-06-09 | cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API | Kyösti Mälkki |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2014-11-23 | usbdebug: Some fix for dongle compatibility | Kyösti Mälkki |
2014-11-23 | usbdebug: Reduce bus reset delays | Kyösti Mälkki |
2014-11-23 | usbdebug: Refactor descriptor probing of dongle | Kyösti Mälkki |
2014-11-23 | usbdebug: Move initialisation of the optional hub | Kyösti Mälkki |
2014-11-23 | usbdebug: Refactor on EHCI memory space | Kyösti Mälkki |
2014-11-23 | usbdebug: Fix migration to ramstage | Kyösti Mälkki |
2014-02-16 | usbdebug: Remove EHCI_DEBUG_OFFSET | Kyösti Mälkki |
2014-02-12 | usbdebug: Split to USB host/device | Kyösti Mälkki |
2014-02-10 | usbdebug: Split PCI EHCI part | Kyösti Mälkki |
2014-02-10 | usbdebug: Fix data toggle on receive | Kyösti Mälkki |
2014-02-10 | usbdebug: Improve receive speed | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |