summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* intel/fsp: Add and use new post codes for FSP phase indicationSubrata Banik2017-07-172-2/+2
* intel/fsp1_1: Don't consume FSP_SMBIOS_MEMORY_INFO_HOB in S3 resume pathSubrata Banik2017-07-171-4/+5
* drivers/intel/fsp1_1: Handle errors in find_fsp()Werner Zeh2017-07-171-0/+5
* drivers: Drop level of indirection for MMIO HW accessStefan Reinauer2017-07-162-38/+6
* siemens/nc_fpga: Fix wrong type castWerner Zeh2017-07-151-1/+1
* drv/intel/gma/i915: Get rid of unused function prototypePatrick Rudolph2017-07-151-2/+0
* drivers/fsp1_1: remove VBT function defs from util.hMatt DeVillier2017-07-142-1/+1
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-138-19/+19
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-1321-70/+94
* drv/intel/gma/opregion: Add method to restore ASLSPatrick Rudolph2017-07-122-0/+17
* drv/intel/gma/opregion: Add interface for GNVS ASLB handlingPatrick Rudolph2017-07-121-0/+2
* drv/intel/gma/opregion: Add function to set ASLS registerPatrick Rudolph2017-07-123-0/+51
* siemens/nc_fpga: Modify macro FPGA_SET_PARAM to avoid hwilib errorsWerner Zeh2017-07-112-6/+5
* drivers/intel/gma: Fix undefined behaviorRyan Salsamendi2017-07-104-76/+76
* northbridge/intel/haswell: Fix undefined behaviorRyan Salsamendi2017-07-031-2/+2
* drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-0211-35/+35
* siemens/nc_fpga: Rename freeze_mode to freeze_disableWerner Zeh2017-07-021-3/+3
* rx6110sa: Add a software reset sequence in case of power lossWerner Zeh2017-06-302-36/+61
* 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