aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-09-17Fix whitespace leaked into treeKyösti Mälkki
2013-08-23SPI: Support STMicro partial page writeKyösti Mälkki
2013-07-10parade: Add a driver for the parade ps8625.Gabe Black
2013-07-10max77802: add header for max77802 PMICDavid Hendricks
2013-07-10drivers: Fix spellingMartin Roth
2013-07-10ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer
2013-06-28ELOG: Fix warning to fix the compilation.Denis 'GNUtoo' Carikli
2013-06-19qemu: complete bochs dispi interface vga driver.Gerd Hoffmann
2013-05-16pc80/tpm: allow for cache-as-ram migrationAaron Durbin
2013-05-07x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel
2013-04-10[2/2] tps65090: re-factor for corebootDavid Hendricks
2013-04-10[1/2] initial import of TI TPS65090David Hendricks
2013-04-10exynos5: Re-factor I2C codeDavid Hendricks
2013-04-09replace device/i2c.h with simpler versionDavid Hendricks
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-19RTC: Use the correct index when setting the default monthDave Frodin
2013-02-11spi.h: Rename the spi.h to spi-generic.hZheng Bao
2013-02-07armv7/snow: Remove power_init from bootblock.Hung-Te Lin
2013-02-07armv7: Clean up arm/snow bootblock build process.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-10snow: add max77686 driver in romstage and ramstageDavid Hendricks
2013-01-10size optimizations for max77686David Hendricks
2012-12-29corrections for MAX77686 config variableDavid Hendricks
2012-12-12Claim the SPI bus before writes if the IMC ROM is presentMartin Roth
2012-12-12Fix maxim max77686 driverStefan Reinauer
2012-12-12Fix up Maxim MAX77686 driverStefan Reinauer
2012-12-08Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones
2012-12-06driver/spi: Add support of MX25L3235DZheng Bao
2012-11-30Only compile PC80 drivers when CONFIG_PC80_SYSTEM is setStefan Reinauer
2012-11-30build system: Treat cmos.default as text filePatrick Georgi
2012-11-29Add the maxim MAX77686 power controller.Ronald G. Minnich
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-27SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR)Zheng Bao
2012-11-16Clean up KconfigStefan Reinauer
2012-11-16Drop Kconfig.deprecated_optionsStefan Reinauer
2012-11-12If cmos is invalid, always set the rtc date and timeStefan Reinauer
2012-11-12Remove duplicate defines from mc146818rtc.cMarc Jones
2012-11-12ELOG: Support for non-memory mapped flashDuncan Laurie
2012-11-12SPI: Fix and enable Fast Read supportDuncan Laurie
2012-11-09Add Gigadevice SPI rom supportMartin Roth
2012-11-09mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao
2012-11-09mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao
2012-11-08Log unexpected post code from the previous bootDuncan Laurie
2012-11-08RTC: Don't clear pending interrupt in resume pathDuncan Laurie
2012-11-08elog: add extended management engine eventDuncan Laurie
2012-11-08ELOG: Find flash base in FMAP if possibleDuncan Laurie
2012-11-07RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie
2012-11-07rtc: add explicit dependency on build.hVincent Palatin
2012-11-07rtc: erase CMOS memory after power failureVincent Palatin
2012-11-07rtc: force mc146818 register D to a correct valueVincent Palatin
2012-11-07Fix CONFIG_ use in i8254.cStefan Reinauer
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-10-07Remove chip.h files without config structureKyösti Mälkki
2012-08-30ioapic driver: typedef the ioapic_config struct (TRIVIAL)Alexandru Gagniuc
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-08-02RTC: Add a routine to check if the CMOS date is validzbao
2012-07-31Revert "Use broadcast SIPI to startup siblings"Sven Schnelle
2012-07-26Remove copies of rtl8168.cPatrick Georgi
2012-07-26ELOG: Add support for SMM and kernel GSMI driverDuncan Laurie
2012-07-25ELOG: Add support for a monotonic boot counter in CMOSDuncan Laurie
2012-07-25ELOG: Add support for generating SMBIOS type15 tableDuncan Laurie
2012-07-24SMM: Add option for SPI driver to be available in SMMDuncan Laurie
2012-07-24ELOG: Add support for flash based event logDuncan Laurie
2012-07-24Add BAR address debug information to Oxford PCIe serial driverMarc Jones
2012-07-24SPI flash layer: remove unused function spi_flash_free()Stefan Reinauer
2012-07-13IOAPIC: hook up driver in KconfigSven Schnelle
2012-07-09Add basic ipmi supportSven Schnelle
2012-07-04Add generic IOAPIC driverSven Schnelle
2012-07-04Add Nuvoton W83793 hardware monitor driverSven Schnelle
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-05-29Fix compilation with CONFIG_DEBUG_SPI_FLASH enabledStefan Reinauer
2012-05-26Reduce default verbosity of SPI flash driversStefan Reinauer
2012-05-26Fix printk types in SPI flash driversStefan Reinauer
2012-05-14SPI driver: style fixPatrick Georgi
2012-05-10Add SPI flash driverStefan Reinauer
2012-05-08Clean up #ifsPatrick Georgi
2012-05-01Fix TPM driver to work with multiple vendor TPMsStefan Reinauer
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer
2012-03-29Detect whether the OXPCIE card is really present while in the ROM stage.Gabe Black
2012-03-09OXPCIe: Reinitialize UART after pci_dev_set_resources()Stefan Reinauer
2012-03-09Add support for the Startech PEX1XS1PMINIStefan Reinauer
2012-02-24Ati video: Apply un-written naming rulesKyösti Mälkki
2012-02-16HWM: Nuvoton W83795G/ADG HWM supportKerry Sheh
2012-01-21adm1026: removed prototypeVikram Narayanan
2012-01-08adm1027: add return statementVikram Narayanan
2012-01-05Indentation: Various indentation fixesVikram Narayanan
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-25Add driver for ICS954309 clock generatorSven Schnelle
2011-10-19sconfig: check whether component directory actually existsStefan Reinauer
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-15Handle drivers/ equally to any other sub directory.Stefan Reinauer
2010-12-26All the values should stay untouched or be set automatically by the resourceStefan Reinauer
2010-12-26Random fixes for TI pci1x2x / Nokia IP530 / others.Uwe Hermann
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-08-17Whatever happened here,... The DEC Tulip is a network card, no bridge of anyStefan Reinauer
2010-06-22Finish fixing Tyan s2881. Simplify ADT7463 initialization code.Myles Watson