diff options
author | Marc Jones <marcj303@gmail.com> | 2018-01-25 17:05:46 -0700 |
---|---|---|
committer | Marc Jones <marc@marcjonesconsulting.com> | 2018-02-01 18:42:58 +0000 |
commit | 823dbde2abb116575ce183f73cce332a4d5a9c8e (patch) | |
tree | 07d8028b2ce660940cb5aaad61f9f363e09c4a28 /src/vendorcode/amd/pi/00670F00/binaryPI | |
parent | 0876caa4736fe97bf6586d19ab9c3e2ea29408f7 (diff) |
vendorcode/amd/pi/00670f00: Update headers to AGESA 1.3.0.9
Update the shared AGESA headers to 1.3.0.9.
This depends on 3rdparty/blobs/pi/amd/00670F00/ binaries updated
to the same version.
BUG=b:72679320
TEST=build and boot Grunt
Change-Id: I783b7318e8273913f753b70f12bfe8b71274e27f
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/23547
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/amd/pi/00670F00/binaryPI')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h index 016d822bb8..5811eb07c4 100644 --- a/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h +++ b/src/vendorcode/amd/pi/00670F00/binaryPI/OptionsIds.h @@ -13,7 +13,7 @@ */ /***************************************************************************** * - * Copyright (c) 2008 - 2015, Advanced Micro Devices, Inc. + * Copyright (c) 2008 - 2017, Advanced Micro Devices, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -87,6 +87,8 @@ * IDSOPT_PERF_ANALYSIS * IDSOPT_ASSERT_ENABLED * IDS_DEBUG_PORT + * IDS_DEBUG_PORT_SIZE_IN_BYTES + * IDS_DEBUG_TP_PREFIX * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED * IDSOPT_DEBUG_CODE_ENABLED * IDSOPT_IDT_EXCEPTION_TRAP @@ -94,12 +96,10 @@ * **/ - - -//#include "Ids.h" - #define IDSOPT_ERROR_TRAP_ENABLED FALSE +#define IDS_MMAP_SERIAL_PORT + #ifdef DEBUG #define IDSOPT_IDS_ENABLED TRUE //#define IDSOPT_CONTROL_ENABLED FALSE @@ -109,12 +109,17 @@ #undef IDS_DEBUG_PRINT_MASK #endif #define IDS_DEBUG_PRINT_MASK (GNB_TRACE_ALL | GFX_MISC | CPU_TRACE_ALL | MEM_STATUS | TOPO_TRACE_ALL | FCH_TRACE_ALL | MAIN_FLOW | IDS_TRACE_DEFAULT | TEST_POINT) +#ifdef IDS_MMAP_SERIAL_PORT +#define IDSOPT_SERIAL_PORT 0xfedc6000 +#else #define IDSOPT_SERIAL_PORT 0x3F8 +#endif #define IDSOPT_HEAP_CHECKING TRUE #define IDSOPT_TRACE_BLD_CFG TRUE #define IDSOPT_CAR_CORRUPTION_CHECK_ENABLED FALSE #define IDSOPT_DEBUG_CODE_ENABLED TRUE #define IDSOPT_C_OPTIMIZATION_DISABLED TRUE +//#define IDSOPT_ASSERT_ENABLED TRUE #else #define IDSOPT_IDS_ENABLED FALSE //#define IDSOPT_ERROR_TRAP_ENABLED FALSE |