mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-25 02:41:45 +00:00
dm: cleanup legacy terminologies in RTCM module
Update below terminologies according to latest TCC Spec: PTCM -> RTCM PTCT -> RTCT PTCM binary -> CRL pSRAM -> Software SRAM Tracked-On: #5649 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef PTCT_H
|
||||
#define PTCT_H
|
||||
|
||||
|
||||
/* TODO: Move to high-memory region. */
|
||||
#define PSRAM_BASE_HPA 0x40080000UL
|
||||
#define PSRAM_BASE_GPA 0x40080000UL
|
||||
#define PSRAM_MAX_SIZE 0x00800000UL
|
||||
|
||||
#endif /* PTCT_H */
|
16
devicemodel/include/rtct.h
Normal file
16
devicemodel/include/rtct.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef RTCT_H
|
||||
#define RTCT_H
|
||||
|
||||
|
||||
/* TODO: Move to high-memory region. */
|
||||
#define SOFTWARE_SRAM_BASE_HPA 0x40080000UL
|
||||
#define SOFTWARE_SRAM_BASE_GPA 0x40080000UL
|
||||
#define SOFTWARE_SRAM_MAX_SIZE 0x00800000UL
|
||||
|
||||
#endif /* RTCT_H */
|
Reference in New Issue
Block a user