coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_CAVIUM_CN81XX_INCLUDE_SOC_SOC_H
4 #define __SOC_CAVIUM_CN81XX_INCLUDE_SOC_SOC_H
5 
6 #include <types.h>
7 
8 /* MIO BOOT Registers */
10  u8 rsvd0[0xb0];
12  u8 rsvd1[0x8];
14  u8 rsvd2[0x8];
17  u8 rsvd3[0x18];
19 };
20 check_member(cn81xx_mio_boot, bist_stat, 0xf8);
21 
22 /*
23  * 0 = Board supplies 100MHz to DLM_REF_CLK
24  * 1 = bOard supplies 50MHz to PLL_REFCLK
25  * */
26 #define MIO_BOOT_PIN_DEFS_UART0_RTS (1 << 16)
27 #define MIO_BOOT_PIN_DEFS_UART1_RTS (1 << 17)
28 
29 #endif /* ! __SOC_CAVIUM_CN81XX_INCLUDE_SOC_SOC_H */
check_member(cn81xx_mio_boot, bist_stat, 0xf8)
uint64_t u64
Definition: stdint.h:54
uint8_t u8
Definition: stdint.h:45
u8 rsvd2[0x8]
Definition: soc.h:14
u64 rom_limit
Definition: soc.h:16
u8 rsvd3[0x18]
Definition: soc.h:17
u64 thr
Definition: soc.h:11
u64 bist_stat
Definition: soc.h:18
u8 rsvd0[0xb0]
Definition: soc.h:10
u8 rsvd1[0x8]
Definition: soc.h:12
u64 pin_defs
Definition: soc.h:13
u64 ap_jump
Definition: soc.h:15