coreboot/src
Kyösti Mälkki 6e512c4d7a soc/amd/common: Introduce agesa_execute_state()
Each entrypoint to AGESA goes through the same sequence
and have same the function signature.

To avoid introducing bunch of preprocessor magic, rename
all the agesawrapper_amdXXX() functions that are actual
entrypoints to AGESA API, make them static, and provide
a single exposed entry function agesa_execute_state().

Change-Id: I96ae1874132da3843aa42c2f4e8a59ec771d3893
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31483
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-04-23 10:10:34 +00:00
..
acpi
arch smbios: Add memory type 9 system slot support 2019-04-23 10:09:35 +00:00
commonlib src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
device src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
drivers src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
ec ec/google/wilco: Support board_id with EC provided ID 2019-04-18 23:43:06 +00:00
include smbios: Add memory type 9 system slot support 2019-04-23 10:09:35 +00:00
lib src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
mainboard mb/google/sarein: Add power control for Arcada touchscreen 2019-04-23 10:10:19 +00:00
northbridge nb/intel/sandybridge: Drop pch.h from sandybridge.h 2019-04-23 10:06:01 +00:00
security src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
soc soc/amd/common: Introduce agesa_execute_state() 2019-04-23 10:10:34 +00:00
southbridge nb/intel/sandybridge: Drop pch.h from sandybridge.h 2019-04-23 10:06:01 +00:00
superio src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
vendorcode vc/amd/agesa/f14: Add missing break statement 2019-04-07 03:27:52 +00:00
Kconfig x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00