coreboot/src
Martin Roth 2960043155 soc/amd/common: Set AltImageBasePtr to 0
In the original AGESA headers, AltImageBasePtr is a UINT32, so don't
set it to VOID.  0 works for either UINT32 or VOID *, as demonstrated
by the other 7 places in this file where it's already set to 0 instead
of NULL.

Change this location to 0 to support either version of the headers.

BUG=b:64766233
TEST=Build in cros tree and upstream coreboot, with old headers
and updated headers.

Change-Id: Ib6f3883e08231a6ca896c2ee2ef631c77feafedd
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22060
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2017-10-20 17:48:56 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT 2017-10-18 19:56:21 +00:00
commonlib arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT 2017-10-18 19:56:21 +00:00
console console: Ignore loglevel in nvram until ramstage 2017-09-25 13:35:29 +00:00
cpu cpu/amd: Fix spelling of *implementation* 2017-10-16 02:05:16 +00:00
device src/device: Update LTR configuration scheme 2017-10-13 15:21:48 +00:00
drivers elog: Support logging S0ix sleep/wake info in elog 2017-10-19 00:42:49 +00:00
ec google/chromeec: Do not set wake mask before logging EC events 2017-10-19 00:44:31 +00:00
include cpu/x86: add AMD registers to SMM save state 2017-10-19 15:13:18 +00:00
lib drivers/elog: Fix debug build errors 2017-10-16 16:10:51 +00:00
mainboard Stoney Ridge Platforms: cast AGESA tables to void * 2017-10-20 17:48:49 +00:00
northbridge nb/sandybridge: Add a kconfig option to ignore XMP max DIMMs 2017-10-19 15:06:13 +00:00
soc soc/amd/common: Set AltImageBasePtr to 0 2017-10-20 17:48:56 +00:00
southbridge sb/intel/bd82x6x: Add new USB currents 2017-10-19 15:07:16 +00:00
superio winbond/w83627hf: Drop early_init.c 2017-09-21 15:40:49 +00:00
vboot vboot: Exclude platform specific files from RW cbfs 2017-10-12 18:33:42 +00:00
vendorcode intel/fsp: Update cannonlake FSP header 2017-10-19 19:56:06 +00:00
Kconfig Enable time stamp collection by default on x86 2017-10-19 09:10:49 +00:00