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
/
src
/
drivers
Age
Commit message (
Expand
)
Author
2017-03-14
drivers/intel/fsp1_1: Only display MMCONF address if supported
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Switch from binary to decimal
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Wrap lines at 80 columns
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Remove braces for single statements
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Fix spacing issues
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Add space before *
Lee Leahy
2017-03-10
drivers/intel/fsp2_0: Use tabs for indent
Lee Leahy
2017-03-09
drivers/spi/tpm: provide Kconfig to indicate CR50 usage
Aaron Durbin
2017-02-22
acpi: Add ACPI_ prefix to IRQ enum and struct names
Furquan Shaikh
2017-02-22
drivers/intel/{fsp1_1,fsp2_0}: Provide separate function for fsp load
Furquan Shaikh
2017-02-20
drivers/i2c: Use I2C HID driver for wacom devices
Furquan Shaikh
2017-02-20
src/drivers/pc80: Update vga_font_8x16.c to be non-binary
Martin Roth
2017-02-19
drivers/spi/acpi: Add additional generic ACPI support
Duncan Laurie
2017-02-19
acpi_device: Move power resource function to generic code
Duncan Laurie
2017-02-17
driver/i2c/max98927: add i2c driver for Maxim 98927 codec
Rizwan Qureshi
2017-02-16
drivers/spi: Add support for generating SPI device in SSDT
Furquan Shaikh
2017-02-16
spi: Add function callback to get configuration of SPI bus
Furquan Shaikh
2017-02-14
drivers/pc80/tpm: Update default acpi path
Tobias Diedrich
2017-02-04
drivers/intel/gma/vbt: Add Kconfig symbol for SSC ref
Nico Huber
2017-01-29
i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPI
Furquan Shaikh
2017-01-26
drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value
Martin Roth
2017-01-26
drivers/net/rt8168: Add a macaddress cbfsfile using Kconfig
Arthur Heymans
2017-01-24
drivers/intel/gma/vbt: Fix style and minor issues
Nico Huber
2017-01-19
driver/intel/fsp1_1: Fix boot failure for non-verstage case
Teo Boon Tiong
2017-01-13
intel/wifi: Create ACPI objects for wifi SAR configuration
Robbie Zhang
2017-01-10
SPI: Fix command-response behavior
Kyösti Mälkki
2017-01-03
i2c/tpm: Ignore 0xFF bytes for status and burstCount
Julius Werner
2016-12-30
drivers/uart/oxpcie_early.c: remove uart_fill_lb()
Martin Roth
2016-12-23
spi: Get rid of SPI_ATOMIC_SEQUENCING
Furquan Shaikh
2016-12-21
drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API support
Brenton Dong
2016-12-19
drivers/spi: fix flash writes at page boundaries
Aaron Durbin
2016-12-19
drivers/intel/gma: Use scaling to simplify fb config
Nico Huber
2016-12-19
drivers/intel/gma: Add textmode support with libgfxinit
Nico Huber
2016-12-17
drivers/regulator: Add driver for handling GPIO-based fixed regulator
Furquan Shaikh
2016-12-16
drivers/pc80/tpm: Set default TPM acpi path if unset
Philipp Deppenwiese
2016-12-16
drivers/i2c/generic: Allow mainboards to export reset and enable GPIOs
Furquan Shaikh
2016-12-16
tpm2: handle failures more gracefully
Vadim Bendebury
2016-12-16
drivers/i2c/hid: Add generic I2C HID driver
Duncan Laurie
2016-12-15
drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdt
Furquan Shaikh
2016-12-15
soc/intel/common: remove mrc cache assumptions
Aaron Durbin
2016-12-15
pcf8523: Fix wrong initialization of several registers
Werner Zeh
2016-12-13
pc80: Move set_boot_successful()
Kyösti Mälkki
2016-12-13
intel MMA: Enable MMA with FSP2.0
Pratik Prajapati
2016-12-11
drivers/intel/fsp2_0: Include stddef.h in soc_binding.h
Furquan Shaikh
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-12-08
drivers/spi: provide a mechanism to obtain the SPI flash boot device
Aaron Durbin
2016-12-08
drivers/r8168: Read default MAC address from CBFS
Damien Zammit
2016-12-07
spi: Clean up SPI driver interface
Furquan Shaikh
2016-12-06
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-01
lib: put romstage_handoff implementation in own compilation unit
Aaron Durbin
2016-12-01
romstage_handoff: remove code duplication
Aaron Durbin
2016-11-30
driver/intel/fsp2_0: Add version parameter to FSP platform callback
Andrey Petrov
2016-11-29
drivers/intel/gma: Hook up libgfxinit
Nico Huber
2016-11-28
Build system: Update HAVE_CMOS_DEFAULT
Martin Roth
2016-11-24
drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfig
Arthur Heymans
2016-11-24
driver/pc80/tpm: Runtime generate ACPI table for TPM driver
Naresh G Solanki
2016-11-22
spi: Get rid of flash_programmer_probe in spi_slave structure
Furquan Shaikh
2016-11-22
spi: Get rid of max_transfer_size parameter in spi_slave structure
Furquan Shaikh
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-21
drivers/intel/fsp2_0: Check for NULL before using pointer
Martin Roth
2016-11-21
fsp2_0: implement stage cache for silicon init
Brandon Breitenstein
2016-11-21
net/r8167: do net set bus msater enable
Ronald G. Minnich
2016-11-21
drivers/usb: Add option for baudrate of FT232H UART
Nico Huber
2016-11-18
intel post-car: Increase stacktop alignment
Kyösti Mälkki
2016-11-17
rtc: Force negative edge on SET after battery replacement
Marshall Dawson
2016-11-17
rtc: Check update-in-progress bit
Marshall Dawson
2016-11-16
drivers/i2c/alps: Add support for ALPS Touchpad driver
Barnali Sarkar
2016-11-14
drivers/pc80/tpm: Select TPM device name based on Kconfig option
Subrata Banik
2016-11-12
drivers/intel/fsp2_0: track end of firmware notifications
Aaron Durbin
2016-11-11
lib/tlcl: Ensure tlcl library is initialized only once
Furquan Shaikh
2016-11-10
drivers/i2c/wacom: Make the driver more generic
Furquan Shaikh
2016-11-10
drivers/intel/fsp2_0: Add support for recovery MRC hash space in TPM
Furquan Shaikh
2016-11-10
mrc: Add support for separate training cache in recovery mode
Furquan Shaikh
2016-11-09
google/pyro: Update WACOM touchscreen ACPI _HID
Janice Li
2016-11-07
drivers/i2c/tpm/cr50: Increase IRQ timeout
Duncan Laurie
2016-10-31
lib/prog_loaders: use common ramstage_cache_invalid()
Aaron Durbin
2016-10-27
driver/intel/fsp2_0: Reset on invalid stage cache.
Naresh G Solanki
2016-10-26
drivers/i2c/wacom_ts: Add support for WCOM touchscreen device driver
Furquan Shaikh
2016-10-25
drivers/i2c/generic: Re-factor SSDT generation code
Furquan Shaikh
2016-10-25
drivers/i2c/generic: Enable support for adding PowerResource for device
Furquan Shaikh
2016-10-24
drivers/i2c/generic: Return correct name for acpi_name
Furquan Shaikh
2016-10-09
drivers/intel/wifi: Add depends on ARCH_X86
Martin Roth
2016-10-07
soc/intel/apollolake: Implement stage cache to improve resume time
Brandon Breitenstein
2016-10-07
src/drivers: Remove whitespace after memcpy & memset
Elyes HAOUAS
2016-10-07
x86/acpi_device: Add support for GPIO output polarity
Furquan Shaikh
2016-10-07
Gale: Fix the orange color to match the UX doc
Suresh Rajashekara
2016-10-06
i2c/ww_ring: LED changes as per UX team feedback.
Suresh Rajashekara
2016-10-06
spi: Add a way to show SPI transfer speed for reads
Simon Glass
2016-10-06
i2c/ww_ring: Change LED configuration for Gale EVT3
Suresh Rajashekara
2016-10-05
drivers/i2c/tpm/cr50: Initialize IRQ status handler before probe
Duncan Laurie
2016-10-02
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-09-30
Kconfig: Prefix hex defaults with 0x
Martin Roth
2016-09-30
soc/intel/fsp_broadwell_de/uart: Drop it
Nico Huber
2016-09-30
drivers/intel/fsp2_0: Fix debug display support
Lee Leahy
2016-09-28
drivers/i2c/generic: Add config for marking device as probed
Duncan Laurie
2016-09-27
intel/gma/vbt.c: pad the ID string with spaces.
Arthur Heymans
2016-09-21
drivers/i2c/tpm/cr50: Support interrupts for status
Duncan Laurie
[next]