summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device/pci_ops: Unify signaturesKyösti Mälkki2019-03-136-67/+67
* sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h>Elyes HAOUAS2019-03-131-1/+0
* nb/intel/stage_cache.c: Drop unnecessary includesElyes HAOUAS2019-03-134-12/+4
* src/mainboard/*/*/cstates.c: Drop unused includesElyes HAOUAS2019-03-1316-22/+0
* {mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.hElyes HAOUAS2019-03-138-13/+2
* vendorcode/intel/fsp/fsp2_0/cml: Update FSP header files for CometlakeRonak Kanabar2019-03-122-1102/+1140
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-1275-92/+4
* drivers/intel/fsp2_0: Add provision to include PPI directorySubrata Banik2019-03-122-0/+14
* mb/facebook/watson: Enable TPM 1.2 supportzaolin2019-03-122-1/+7
* mb/google/hatch: Add Hatch_whl boardShelley Chen2019-03-112-1/+8
* mb/google/hatch: Enable audio supportSathya Prakash M R2019-03-113-4/+34
* vendorcode/google/chromeos: Fix AMAC return typeDuncan Laurie2019-03-111-2/+2
* include/efi/efi_datatype: Convert EFI datatypes as per coreboot specificationSubrata Banik2019-03-091-0/+87
* src/soc/intel/apollolake/cpu.c: Set up local APICMario Scheithauer2019-03-081-1/+5
* commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS2019-03-0828-27/+2
* src/mb: Shorten 'include <arch/x86/include/arch/acpigen.h>'Elyes HAOUAS2019-03-0811-11/+11
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-08920-2285/+2285
* mb/google/hatch: Create hatch_whl variantShelley Chen2019-03-083-0/+58
* mb/google/hatch: Initialize all gpiosShelley Chen2019-03-081-98/+314
* soc/intel/cannonlake: Add support for logging wake source in SMMV Sowmya2019-03-072-0/+8
* soc/intel/cannonlake: Move power_state functions to pmutil.cV Sowmya2019-03-073-89/+64
* src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon2019-03-072-0/+40
* prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik2019-03-072-1/+7
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-073-0/+10
* soc/intel/icelake: Add PM timer emulation support in ICLAamir Bohra2019-03-072-0/+24
* mb/{asus/p5qc,intel/dg43gt}: Remove unneeded include i82801jx.hElyes HAOUAS2019-03-073-4/+2
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-03-071-1/+1
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-03-071-1/+1
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-0728-29/+0
* Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)Julius Werner2019-03-071-1/+3
* mainboard/google/kahlee: Add additional Micron MT40A512M16TB-062E:J SPD for v...Kevin Chiu2019-03-072-1/+34
* soc/amd/stoneyridge: Convert SMU fanless optionsMarshall Dawson2019-03-071-2/+3
* soc/amd/stoneyridge: Call amdfwtool with different argumentsMarshall Dawson2019-03-071-28/+29
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-0717-80/+279
* soc/intel/skylake: Add H110 PCH seriesMaxim Polyakov2019-03-063-0/+3
* soc/intel/skylake: Add new Northbridge and IGD IDsMaxim Polyakov2019-03-064-0/+6
* soc/intel/braswell/include/soc/spi.h: Add OPTYPE valuesFrans Hendriks2019-03-061-0/+5
* soc/intel/braswell/include/soc/pci_devs.h: Add PUNIT_DEVFrans Hendriks2019-03-061-0/+6
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-0650-52/+0
* mb/google/poppy/variants/nami: Use Pantheon VBTJohn Su2019-03-061-0/+2
* mb/google/sarien: add ish firmware_variant field to _DSDJett Rink2019-03-062-1/+7
* driver/intel/ish: add ish chip driver supportJett Rink2019-03-065-0/+110
* arch/x86: Prepare GDT for x86_64Patrick Rudolph2019-03-061-2/+6
* vendorcode/intel/fsp/fsp2_0/cml: Update FSP header files for CometlakeSubrata Banik2019-03-063-1142/+1105
* ec/lenovo/h8: Implement ACPI methods to set battery thresholdsAlexey Kharlamov2019-03-0629-0/+461
* nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINITKyösti Mälkki2019-03-062-0/+34
* mb/siemens/{mc_apl1,mc_tcu3}: Fix typo on "Display"Elyes HAOUAS2019-03-064-4/+4
* Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki2019-03-0626-39/+23
* device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki2019-03-063-64/+81
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-064-50/+44