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
2014-07-21
src/drivers: Remove a trailing whitespace
Elyes HAOUAS
2014-07-19
lenovo/x60: Support digitizer on X60t and X201t.
Vladimir Serbinenko
2014-07-17
drivers/spi: Sanitize headers from preprocessor abuse
Edward O'Callaghan
2014-07-17
drivers,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-15
drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'
Edward O'Callaghan
2014-07-14
SPI: Split writes using spi_crop_chunk()
Kyösti Mälkki
2014-07-14
SPI flash: Fix alignment checks in Page Program commands
Kyösti Mälkki
2014-07-08
drivers: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-05
spi: Change spi_xfer to work in units of bytes instead of bits.
Gabe Black
2014-07-05
spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.
Gabe Black
2014-07-05
spi flash: Organise options list
Kyösti Mälkki
2014-07-05
drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()
Dave Frodin
2014-07-01
stdlib: Drop duplicates of min() and max()
Kyösti Mälkki
2014-06-29
drivers/pc80/mc146818rtc_early.c: Silence unused func complaints
Edward O'Callaghan
2014-06-25
drivers/intel/gma: Uninitialized var before if condition
Edward O'Callaghan
2014-06-25
drivers/elog: Unmangle header include out of pre-proc cond
Edward O'Callaghan
2014-06-21
PC80 RTC: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-21
PS2 keyboard: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-21
Misc: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-20
drivers/intel/gma: Equality comparison with extraneous parentheses
Edward O'Callaghan
2014-06-11
PIC i8259: Move #defines and functions to i8259.h
Mike Loptien
2014-06-01
i915_reg: Declare LVDS register values.
Vladimir Serbinenko
2014-05-29
drivers/intel/fsp: update enable_mrc_cache with fast boot
Martin Roth
2014-05-29
add rtc_init() to romstage
Martin Roth
2014-05-25
lenovo: Add lenovo_mainboard_partnumber.
Vladimir Serbinenko
2014-05-23
drivers/pc80/Kconfig: Revert PS/2 initialization defaults
Patrick Georgi
2014-05-20
drivers: Drop GbE stub drivers
Edward O'Callaghan
2014-05-18
drivers/spi/sst.c: Remove unused func to_sst_spi_flash()
Edward O'Callaghan
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-17
build: CPPFLAGS is more common than INCLUDES
Patrick Georgi
2014-05-15
drivers/pc80/Kconfig: simplify PS/2 selection rules
Patrick Georgi
2014-05-13
src/drivers/pc80: Remove empty struct keyboard
Edward O'Callaghan
2014-05-09
Intel FSP: add a shared set of functions for the FSP
Martin Roth
2014-05-02
drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payload
Paul Menzel
2014-05-02
drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payload
Paul Menzel
2014-05-02
drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboard
Paul Menzel
2014-04-30
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-30
uart: Support multiple ports
Kyösti Mälkki
2014-04-29
SPI: Use common dependency in Kconfig
Kyösti Mälkki
2014-04-26
uart8250io: Fix build with DEBUG_SMI
Kyösti Mälkki
2014-04-26
Get rid of HAVE_INIT_TIMER config option
Furquan Shaikh
2014-04-22
usbdebug: Add BeagleBone Black
Kyösti Mälkki
2014-04-22
Drop drivers/generic/debug
Kyösti Mälkki
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
OxPCIe uart: Move under drivers/uart
Kyösti Mälkki
2014-04-09
OxPCIe uart: Split PCI bridge control
Kyösti Mälkki
2014-04-09
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-09
console uart: Fill coreboot table entries
Kyösti Mälkki
2014-04-09
uart: Prepare to support multiple base addresses
Kyösti Mälkki
2014-03-12
drivers/spi: Add support for adesto SPI flash parts
Chris Douglass
2014-03-09
intel/gma: Remove MCH register declarations.
Vladimir Serbinenko
2014-03-04
console: Use single driver entry for UARTs
Kyösti Mälkki
2014-03-04
usbdebug: Move Kconfig under drivers/usb
Kyösti Mälkki
2014-03-04
SMM: Only have console with DEBUG_SMI
Kyösti Mälkki
2014-03-04
uart8250: Move under drivers/uart
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-03-04
pl011 UART: Move under drivers/uart
Kyösti Mälkki
2014-03-04
option: Add arch-agnostic get_option()
Kyösti Mälkki
2014-03-04
uart8250: Fix and unify baudrate divisor calculation
Kyösti Mälkki
2014-03-04
nehalem: Replace video init.
Vladimir Serbinenko
2014-03-04
drivers/intel/gma: Add EDID retrieving functions.
Vladimir Serbinenko
2014-03-03
qemu: Support textmode gfx init.
Vladimir Serbinenko
2014-02-28
drivers/spi: Sort SPI flash files
Chris Douglass
2014-02-20
usbdebug: Unify console API
Kyösti Mälkki
2014-02-17
console: Add drivers/uart
Kyösti Mälkki
2014-02-17
src/drivers/spi: introduce AMIC support
Idwer Vollering
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
QEMU debugcon: Move under drivers/emulation/qemu
Kyösti Mälkki
2014-02-06
ne2k: Move under drivers/net
Kyösti Mälkki
2014-02-06
spkmodem: Move under drivers/pc80
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2014-02-02
drivers/i2c/at24rf08c/lenovo_serials.c: Remove trailing whitespace
Paul Menzel
2014-02-01
lenovo: Handle EEPROM/RFID chip.
Vladimir Serbinenko
2014-01-28
spi: Add support for Winbod W25Q64DW
Aaron Durbin
2014-01-26
pc80/keyboard: Ignore interface test failure.
Vladimir Serbinenko
2014-01-23
SPI: Add API for programmer-specific flashing.
Vladimir Serbinenko
2014-01-23
keyboard.c: fix coding style with indent
Andrew Wu
2014-01-13
xpowers/axp209: Add helper to set voltages from devicetree config
Alexandru Gagniuc
2014-01-13
xpowers/axp209: Allow voltages to be sepecified in devicetree.cb
Alexandru Gagniuc
2014-01-13
drivers: Add support for X-Powers AXP209 PMU
Alexandru Gagniuc
2014-01-12
drivers/spi/eon: Add EN25Q64
Vladimir Serbinenko
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2013-12-23
Coding style: punctuation cleanup [1/2].
Idwer Vollering
2013-12-21
max77802: update header
David Hendricks
2013-12-21
Refactor code containing aux calls
Furquan Shaikh
2013-12-21
Slippy/Falco: Fill in right values for PHSYNC and PVSYNC in transcoder flags
Furquan Shaikh
2013-12-21
Add cpu transcoder attribute to intel dp
Furquan Shaikh
2013-12-21
Calculate transcoder flags based on pipe config
Furquan Shaikh
2013-12-21
tpm: provide explicit tpm register access
Aaron Durbin
2013-12-21
rtd2132: implement full configuration
Aaron Durbin
2013-12-21
Remove PS/2 keyboard initialization on resume from S3
Martin Roth
2013-12-21
Pit: move parade writes to mainboard.c
Ronald G. Minnich
2013-12-21
FUI: Fill in link_m and link_n values
Furquan Shaikh
2013-12-21
SLIPPY: final changes for FUI
Ronald G. Minnich
2013-12-21
rtd2132: Add driver for Realtek RTD2132 LVDS bridge
Duncan Laurie
[next]