coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dfd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_MT8195_DFD_H
4 #define SOC_MEDIATEK_MT8195_DFD_H
5 
6 #include <soc/dfd_common.h>
7 
8 /* DFD dump address and size need to be the same as defined in Kernel DTS. */
9 #define DFD_DUMP_ADDRESS 0x6A000000
10 #define DFD_DUMP_SIZE (1 * MiB)
11 
12 #endif