coreboot-kgpe-d16/src/southbridge/amd
Stefan Reinauer 8d29dd1258 vendorcode/amd: Unify Porting.h across all targets
This requires to also unify the calling convention for
AGESA functions from
 AGESA_STATUS (*agesa_func)(UINT32 Func, UINT32 Data, VOID *ConfigPtr)
to
 AGESA_STATUS (*agesa_func)(UINT32 Func, UINTN Data, VOID *ConfigPtr)

On systems running 32bit x86 code this will not make a difference as
UINTN is uintptr_t which is 32bit on these machines.

Change-Id: I095ec2273c18a9fda11712654e290ebc41b27bd9
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/20380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2017-06-27 17:35:39 +00:00
..
agesa Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
amd8111 Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
amd8131
amd8132
amd8151
cimx vendorcode/amd: Unify Porting.h across all targets 2017-06-27 17:35:39 +00:00
common src/amd: Add common definition of AMD ACPI MMIO address 2017-01-05 21:53:55 +01:00
cs5535 southbridge/amd: Add space around operators 2016-09-20 17:15:32 +02:00
cs5536 southbridge/amd: Add space around operators 2016-09-20 17:15:32 +02:00
pi Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
rs690 src/southbridge: Remove unnecessary semicolon 2016-10-04 14:30:52 +02:00
rs780 sb/amd/rs780/gfx.c: Add brackets around macro 2017-06-22 16:02:08 +00:00
sb600 Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
sb700 Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
sb800 Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
sr5650