summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* Add a default path for vbt.binArthur Heymans2018-02-011-9/+10
* device: add ALWAYS_RUN_OPROM optionAaron Durbin2018-02-012-0/+12
* device/pci_device: remove #if/#endif in oprom logicAaron Durbin2018-02-011-7/+5
* device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph2018-01-312-0/+60
* sconfig: Add a new mmio resource typeJustin TerAvest2018-01-251-0/+8
* device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin2018-01-241-5/+5
* Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth2018-01-151-17/+0
* device/dram/ddr2.c: Store the checksum in the decoded SPD structArthur Heymans2017-12-201-0/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+1
* device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi2017-12-081-4/+13
* device: further untangle device_t from struct deviceAaron Durbin2017-11-151-21/+24
* device/device_util: Add string for DEVICE_PATH_NONEPatrick Rudolph2017-11-071-0/+3
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* src/device: Update LTR configuration schemeAamir Bohra2017-10-131-11/+44
* device/dram/ddr2.c: fix a hidden syntax error introduced earlierBill XIE2017-09-261-1/+1
* device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flagArthur Heymans2017-09-221-7/+10
* device/dram/ddr2: Add break to several case statements that lack itPatrick Georgi2017-09-221-0/+6
* arch/x86: Enable ebda library for romstage and postcarSubrata Banik2017-09-221-2/+7
* device/dram/ddr2.c: Improve error returning and debug outputArthur Heymans2017-09-201-39/+99
* device/dram/ddr2: Fix decoding tRRArthur Heymans2017-09-161-6/+9
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* device/dram/ddr2: Add a function to normalize tCLKArthur Heymans2017-09-061-7/+26
* Kconfig: Move and rename ADD_VBT_DATA_FILEPatrick Rudolph2017-09-041-0/+14
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-4/+4
* device/smbus: Reuse I2C bus operations where applicableNico Huber2017-08-181-48/+3
* Reinvent I2C opsNico Huber2017-08-183-83/+162
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+3
* device/smbus: Drop some never used boilerplateNico Huber2017-08-151-35/+0
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-142-5/+6
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-11/+12
* src/device: Add guards on all header filesMartin Roth2017-08-011-0/+4
* src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-2510-89/+89
* device/pciexp_device.c: Terminate CLK PM message with newlineArthur Heymans2017-07-151-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-5/+8
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-286-23/+23
* device/oprom/yabel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-288-50/+50
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-8/+8
* pciexp_device: Remove useless write on a read-only registerYouness Alaoui2017-06-091-5/+0
* pciexp_device: Prevent race condition with retrain linkYouness Alaoui2017-06-091-2/+20
* device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans2017-06-091-1/+2
* fsp/gop: Add running the GOP to the choice of gfx initNico Huber2017-06-081-0/+15
* device/Kconfig: Put gfx init methods into a `choice`Nico Huber2017-06-081-22/+25
* device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber2017-06-081-5/+14
* device/Kconfig: Move "Display" menu below gfx optionsNico Huber2017-06-061-189/+190
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-7/+35
* device/Kconfig: Clarify ON_DEVICE_ROM_LOADNico Huber2017-06-041-2/+2
* device/device_util: Add function to determine bridge statePatrick Rudolph2017-06-021-0/+25
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-021-3/+18
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-021-3/+4
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-301-7/+1