coreboot/src
Kyösti Mälkki fa6233daeb soc/amd/common: Identify AGESA call pattern
The entry to AGESA always follows pattern:

  amd_create_struct()
  amd_dispatch()
  amd_release_struct()

Separate the create/release_struct calls from the more
relevant entry point details.

Change-Id: I1037c9daef3365c8672a198ac60f47fc79ffaea1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31488
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-05-22 10:08:59 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch src/arch/arm64: Remove variable set but not used 2019-05-21 09:30:00 +00:00
commonlib vboot: include vb2_sha.h when required 2019-05-09 06:32:44 +00:00
console console: Add new function die_with_post_code() 2019-05-20 14:44:27 +00:00
cpu {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling 2019-05-16 18:08:50 +00:00
device vboot: remove OPROM-related code 2019-05-15 17:50:08 +00:00
drivers soc/intel/fsp1.1: Implement postcar stage 2019-05-21 17:37:32 +00:00
ec ec/google/wilco: Add support for KB_ERR_CODE to Wilco EC 2019-05-20 14:48:10 +00:00
include console: Add new function die_with_post_code() 2019-05-20 14:44:27 +00:00
lib src/Kconfig: Move DRAM section to src/lib/Kconfig 2019-05-20 10:58:56 +00:00
mainboard mb/google/octopus: Create Garg variant 2019-05-21 10:20:33 +00:00
northbridge i945: Add device identification D2:F1 2019-05-20 14:45:55 +00:00
security vboot: determine display init before recovery check 2019-05-22 02:54:27 +00:00
soc soc/amd/common: Identify AGESA call pattern 2019-05-22 10:08:59 +00:00
southbridge sb/amd/cimx/sb800: Get rid of power button device in coreboot 2019-05-20 14:43:44 +00:00
superio superio/ite: Add IT8786E-I 2019-05-15 17:45:41 +00:00
vendorcode binaryPI/00670F000: Remove AGESA.c file 2019-05-21 09:26:40 +00:00
Kconfig src/Kconfig: Move DRAM section to src/lib/Kconfig 2019-05-20 10:58:56 +00:00