summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/include/soc/uart.h
blob: cf3ee9724b5e020133038467758c294ad94ed084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _DENVERTON_NS_UART_H
#define _DENVERTON_NS_UART_H

#define SIZE_OF_HSUART_RES 0x100
#define DENVERTON_UARTS_TO_INI 3
#define PSR_OFFSET 0x30
#define PCI_FUNC_RDCFG_HIDE 0x74

#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2 * !!(condition)]))

#endif /* _DENVERTON_NS_UART_H */