aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/nb_common.h
blob: 66fbf926948c52e83727b3e1dd65ccda0dd38c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#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