index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: timer: Revert timer_hz() return type to 64-bits
Julius Werner
2024-02-08
3
-7
/
+4
*
payloads: Rename Makefiles from .inc to .mk
Martin Roth
2024-01-24
1
-0
/
+0
*
libpayload/libc/time: Fix possible overflow in multiplication
Yidi Lin
2023-11-07
3
-4
/
+6
*
libpayload/drivers/video: Add cursor movement support in console
Eran Mitrani
2023-09-18
1
-0
/
+7
*
libpayload: Add after an if conditional on the next line
Arthur Heymans
2023-09-07
1
-8
/
+16
*
libpayload: Fix clang fallthrough warning
Arthur Heymans
2023-08-28
1
-1
/
+1
*
libpayload/drivers/cbmem_console: Use C99 flexible arrays
Elyes Haouas
2023-08-01
1
-1
/
+1
*
libpayload/uhci: Re-write UHCI RH driver w/ generic_hub API
Nico Huber
2023-06-12
1
-152
/
+91
*
libpayload/drivers/usb/xhci.c: Check for NULL in xhci_init
Fred Reitberger
2023-06-06
1
-0
/
+4
*
libpayload/uhci: Return expected length for control/bulk transfers
Nico Huber
2023-06-04
1
-11
/
+13
*
libpayload: Fix compiler warnings
Thomas Heijligen
2022-11-21
2
-2
/
+2
*
x86/cache.c: Implement dcache_*
Hsin-Te Yuan
2022-09-01
1
-3
/
+3
*
libpayload: usb: Fix spacing issues
Yidi Lin
2022-08-12
24
-623
/
+623
*
libpayload: usbmsc: Prevent usbdisk_remove() from being called twice
Yidi Lin
2022-08-12
1
-1
/
+3
*
libpayload/pci: Add pci_map_bus function for Qualcomm platform
Prasad Malisetty
2022-08-01
2
-0
/
+127
*
treewide: Unify Google branding
Jon Murphy
2022-07-04
1
-1
/
+1
*
libpayload/pci: Add pci_map_bus function for MediaTek platform
Jianjun Wang
2022-05-20
2
-0
/
+22
*
libpayload/pci: Add support for bus mapping
Jianjun Wang
2022-05-20
4
-37
/
+120
*
libpayload/nvme: Fix controller disablement in (de)init sequence
Nico Huber
2022-05-11
1
-2
/
+2
*
libpayload/nvme: Test for NVMe-command-set bit individually
Nico Huber
2022-05-11
1
-1
/
+1
*
libpayload/nvme: Fix error paths of nvme_init()
Nico Huber
2022-05-11
1
-11
/
+12
*
commonlib/bsd/helpers: Remove redundancy with libpayload defines
Jakub Czapiga
2022-03-30
1
-1
/
+0
*
libpayload: cbmem_console: Drop loglevel markers from snapshot
Julius Werner
2022-03-04
1
-12
/
+24
*
libpayload: cbgfx: Clear screen by memcpy
Yu-Ping Wu
2021-10-07
1
-20
/
+18
*
libpayload: cbgfx: Clear screen by sequential access
Yu-Ping Wu
2021-08-27
1
-8
/
+13
*
libpayload: Mark Intel 300 series AHCI as tested
Nico Huber
2021-08-12
1
-0
/
+1
*
payloads/libpayload: add MTK_TIMER_V2 config
Rex-BC Chen
2021-08-09
1
-0
/
+6
*
libpayload: i8042: Enable keyboard translation by default on exit
Duncan Laurie
2021-05-03
1
-1
/
+1
*
libpayload/keyboard: Reset to scancode set #2 on exit
Nico Huber
2021-04-18
1
-0
/
+5
*
libpayload/keyboard: Add a detention state
Nico Huber
2021-04-18
1
-6
/
+7
*
libpayload/keyboard: Implement hot (un)plugging
Nico Huber
2021-04-18
2
-2
/
+66
*
libpayload/storage: Add NVMe driver
Thomas Heijligen
2021-04-07
4
-0
/
+417
*
libpayload/i8042: Add API to peek on keyboard input queue
Nico Huber
2020-12-24
1
-0
/
+21
*
libpayload/keyboard: Add debug output to all state transitions
Nico Huber
2020-12-24
1
-2
/
+31
*
libpayload/keyboard: Hide console output by default
Nico Huber
2020-12-24
1
-9
/
+15
*
libpayload/keyboard: Implement self-test
Nico Huber
2020-12-24
1
-2
/
+47
*
libpayload/keyboard: Add timestamp to track time spent in a state
Nico Huber
2020-12-24
1
-2
/
+5
*
libpayload/keyboard: Turn init sequence into a state machine
Nico Huber
2020-12-24
1
-38
/
+138
*
libpayload/keyboard: Avoid races around input draining
Nico Huber
2020-12-24
1
-4
/
+5
*
libpayload/keyboard: Introduce keyboard_drain_input()
Nico Huber
2020-12-24
1
-8
/
+9
*
libpayload/keyboard: Revise keyboard_cmd() error handling
Nico Huber
2020-12-24
1
-1
/
+26
*
libpayload/keyboard: Revise scancode set and translation config
Nico Huber
2020-12-23
2
-49
/
+17
*
libpayload/i8042: Add API to get/set kbd translation state
Nico Huber
2020-12-23
1
-0
/
+52
*
libpayload/usb: Fix printf format string mismatches in debug messages
Caveh Jalali
2020-11-22
5
-27
/
+33
*
libpayload/i8042: Increase response timeout to 1.5s
Nico Huber
2020-11-16
1
-1
/
+1
*
libpayload: storage.c: remove unneeded #if CONFIG()
Thomas Heijligen
2020-11-09
1
-3
/
+1
*
libpayload: Make OHCI enums into types
Jacob Garber
2020-11-08
1
-28
/
+30
*
libpayload/keyboard: Use `bool` as return type
Nico Huber
2020-10-26
1
-9
/
+11
*
libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()
Felix Singer
2020-10-20
2
-16
/
+9
*
libpayload/storage/ahci: Use pacc pointer to read device class
Felix Singer
2020-10-20
2
-18
/
+15
[next]