kernel_samsung_a53x/include/dt-bindings/soc/samsung/s5e9925-seclog.h
2024-06-15 16:02:09 -03:00

27 lines
690 B
C
Executable file

/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Device Tree binding constants for Exynos Secure Log
*/
#ifndef S5E9925_SECLOG_H
#define S5E9925_SECLOG_H
/*
* NOTE
*
* SECLOG_NUM_OF_CPU would be changed
* at each SoC
*/
#define SECLOG_NUM_OF_CPU (8)
/* Secure log buffer information */
#define SECLOG_LOG_BUF_BASE (0xC3000000)
#define SECLOG_LOG_BUF_SIZE (0x10000)
#define SECLOG_LOG_BUF_TOTAL_SIZE (SECLOG_LOG_BUF_SIZE * SECLOG_NUM_OF_CPU)
#endif /* S5E9925_SECLOG_H */