summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-082-2/+2
* soc/amd/common/block/spi/fch_spi_ctrl.c: Fix SPI vendor id codeRichard Spiegel2019-09-263-11/+27
* soc/amd/picasso: Use new common SPI codeRichard Spiegel2019-09-214-207/+2
* soc/amd/stoneyridge: Use new common SPI codeRichard Spiegel2019-09-215-209/+12
* soc/amd/common/block: Create new SPI codeRichard Spiegel2019-09-218-0/+981
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-156-6/+0
* soc/amd/common: Remove Picasso display HDA from listMarshall Dawson2019-09-151-1/+0
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-132-5/+2
* soc/amd/picasso: Refactor AOAC enablingMarshall Dawson2019-09-132-41/+57
* soc/{amd, intel}: Make use of common postcar_enable_tseg_cache() APISubrata Banik2019-09-122-22/+4
* soc/amd/picasso: Update TSC and monotonic timerMarshall Dawson2019-09-094-61/+12
* soc/amd/common/lpc: Add decode disable functionMarshall Dawson2019-09-092-0/+23
* soc/amd/common: Add missing stdint.h to lpc.hMarshall Dawson2019-09-091-0/+1
* soc/amd/common: Add missing stdint.h to acpimmio.hMarshall Dawson2019-09-061-0/+1
* soc/amd/common: Add missing stdint.h to BiosCallOuts.hMarshall Dawson2019-09-061-0/+1
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-222-0/+2
* arch/x86: Rename some mainboard_romstage_entry()Kyösti Mälkki2019-08-214-6/+6
* 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
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-152-2/+2
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-152-0/+6
* cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki2019-08-152-65/+6
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-0/+2
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-134-0/+4
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-112-2/+0
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-112-2/+0
* soc/amd/picasso: Update i2c supportMarshall Dawson2019-08-097-76/+97
* soc/amd/picasso: Update CPU supportMarshall Dawson2019-08-095-16/+11
* soc/amd/picasso: Reduce 48M out configurationMarshall Dawson2019-08-092-17/+4
* soc/amd/picasso: Remove IOAPIC2Marshall Dawson2019-08-094-48/+2
* soc/amd/picasso: Update SMI sourcesMarshall Dawson2019-08-091-121/+118
* soc/amd/picasso: Update machine check supportMarshall Dawson2019-08-091-8/+1
* src/amd/picasso: Update reset codeMarshall Dawson2019-08-093-19/+8
* soc/amd/common: Add new GPIO 8K pull-up definitionMarshall Dawson2019-08-091-0/+2
* src/soc/amd/picasso: Update GPIO configurationMarshall Dawson2019-08-092-116/+121
* amd/stoneyridge,picasso: Open TSEG earlierKyösti Mälkki2019-08-092-2/+12
* arch/x86: Handle smm_subregion() failureKyösti Mälkki2019-08-082-0/+4
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-086-30/+21
* arch/x86: Move TSEG_STAGE_CACHE implementationKyösti Mälkki2019-08-082-20/+0
* lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki2019-08-082-2/+0
* soc/amd/picasso: Set HAVE_BOOTBLOCK=nKyösti Mälkki2019-08-074-46/+4
* soc/amd: Rename smm_region_info() to smm_region()Kyösti Mälkki2019-08-076-6/+6
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-078-42/+6
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-4/+4
* soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOCRichard Spiegel2019-07-315-21/+70