coreboot-kgpe-d16/src/cpu
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
..
allwinner cpu/allwinner/a10/clock.h: Add missing bracket 2017-06-22 16:05:28 +00:00
amd vendorcode/amd: Unify Porting.h across all targets 2017-06-27 17:35:39 +00:00
armltd
dmp buildsystem: Drop explicit (k)config.h includes 2016-12-08 19:46:53 +01:00
intel haswell: add CBMEM_MEMINFO table when initing RAM 2017-06-16 16:08:24 +02:00
qemu-power8 cpu/qemu-power8: don't enable it for qemu-x86 2016-02-19 20:03:52 +01:00
qemu-x86
ti ti/beaglebone: Define arch for omap-header build 2016-12-18 22:18:37 +01:00
via Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
x86 cpu/x86/smm: allow SSE instructions in SMM modules 2017-06-27 16:14:15 +00:00
Kconfig arch/x86: remove CAR global migration when postcar stage is used 2017-04-08 23:22:02 +02:00
Makefile.inc Microcode: Show a useful warning when microcode bins are missing 2016-12-28 03:36:10 +01:00