summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Move ADDR32() hack to arch/x86Patrick Georgi2017-09-051-6/+0
* cpu/x86/smm: Fix explicit 'addr32' usage in clang buildsEdward O'Callaghan2017-09-021-0/+6
* AMD K8 fam10-15: Tidy up CAR stack switchKyösti Mälkki2017-08-221-4/+2
* AMD K8 fam10-15: Tidy up CAR disableKyösti Mälkki2017-08-221-3/+0
* arch/x86: Clean up CONFIG_SMP and MAX_CPUS testKyösti Mälkki2017-08-191-0/+5
* arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki2017-08-191-14/+18
* device/smbus: Reuse I2C bus operations where applicableNico Huber2017-08-181-5/+21
* Reinvent I2C opsNico Huber2017-08-183-22/+79
* include/device: Split i2c.h into threeNico Huber2017-08-183-159/+201
* device/smbus: Drop some never used boilerplateNico Huber2017-08-151-10/+0
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-49/+79
* console: Add weak method to notify about deathPatrick Rudolph2017-08-141-0/+6
* SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev2017-08-101-12/+12
* device/pci: untangle struct device and device_tAaron Durbin2017-08-092-40/+41
* add __must_check to */compiler.hCaveh Jalali2017-08-081-0/+1
* usbdebug: Refactor early enableKyösti Mälkki2017-08-071-1/+4
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-061-0/+1
* lib/cbmem: provide optional cbmem top initialization hookAaron Durbin2017-08-041-0/+5
* lib/cbmem: remove cbmem_region_used()Aaron Durbin2017-08-031-2/+0
* src/include: Add guards on all header filesMartin Roth2017-08-017-0/+34
* driver/intel/wifi: Update wifi wake source in elogNaresh G Solanki2017-07-281-0/+1
* timestamp: Apply factor to recorded stampsKyösti Mälkki2017-07-271-0/+5
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+7
* soc/intel/skylake: Add IGD id for mobile Xeon with GT2Nico Huber2017-07-251-0/+1
* soc/intel/apollolake: Add pci device id for GLK IGDHannah Williams2017-07-211-0/+1
* vboot: Remove get_sw_write_protect_state callbackJulius Werner2017-07-181-1/+0
* intel/fsp: Add and use new post codes for FSP phase indicationSubrata Banik2017-07-171-0/+14
* assert: Add new dead_code() macro to assert dead code pathsJulius Werner2017-07-161-0/+21
* geode_lx: Move declaration to another headerKyösti Mälkki2017-07-142-1/+1
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-1319-27/+28
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-1313-39/+74
* smbios: Correct the system enclosure typesElyes HAOUAS2017-07-061-2/+36
* elog: Update for EC Device EventsDuncan Laurie2017-07-011-1/+7
* lib/spd_bin: Use proper I2C addressesNico Huber2017-06-291-1/+1
* amd/family15h: Add defines for boost and P-stateMarshall Dawson2017-06-281-0/+4
* include/device: Add pci ids for Intel CNLLijian Zhao2017-06-271-1/+64
* soc/amd/stoneyridge: Add CPU filesMarc Jones2017-06-261-1/+1
* device/dram/ddr3.h: Add brackets around macroArthur Heymans2017-06-221-1/+1
* cpu/x86/smm: fix up types in module loaderAaron Durbin2017-06-221-5/+5
* cpu/x86/smm/smihandler: Apply cosmetic changesPatrick Rudolph2017-06-191-6/+16
* haswell: add CBMEM_MEMINFO table when initing RAMMatt DeVillier2017-06-161-0/+13
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-11/+26
* device/pnp: remove struct io_infoSamuel Holland2017-06-131-5/+1
* nb/intel/sandybridge: Improve CAS freq selectionArthur Heymans2017-06-121-0/+2
* elog: Add more detailed wake source events for USB2.0/3.0 port wakeFurquan Shaikh2017-06-091-0/+2
* cpu/x86/mtrr: further expose declarations of functionsAaron Durbin2017-06-091-4/+2
* device/dram/ddr2.c: Fix is_registered_ddr2Arthur Heymans2017-06-091-1/+1
* src: change coreboot to lowercaseMartin Roth2017-06-073-3/+3
* cpu/x86/mtrr: don't guard function declarationsAaron Durbin2017-06-051-4/+1
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-041-0/+45