sb/amd/cimx/sb800: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I2a244436adb8f41e4246aad7e3bfaf0986f2d832 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43260 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
32f90d8c68
commit
93fe3727e0
|
@ -124,10 +124,6 @@ typedef struct _AMD_MODULE_HEADER {
|
||||||
// 14:12 Function (3-bits)
|
// 14:12 Function (3-bits)
|
||||||
// 11:00 Offset (12-bits)
|
// 11:00 Offset (12-bits)
|
||||||
|
|
||||||
#if 0
|
|
||||||
#define MAKE_SBDFO(Seg, Bus, Dev, Fun, Off) ((((unsigned int) (Seg)) << 28) | (((unsigned int) (Bus)) << 20) | \
|
|
||||||
(((unsigned int) (Dev)) << 15) | (((unsigned int) (Fun)) << 12) | ((unsigned int) (Off)))
|
|
||||||
#endif
|
|
||||||
#define ILLEGAL_SBDFO 0xFFFFFFFF
|
#define ILLEGAL_SBDFO 0xFFFFFFFF
|
||||||
|
|
||||||
/// CPUID data received registers format
|
/// CPUID data received registers format
|
||||||
|
|
Loading…
Reference in New Issue