0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-06-10 05:45:37 +00:00
Files
Xilin Wu 4f69c624ce Add support for Qualcomm QRD 720
It can boot into SimpleInit with buttons working now.
UFS support is yet to be fixed
2022-10-17 17:43:49 +08:00

11 lines
212 B
C
Executable File

#ifndef _PLATFORM_UTILS_H_
#define _PLATFORM_UTILS_H_
#include <Library/PcdLib.h>
#define APSS_WDT_BASE 0x17c10000
#define APSS_WDT_ENABLE_OFFSET 0x8
VOID PlatformInitialize();
#endif /* _PLATFORM_UTILS_H_ */