AGESA binaryPI: Clean up amdfamXX.h include
Change-Id: I4503f2c27774b68da7fa7294ddb6d00c81f167c7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
ab002fae2b
commit
d6815240bf
|
@ -35,7 +35,6 @@
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam15.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
|
|
||||||
#include <northbridge/amd/agesa/agesawrapper.h>
|
#include <northbridge/amd/agesa/agesawrapper.h>
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <Porting.h>
|
#include <Porting.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam15.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
|
|
||||||
#include <northbridge/amd/agesa/agesawrapper.h>
|
#include <northbridge/amd/agesa/agesawrapper.h>
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <AGESA.h>
|
#include <AGESA.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam16.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
|
|
||||||
#include <northbridge/amd/agesa/agesawrapper.h>
|
#include <northbridge/amd/agesa/agesawrapper.h>
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include <FieldAccessors.h>
|
#include <FieldAccessors.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam15.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||||
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include <FieldAccessors.h>
|
#include <FieldAccessors.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam15.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||||
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include <FieldAccessors.h>
|
#include <FieldAccessors.h>
|
||||||
#include <Options.h>
|
#include <Options.h>
|
||||||
#include <Topology.h>
|
#include <Topology.h>
|
||||||
#include <cpu/amd/amdfam16.h>
|
|
||||||
#include <cpuRegisters.h>
|
#include <cpuRegisters.h>
|
||||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||||
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <cbmem.h>
|
#include <cbmem.h>
|
||||||
#include <chip.h>
|
#include <chip.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <cpu/amd/amdfam15.h>
|
|
||||||
#include <cpu/amd/mtrr.h>
|
#include <cpu/amd/mtrr.h>
|
||||||
#include <cpu/cpu.h>
|
#include <cpu/cpu.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
Loading…
Reference in New Issue