summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common/block: Provide mmc.c for setting dll registersKane Chen2019-08-286-43/+128
* intel/baytrail: Use smm_subregion()Kyösti Mälkki2019-08-274-49/+38
* intel/baytrail: Reorganize romstage.cKyösti Mälkki2019-08-271-58/+58
* soc/intel/fsp_broadwell_de: Add ACPI HPET tableJohnny Lin2019-08-274-2/+20
* soc/intel/{apl,cnl,dnv,icl,skl} : Use common cpu/intel/car/romstage.c codeSubrata Banik2019-08-275-1/+5
* intel/car: Use common TS_START_ROMSTAGEKyösti Mälkki2019-08-264-9/+0
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-268-8/+8
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-268-127/+67
* arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-08-262-12/+16
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-262-2/+2
* soc/intel/cannonlake: Add config to disable display audio codecAamir Bohra2019-08-262-0/+2
* rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-222-54/+23
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-2210-1/+10
* mediatek/mt8183: add scp voltage initializationHsin-Hsiung Wang2019-08-212-0/+30
* arch/x86: Rename some mainboard_romstage_entry()Kyösti Mälkki2019-08-216-8/+8
* soc/intel/common/smm: Add missing printk statementTim Wawrzynczak2019-08-211-0/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-211-4/+5
* soc/intel/common: use PAD_BUF() inside PAD_CFG_* macrosMaxim Polyakov2019-08-211-26/+24
* soc/intel/common: gpio_defs: set trig to disable in PAD_NCMaxim Polyakov2019-08-211-2/+2
* soc/intel/common: Set controller state to active in uart initUsha P2019-08-211-3/+6
* mediatek/mt8183: Enlarge PRERAM_CBFS_CACHE regionTristan Shieh2019-08-211-5/+5
* mediatek/mt8183: Overlap decompressor, verstage and romstageTristan Shieh2019-08-212-3/+3
* mediatek: Use GPIO based SPI CSYu-Ping Wu2019-08-214-8/+26
* intel/fsp1_0,baytrail,rangeley: Tidy up use of preprocessorKyösti Mälkki2019-08-2115-65/+20
* soc/intel/cnl: Add provision to configure SD controller write protect pinAamir Bohra2019-08-202-0/+5
* intel/apollolake: Move LPC decode enables to bootblockKyösti Mälkki2019-08-202-5/+5
* src: Remove variable length arraysJacob Garber2019-08-205-37/+35
* soc/intel/skylake/vr_config: Add loadline defaultsPatrick Rudolph2019-08-202-2/+84
* soc/intel/skylake/vr_config: Add support for KBL-H and KBL-SPatrick Rudolph2019-08-201-16/+74
* soc/intel/skylake/vr_config: Get rid of static lookup tablePatrick Rudolph2019-08-201-113/+74
* soc/intel/skylake/vr_config: Get rid of definesPatrick Rudolph2019-08-201-31/+20
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-208-13/+0
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-2012-29/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-183-5/+3
* soc/intel/cannonlake: Add 4E/4F to early io initChristian Walter2019-08-161-1/+1
* soc/intel/cannonlake: Add more PCI Ids for CoffeelakeChristian Walter2019-08-162-0/+16
* soc/intel/common/dptf: Add support for mode-aware DPTFPhilip Chen2019-08-161-8/+75
* amd/picasso: Unify SMM relocationKyösti Mälkki2019-08-161-28/+28
* amd/stoneyridge: Unify SMM relocationKyösti Mälkki2019-08-161-28/+28
* amd/stoneyridge: Rename ramtop.c to memmap.cKyösti Mälkki2019-08-162-3/+3
* amd/picasso: Rename ramtop.c to memmap.cKyösti Mälkki2019-08-162-3/+3
* soc/amd/common: Refactor S3 helpersKyösti Mälkki2019-08-163-38/+49
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-155-25/+0
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-1538-181/+79
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-156-8/+8
* intel/ice,sky,cannon: Drop unused EMRR and UNCORE_EMRR codeKyösti Mälkki2019-08-156-115/+3
* soc/intel: Drop spurious includesKyösti Mälkki2019-08-157-7/+0
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-156-5/+18
* arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki2019-08-152-12/+2
* cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki2019-08-152-27/+26