mb/*/*/buildOpts.c: Clean up whitespace
Drop multiple blank lines and use one space inside C-style comments. TEST=Use abuild --timeless to check that all AGESA f14/f15tn/f16kb mainboards result in identical coreboot binaries. Change-Id: Ibe1f279dd22ae7657ea7b7766f88004dbf4dceb5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mike Banon <mikebdp2@gmail.com> Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
This commit is contained in:
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
@@ -214,7 +212,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -215,7 +214,6 @@ CONST AP_MTRR_SETTINGS ROMDATA TrinityApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -215,7 +214,6 @@ CONST AP_MTRR_SETTINGS ROMDATA TrinityApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,12 +9,10 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -86,7 +84,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Agesa configuration values selection.
|
* Agesa configuration values selection.
|
||||||
* Uncomment and specify the value for the configuration options
|
* Uncomment and specify the value for the configuration options
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
@@ -214,7 +212,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,10 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f16kb/AGESA.h>
|
#include <vendorcode/amd/agesa/f16kb/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
|
@@ -9,10 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
@@ -27,7 +25,6 @@
|
|||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
@@ -214,7 +212,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
@@ -214,7 +212,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the cpu family. */
|
/* Select the cpu family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,12 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -86,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
@@ -29,7 +28,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
#define INSTALL_AM3_SOCKET_SUPPORT FALSE
|
||||||
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
#define INSTALL_FM2_SOCKET_SUPPORT FALSE
|
||||||
|
|
||||||
|
|
||||||
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
#ifdef BLDOPT_REMOVE_FT3_SOCKET_SUPPORT
|
||||||
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
#if BLDOPT_REMOVE_FT3_SOCKET_SUPPORT == TRUE
|
||||||
#undef INSTALL_FT3_SOCKET_SUPPORT
|
#undef INSTALL_FT3_SOCKET_SUPPORT
|
||||||
@@ -218,7 +217,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||||||
|
|
||||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||||
|
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
#include "cpuRegisters.h"
|
#include "cpuRegisters.h"
|
||||||
#include "cpuFamRegisters.h"
|
#include "cpuFamRegisters.h"
|
||||||
|
@@ -9,12 +9,10 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mainboard.h"
|
#include "mainboard.h"
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
@@ -29,7 +27,6 @@
|
|||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -339,7 +336,6 @@ GPIO_CONTROL pavilion_m6_1035dx_gpio[] = {
|
|||||||
};
|
};
|
||||||
#define BLDCFG_FCH_GPIO_CONTROL_LIST (&pavilion_m6_1035dx_gpio[0])
|
#define BLDCFG_FCH_GPIO_CONTROL_LIST (&pavilion_m6_1035dx_gpio[0])
|
||||||
|
|
||||||
|
|
||||||
/* These definitions could be moved to a common Hudson header, should we decide
|
/* These definitions could be moved to a common Hudson header, should we decide
|
||||||
* to provide our own, saner SCI mapping function
|
* to provide our own, saner SCI mapping function
|
||||||
*/
|
*/
|
||||||
|
@@ -9,10 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f14/AGESA.h>
|
#include <vendorcode/amd/agesa/f14/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
@@ -27,7 +25,6 @@
|
|||||||
#include <vendorcode/amd/agesa/f14/Proc/Mem/mm.h>
|
#include <vendorcode/amd/agesa/f14/Proc/Mem/mm.h>
|
||||||
#include <vendorcode/amd/agesa/f14/Proc/Mem/mn.h>
|
#include <vendorcode/amd/agesa/f14/Proc/Mem/mn.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -99,7 +96,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,12 +9,10 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mainboard.h"
|
#include "mainboard.h"
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
@@ -29,7 +27,6 @@
|
|||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -339,7 +336,6 @@ GPIO_CONTROL lenovo_g505s_gpio[] = {
|
|||||||
};
|
};
|
||||||
#define BLDCFG_FCH_GPIO_CONTROL_LIST (&lenovo_g505s_gpio[0])
|
#define BLDCFG_FCH_GPIO_CONTROL_LIST (&lenovo_g505s_gpio[0])
|
||||||
|
|
||||||
|
|
||||||
/* These definitions could be moved to a common Hudson header, should we decide
|
/* These definitions could be moved to a common Hudson header, should we decide
|
||||||
* to provide our own, saner SCI mapping function
|
* to provide our own, saner SCI mapping function
|
||||||
*/
|
*/
|
||||||
|
@@ -9,12 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -86,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,12 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -86,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
@@ -9,10 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
#include <vendorcode/amd/agesa/f15tn/AGESA.h>
|
||||||
|
|
||||||
/* Include the files that instantiate the configuration definitions. */
|
/* Include the files that instantiate the configuration definitions. */
|
||||||
@@ -27,7 +25,6 @@
|
|||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h>
|
||||||
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
#include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
|
@@ -9,11 +9,8 @@
|
|||||||
* build option selections desired for that platform.
|
* build option selections desired for that platform.
|
||||||
*
|
*
|
||||||
* For Information about this file, see @ref platforminstall.
|
* For Information about this file, see @ref platforminstall.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Select the CPU family. */
|
/* Select the CPU family. */
|
||||||
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
#define INSTALL_FAMILY_10_SUPPORT FALSE
|
||||||
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
#define INSTALL_FAMILY_12_SUPPORT FALSE
|
||||||
@@ -85,7 +82,6 @@
|
|||||||
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
#define BLDOPT_REMOVE_GFX_RECOVERY TRUE
|
||||||
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
#define BLDOPT_REMOVE_EARLY_SAMPLES TRUE
|
||||||
|
|
||||||
|
|
||||||
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
#define BLDCFG_PCI_MMIO_BASE CONFIG_MMCONF_BASE_ADDRESS
|
||||||
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
#define BLDCFG_PCI_MMIO_SIZE CONFIG_MMCONF_BUS_NUMBER
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user