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-05-19
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Add page_size to struct spi_flash
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure
Furquan Shaikh
2017-05-19
drivers/spi/cbfs_spi: Provide implementation of boot_device_spi_flash
Furquan Shaikh
2017-05-18
vbe: remove the necessity for a global vbe_mode_info_valid()
Aaron Durbin
2017-05-18
coreboot_tables: specify clear interface for lb_framebuffer()
Aaron Durbin
2017-05-18
uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functions
Werner Zeh
2017-05-13
drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c
Nico Huber
2017-05-12
commonlib: Move drivers/storage into commonlib/storage
Lee Leahy
2017-05-12
drivers/storage: Delay after SD SWITCH operations
Lee Leahy
2017-05-11
drivers/i2c: Add new driver for RTC type RX6110 SA
Mario Scheithauer
2017-05-10
drivers/storage: Fix array references
Lee Leahy
2017-05-10
drivers/storage: Remove set_control_reg
Lee Leahy
2017-05-08
drivers/intel/wifi: provide weak get_wifi_sar_limits()
Aaron Durbin
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
drivers/pc80/tpm: Fix missing tis_close() function
Philipp Deppenwiese
2017-05-03
drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDID
Arthur Heymans
2017-05-03
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-04-28
drivers/intel/fsp2_0: add option to incorporate platform memory version
Aaron Durbin
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-04-25
drivers/storage: Add SD/MMC/eMMC driver based upon depthcharge
Lee Leahy
2017-04-24
drivers/i2c/tpm: Remove vendor.irq
Daniel Kurtz
2017-04-24
drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ status
Daniel Kurtz
2017-04-24
drivers/spi/tpm: Do not let MAINBOARD_HAS_SPI_TPM_CR50 depend on SPI_TPM
Daniel Kurtz
2017-04-24
drivers/spi/spiconsole: Fix broken spiconsole driver
Furquan Shaikh
2017-04-24
drivers/i2c/tpm: Hide ACPI on unsupported platforms
Patrick Rudolph
2017-04-24
*.asl: Remove obsolete reference to TPM ASL file
Patrick Rudolph
2017-04-19
drivers/intel/mipi_camera: Add MIPI CSI camera SSDT generator
V Sowmya
2017-04-19
elog: Print timestamp when logging event
Julius Werner
2017-04-13
drivers/spi/tpm: Clean up SPI TPM driver
Furquan Shaikh
2017-04-09
drivers/spi: Get rid of spi_get_config
Furquan Shaikh
2017-04-08
3rdparty/libgfxinit: Update submodule pointer
Nico Huber
2017-04-05
drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM.
Furquan Shaikh
2017-04-05
drivers/spi/tpm: Make SPI TPM driver CAR-safe
Furquan Shaikh
2017-04-05
drivers/spi/tpm: using tpm irq to sync tpm transaction
Jeffy Chen
2017-04-05
drivers/spi/tpm: try to wake cr50 if it is asleep
Jeffy Chen
2017-04-05
drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage
Furquan Shaikh
2017-04-03
drivers/i2c/tpm: remove 1260 byte buffer from stack
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused variable in tpm_transmit()
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused types from tpm.h
Aaron Durbin
2017-04-03
drivers/spi/tpm: honor tis_sendrecv() API
Aaron Durbin
2017-04-03
drivers/spi/tpm: make tpm_info object local to compilation unit
Aaron Durbin
2017-04-03
drivers/spi/tpm: de-assert chip select on transaction error
Aaron Durbin
2017-04-03
nb/intel: Deduplicate vbt header
Patrick Rudolph
2017-03-31
drivers/intel/gma: Guard GFX_GMA_* configs
Nico Huber
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
soc/intel/common/block: Add cache as ram init and teardown code
Subrata Banik
2017-03-18
nb/i945/gma.c: Refactor panel setup
Arthur Heymans
2017-03-17
drivers/intel/fsp1_1: Fix issues detected by checkpatch
Lee Leahy
2017-03-16
i2c/generic: Add support for GPIO IRQ
Duncan Laurie
2017-03-16
drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)
Lee Leahy
2017-03-16
drivers/i2c/tpm: Add TPM (TIS) debugging support
Lee Leahy
2017-03-15
drivers/i2c/tpm: Fix issues detected by checkpatch
Lee Leahy
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
[next]