aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pi
AgeCommit message (Expand)Author
2021-02-16soc/amd/common/*/Kconfig: remove unneeded default n for bool optionsFelix Held
2021-02-09src: Add missing <cbmem.h>Elyes HAOUAS
2021-02-03src: Remove unused <cbmem.h>Elyes HAOUAS
2021-01-29stage_cache: Add resume_from_stage_cache()Kyösti Mälkki
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-11-30soc/amd/common: add comments and FIXME to Makefile.inc filesFelix Held
2020-11-09soc/amd/common: add Kconfig help text to pre-family-17h-only blocksFelix Held
2020-09-21soc/amd: Drop unneeded empty linesElyes HAOUAS
2020-07-11arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki
2020-06-22cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-05soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-04amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski
2019-09-15src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-08-16soc/amd/common: Refactor S3 helpersKyösti Mälkki
2019-08-06soc/*: Report mp_init errorsPatrick Rudolph
2019-05-22soc/amd/common: Identify AGESA call patternKyösti Mälkki
2019-05-21soc/amd/common: Refactor AmdCreateStruct() useKyösti Mälkki
2019-05-06soc/amd/common: Introduce module_dispatch()Kyösti Mälkki
2019-04-23soc/amd/common: Remove AmdReadEventLog()Kyösti Mälkki
2019-04-23soc/amd/common: Introduce agesa_execute_state()Kyösti Mälkki
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06src: Drop unused include <arch/acpi.h>Elyes HAOUAS
2019-02-25soc/amd/common: Fix AmdLateRunApTask()Kyösti Mälkki
2019-02-15soc/amd/common: Move PI refcode loaderKyösti Mälkki
2019-02-12soc/amd/common: Don't use CAR_GLOBALArthur Heymans
2019-02-12soc/amd/common: Remove redundant ACPI S3 testKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-06device: Use pcidev_path_on_root()Kyösti Mälkki
2018-12-05src/(device/lib/soc): Remove unused variablesRichard Spiegel
2018-11-16soc/amd: Convert from AMD units to coreboot unitsRichard Spiegel
2018-11-06soc/amd/common: Fix function formatingRichard Spiegel
2018-10-30soc/amd/stoneyridge: Set IOMMU support to follow device settingMartin Roth
2018-10-25soc/amd/common/def_callouts.c: Prefer using '"%s...", __func__'Richard Spiegel
2018-10-25soc/amd/common/pi: Correct top of DRAM reporting by AGESAMarshall Dawson
2018-10-22soc/amd: Implement common reset APINico Huber
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-03soc/amd/stoneyridge: Add IOMMU supportMarc Jones
2018-09-28soc/amd/common/block/pi: Remove references to AmdLibRichard Spiegel
2018-09-24soc/amd/stoneyridge/romstage.c: Move STAPM code to SOC specificRichard Spiegel
2018-08-17soc/amd/common/block/pi/agesawarapper.c: Use find_image()Richard Spiegel
2018-08-17soc/amd/common/block: Port vendorcode's LibAmdLocateImageRichard Spiegel
2018-08-03soc/amd/common: Remove PSPP override settingMarc Jones
2018-07-02soc/amd/common: Change create_struct return valueKyösti Mälkki
2018-07-02soc/amd/common: Fix agesawrapper CreateStruct callsKyösti Mälkki
2018-06-28amd/common/pi: Remove AGESA support files from bootblockMarshall Dawson
2018-06-28amd/common/pi: Remove obsolete heapmanager workaroundMarshall Dawson
2018-06-21soc/amd/common: Always set GetBiosCalloutKyösti Mälkki
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-14AGESA binaryPI: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-06-13amd/pi: Add AgesaHeapRebase calloutMarshall Dawson
2018-06-13amd/pi: Add GetTempHeapBase calloutMarshall Dawson
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-05-19cpu/x86: Add support to run function on single APSubrata Banik
2018-05-14cpu/x86: Add support to run function with argument over APsSubrata Banik
2018-05-14grunt: use stage cache when waking from S3Raul E Rangel
2018-05-08amd/common/pi: Insert missing newline in printkMarshall Dawson
2018-04-24soc/amd/common/block/pi/amd_late_init.c: Fix illegal memory accessRichard Spiegel
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-19soc/amd/common/block/pi/heapmanager.c: Simplify codeRichard Spiegel
2018-04-12include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel
2018-04-11soc/amd: Fix generating SMBIOS Type 17Raul E Rangel
2018-04-10soc/amd: Add "halt this AP" callback to romstageRichard Spiegel
2018-04-06amd/common/block/pi: Make agesa_heap_base() staticMarshall Dawson
2018-03-23soc/amd: Print dimm_info and TYPE17_DMI_INFO to help debug incorrect valuesRaul E Rangel
2018-03-16soc/amd/stoneyridge: Create a HALT_THIS_AP calloutRichard Spiegel
2018-02-26soc/amd/common: Save the UMA settings from AGESAMarc Jones
2018-02-26soc/amd/common/block/pi/amd_late_init.c: Fix part numberRichard Spiegel
2018-02-16soc/amd/common/block/pi/amd_init_late.c: Transfer memory info to cbmemRichard Spiegel
2018-02-12soc/amd/common: Call AmdS3FinalRestoreMarshall Dawson
2018-02-12soc/amd/common: Add S3 resume functions to wrapperMarshall Dawson
2018-02-12soc/amd/common: Replace missing AmdReleaseStruct() callsMarshall Dawson
2018-02-07soc/amd/common: Add generic create_struct call to wrapperMarshall Dawson
2018-02-07soc/amd/common: Improve misc. formatting in AGESA wrapperMarshall Dawson
2018-02-01amd/soc/common: Remove cbmem subregions in heapMarshall Dawson
2018-01-19soc/amd/common: Make agesa_heap_base non-staticMarshall Dawson
2018-01-19amd/common: Remove GetHeapBase camel caseMarshall Dawson
2018-01-19amd/common: Define regions in AGESA cbmemMarshall Dawson
2018-01-17soc/amd/common/block/pi: Fix AGESA heap deallocatorMarc Jones
2018-01-13Revert "soc/amd/common/pi: Fix issue in AGESA heap allocator"Marc Jones
2018-01-12soc/amd/common/pi: Fix issue in AGESA heap allocatorMarc Jones
2018-01-07soc/amd/common: Only load post-memory AGESA into RAM when split enabledDaniel Kurtz
2018-01-05soc/amd/common: load post-memory AGESA as rmoduleAaron Durbin
2018-01-05soc/amd/common: Allow AGESA file split for pre- and post-memoryJustin TerAvest
2018-01-02soc/amd/common/block/pi: Format files to standardsRichard Spiegel
2017-12-18soc/amd/common: Factor out InitPost printed results to functionMarshall Dawson
2017-12-18soc/amd: Move stoneyridge features out of agesawrapperMarshall Dawson
2017-12-18soc/amd/common: Remove #ifndef/#endif from AGESA wrapperMarshall Dawson
2017-12-18soc/amd/common: Make AGESA event log parser staticMarshall Dawson
2017-12-18soc/amd/common: Clean up AGESA event log functionMarshall Dawson
2017-12-15soc/amd/common: Update agesawrapper_call.hRichard Spiegel
2017-12-13vc/amd/pi/0067F00: add option to add AGESA binary PI as stageAaron Durbin
2017-12-12soc/amd/common: Move AGESA related source filesRichard Spiegel