device: Drop unused HyperTransport code
Only two definitions are actually used somewhere, the rest is unused. Change-Id: Iec52d0d47fce6a1ec5455b670824b995a7a34a4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47407 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
ec8f5c79a5
commit
c19cbeeb6b
@@ -8,7 +8,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
@@ -8,7 +8,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
@@ -8,7 +8,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
@@ -3,6 +3,9 @@
|
||||
#ifndef __AMD_NB_COMMON_H__
|
||||
#define __AMD_NB_COMMON_H__
|
||||
|
||||
#define HT_IO_HOST_ALIGN 4096
|
||||
#define HT_MEM_HOST_ALIGN (1024 * 1024)
|
||||
|
||||
#define DEV_CDB 0x18
|
||||
|
||||
#endif
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <cpu/cpu.h>
|
||||
|
@@ -10,7 +10,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/hypertransport.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <lib.h>
|
||||
|
@@ -3,6 +3,9 @@
|
||||
#ifndef __AMD_NB_COMMON_H__
|
||||
#define __AMD_NB_COMMON_H__
|
||||
|
||||
#define HT_IO_HOST_ALIGN 4096
|
||||
#define HT_MEM_HOST_ALIGN (1024 * 1024)
|
||||
|
||||
#define DEV_CDB 0x18
|
||||
#define IO_APIC2_ADDR 0xfec20000
|
||||
|
||||
|
Reference in New Issue
Block a user