summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/spi: Don't disable non-existent warnings on clangStefan Reinauer2017-06-271-0/+2
* drv/intel/gma/acpi: Fix copyright headerPatrick Rudolph2017-06-221-2/+13
* drivers/net/r8168: Get mac address from VPDShelley Chen2017-06-202-20/+108
* drivers/xgi: Fix usage of NGI Kconfig optionsNico Huber2017-06-156-96/+94
* drivers/fsp1_1: decouple VBT from execution of GOP driverMatt DeVillier2017-06-143-40/+40
* siemens/nc_fpga: Expand FPGA functionalityMario Scheithauer2017-06-132-8/+24
* src/drivers: Add license headersMartin Roth2017-06-122-2/+25
* rx6110sa: Add more chip configuration options to chipWerner Zeh2017-06-093-9/+74
* fsp/gop: Add running the GOP to the choice of gfx initNico Huber2017-06-086-12/+10
* drvs/intel/wifi/wifi: Fix regressionPatrick Rudolph2017-06-081-2/+3
* Kconfig: Indent help textMartin Roth2017-06-071-2/+2
* src: change coreboot to lowercaseMartin Roth2017-06-078-8/+8
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-071-1/+1
* fsp1_1: Verify FSP_IMAGE_ID/_REV against headersNico Huber2017-06-063-17/+8
* intel/gma: Fix typo GMBUS0 -> GMBUS1 in edid.cSebastian "Swift Geek" Grzywna2017-06-051-2/+2
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-044-18/+29
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-042-0/+150
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-023-0/+3
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-022-0/+3
* rx6110sa: Add possibility to use both I2C and SMBus for the RTCWerner Zeh2017-05-312-37/+60
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-302-1/+1
* gma/acpi: Fix argument count to _DSSMatt DeVillier2017-05-291-1/+1
* drivers/spi/spi-generic: Make spi_setup_slave strong symbolFurquan Shaikh2017-05-241-5/+1
* Kconfig: Move and clean up CONFIG_VGANico Huber2017-05-221-0/+4
* drivers/intel/gma: Drop unused INTEL_DPNico Huber2017-05-227-2223/+0
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-1911-75/+124
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-23/+11
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-1912-23/+24
* drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtronFurquan Shaikh2017-05-191-2/+0
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-1915-190/+181
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-1910-313/+167
* drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structureFurquan Shaikh2017-05-191-13/+2
* drivers/spi/cbfs_spi: Provide implementation of boot_device_spi_flashFurquan Shaikh2017-05-191-0/+6
* vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin2017-05-181-1/+1
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-186-52/+51
* uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functionsWerner Zeh2017-05-182-2/+5
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-134-4/+12
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-1218-3781/+0
* drivers/storage: Delay after SD SWITCH operationsLee Leahy2017-05-121-0/+13
* drivers/i2c: Add new driver for RTC type RX6110 SAMario Scheithauer2017-05-115-0/+237
* drivers/storage: Fix array referencesLee Leahy2017-05-101-46/+31
* drivers/storage: Remove set_control_regLee Leahy2017-05-101-3/+0
* drivers/intel/wifi: provide weak get_wifi_sar_limits()Aaron Durbin2017-05-081-0/+6
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-0512-12/+31
* drivers/pc80/tpm: Fix missing tis_close() functionPhilipp Deppenwiese2017-05-051-1/+3
* drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDIDArthur Heymans2017-05-032-16/+0
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-1/+1
* drivers/intel/fsp2_0: add option to incorporate platform memory versionAaron Durbin2017-04-283-3/+58
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-1/+1
* drivers/storage: Add SD/MMC/eMMC driver based upon depthchargeLee Leahy2017-04-2518-0/+3786