index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
Age
Commit message (
Expand
)
Author
2023-11-07
libpayload/libc/time: Fix possible overflow in multiplication
Yidi Lin
2023-09-18
libpayload/drivers/video: Add cursor movement support in console
Eran Mitrani
2023-09-07
libpayload: Add after an if conditional on the next line
Arthur Heymans
2023-08-28
libpayload: Fix clang fallthrough warning
Arthur Heymans
2023-08-01
libpayload/drivers/cbmem_console: Use C99 flexible arrays
Elyes Haouas
2023-06-12
libpayload/uhci: Re-write UHCI RH driver w/ generic_hub API
Nico Huber
2023-06-06
libpayload/drivers/usb/xhci.c: Check for NULL in xhci_init
Fred Reitberger
2023-06-04
libpayload/uhci: Return expected length for control/bulk transfers
Nico Huber
2022-11-21
libpayload: Fix compiler warnings
Thomas Heijligen
2022-09-01
x86/cache.c: Implement dcache_*
Hsin-Te Yuan
2022-08-12
libpayload: usb: Fix spacing issues
Yidi Lin
2022-08-12
libpayload: usbmsc: Prevent usbdisk_remove() from being called twice
Yidi Lin
2022-08-01
libpayload/pci: Add pci_map_bus function for Qualcomm platform
Prasad Malisetty
2022-07-04
treewide: Unify Google branding
Jon Murphy
2022-05-20
libpayload/pci: Add pci_map_bus function for MediaTek platform
Jianjun Wang
2022-05-20
libpayload/pci: Add support for bus mapping
Jianjun Wang
2022-05-11
libpayload/nvme: Fix controller disablement in (de)init sequence
Nico Huber
2022-05-11
libpayload/nvme: Test for NVMe-command-set bit individually
Nico Huber
2022-05-11
libpayload/nvme: Fix error paths of nvme_init()
Nico Huber
2022-03-30
commonlib/bsd/helpers: Remove redundancy with libpayload defines
Jakub Czapiga
2022-03-04
libpayload: cbmem_console: Drop loglevel markers from snapshot
Julius Werner
2021-10-07
libpayload: cbgfx: Clear screen by memcpy
Yu-Ping Wu
2021-08-27
libpayload: cbgfx: Clear screen by sequential access
Yu-Ping Wu
2021-08-12
libpayload: Mark Intel 300 series AHCI as tested
Nico Huber
2021-08-09
payloads/libpayload: add MTK_TIMER_V2 config
Rex-BC Chen
2021-05-03
libpayload: i8042: Enable keyboard translation by default on exit
Duncan Laurie
2021-04-18
libpayload/keyboard: Reset to scancode set #2 on exit
Nico Huber
2021-04-18
libpayload/keyboard: Add a detention state
Nico Huber
2021-04-18
libpayload/keyboard: Implement hot (un)plugging
Nico Huber
2021-04-07
libpayload/storage: Add NVMe driver
Thomas Heijligen
2020-12-24
libpayload/i8042: Add API to peek on keyboard input queue
Nico Huber
2020-12-24
libpayload/keyboard: Add debug output to all state transitions
Nico Huber
2020-12-24
libpayload/keyboard: Hide console output by default
Nico Huber
2020-12-24
libpayload/keyboard: Implement self-test
Nico Huber
2020-12-24
libpayload/keyboard: Add timestamp to track time spent in a state
Nico Huber
2020-12-24
libpayload/keyboard: Turn init sequence into a state machine
Nico Huber
2020-12-24
libpayload/keyboard: Avoid races around input draining
Nico Huber
2020-12-24
libpayload/keyboard: Introduce keyboard_drain_input()
Nico Huber
2020-12-24
libpayload/keyboard: Revise keyboard_cmd() error handling
Nico Huber
2020-12-23
libpayload/keyboard: Revise scancode set and translation config
Nico Huber
2020-12-23
libpayload/i8042: Add API to get/set kbd translation state
Nico Huber
2020-11-22
libpayload/usb: Fix printf format string mismatches in debug messages
Caveh Jalali
2020-11-16
libpayload/i8042: Increase response timeout to 1.5s
Nico Huber
2020-11-09
libpayload: storage.c: remove unneeded #if CONFIG()
Thomas Heijligen
2020-11-08
libpayload: Make OHCI enums into types
Jacob Garber
2020-10-26
libpayload/keyboard: Use `bool` as return type
Nico Huber
2020-10-20
libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()
Felix Singer
2020-10-20
libpayload/storage/ahci: Use pacc pointer to read device class
Felix Singer
2020-10-19
libpayload/storage: Enable STORAGE_64BIT_LBA
Felix Singer
2020-10-19
libpayload/storage: Enable all AHCI controllers by default
Felix Singer
2020-09-30
libpayload: use PRIu64 type to print u64
Jeremy Compostella
2020-09-27
libpayload: Fix file permissions
Kyösti Mälkki
2020-09-21
payloads: Drop unneeded empty lines
Elyes HAOUAS
2020-09-18
libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling
Yu-Ping Wu
2020-09-04
libpayload/xhci: Fix Slot State field width definition
Caveh Jalali
2020-08-31
xhci: Do not set the CRCR_CS bit
Caveh Jalali
2020-08-31
xhci: Fix Abort command event handling
Caveh Jalali
2020-08-28
libpayload: cbgfx: Support buffered I/O
Hung-Te Lin
2020-08-24
libpayload: Cache copy of `cb_framebuffer` struct
Nico Huber
2020-08-24
libpayload: Cache physical location of serial-console struct
Nico Huber
2020-08-24
libpayload: Cache physical CMOS option table location
Nico Huber
2020-08-24
libpayload: Cache physical cbmem console address
Nico Huber
2020-08-13
libpayload: cbgfx: Add color mapping functionality
Yu-Ping Wu
2020-07-25
payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab
Elyes HAOUAS
2020-07-23
libpayload: cbgfx: Add draw_line()
Yu-Ping Wu
2020-07-21
libpayload/xhci: Try harder to read 32-bit caps at once
Nico Huber
2020-07-15
cbgfx: Add blend functions to calculate transparency
Shelley Chen
2020-07-09
libpayload: cbgfx: Replace bilinear resampling with Lanczos
Julius Werner
2020-07-06
libpayload: cbgfx: Fix add_fractions() overflow reduction
Julius Werner
2020-06-28
libpayload/cbgfx: Fix overflow in transform_vector()
Yu-Ping Wu
2020-06-06
usb/xhci: Fix timeout logic
Caveh Jalali
2020-06-06
libpayload: drivers/usb: add a USB pre-poll hook
Caveh Jalali
2020-05-26
libpayload/cbgfx: Remove gap between adjacent boxes
Yu-Ping Wu
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
payloads: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-04
libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload
Dossym Nurmukhanov
2020-05-02
libpayload: xhci: Fix CAPREG address calculation
Julius Werner
2020-05-01
libpayload: Fix 16-bit read/write to PCI_COMMAND register
Elyes HAOUAS
2020-05-01
lp/drivers/usb: Add quirk for QEMU XHCI root hub
Duncan Laurie
2020-04-30
libpayload: xhci: Do not memcpy registers
Julius Werner
2020-04-20
libpayload: Make 8250 UART driver relocation safe
Nico Huber
2020-04-14
lp/drivers/usb: Work around QEMU XHCI register issue
Duncan Laurie
2020-03-23
libpayload/drivers/nvram: Fix coding style
Patrick Georgi
2020-03-23
libpayload/drivers/nvram: Add function to write RTC
Patrick Rudolph
2020-03-10
libpayload/corebootfb: Replace obsolete macros FI and CHARS
Nico Huber
2020-03-09
libpayload: Add uart/serial driver support for trogdor
T Michael Turney
2020-03-09
libpayload: Improve rtc functions
Patrick Rudolph
2020-03-09
libpayload/corebootfb: Add option to center a 80x25 console
Nico Huber
2020-03-09
libpayload/corebootfb: Keep local copy of framebuffer info
Nico Huber
2020-02-26
treewide: capitalize 'USB'
Elyes HAOUAS
2020-02-24
treewide: Capitalize 'CMOS'
Elyes HAOUAS
2020-02-24
libpayload: cbgfx: Fix potential overflowing expression
Yu-Ping Wu
2020-02-17
payloads: Fix typos
Elyes HAOUAS
2020-02-17
libpayload/corebootfb: Fix character buffer relocation
Nico Huber
2020-02-05
libpayload/xhci: Fix MPS handling in set_address
Kangheui Won
2020-01-14
libpayload: cbgfx: Support drawing a box with rounded corners
Yu-Ping Wu
2019-12-20
libpayload/drivers/i8042: add error messages to i8042_probe
Eric Lai
2019-12-16
libpayload: Implement reading from CBMEM console
Yu-Ping Wu
2019-12-13
libpayload/drivers/i8042: Add error handling
Eric Lai
2019-12-11
libpayload/drivers/i8042: Add AT translated Keyboard support
Eric Lai
[next]