summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* device/oprom/include: Use IS_ENABLED() macroNico Huber2017-05-224-5/+5
* vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin2017-05-182-2/+2
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-182-11/+10
* lib/edid.c: Allow use of when not NGIArthur Heymans2017-05-031-0/+1
* pci_device: Write vendor ID to subsystem vendor IDRizwan Qureshi2017-05-011-0/+7
* x86/acpi: Use initialized VBIOS in VFCT tableMarshall Dawson2017-04-271-2/+36
* device: allow devicetree accesses in postcar stageAaron Durbin2017-04-251-0/+1
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-10/+10
* libgfxinit: Select CONFIG_VGA when neededNico Huber2017-04-081-0/+1
* device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph2017-03-103-2/+632
* device: Add scan_generic_bus supportFurquan Shaikh2017-02-161-4/+9