Home
last modified time | relevance | path

Searched refs:CRKBoot (Results 1 – 5 of 5) sorted by relevance

/rkdeveloptool/
H A DRKBoot.cpp10 bool CRKBoot::GetRc4DisableFlag() in GetRc4DisableFlag()
14 bool CRKBoot::GetSignFlag() in GetSignFlag()
18 UINT CRKBoot::GetVersion() in GetVersion()
22 UINT CRKBoot::GetMergeVersion() in GetMergeVersion()
26 STRUCT_RKTIME CRKBoot::GetReleaseTime() in GetReleaseTime()
30 ENUM_RKDEVICE_TYPE CRKBoot::GetSupportDevice() in GetSupportDevice()
34 UCHAR CRKBoot::GetEntry471Count() in GetEntry471Count()
38 UCHAR CRKBoot::GetEntry472Count() in GetEntry472Count()
42 UCHAR CRKBoot::GetEntryLoaderCount() in GetEntryLoaderCount()
46 bool CRKBoot::CrcCheck() in CrcCheck()
[all …]
H A DRKBoot.h39 class CRKBoot {
42 property<CRKBoot, bool, READ_ONLY> Rc4DisableFlag;
44 property<CRKBoot, bool, READ_ONLY> SignFlag;
46 property<CRKBoot, UINT, READ_ONLY> Version;
48 property<CRKBoot, UINT, READ_ONLY> MergeVersion;
50 property<CRKBoot, STRUCT_RKTIME, READ_ONLY> ReleaseTime;
52 property<CRKBoot, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice;
54 property<CRKBoot, unsigned char, READ_ONLY> Entry471Count;
56 property<CRKBoot, unsigned char, READ_ONLY> Entry472Count;
58 property<CRKBoot, unsigned char, READ_ONLY> EntryLoaderCount;
[all …]
H A DRKImage.h48 CRKBoot *m_bootObject;
H A DRKImage.cpp258 m_bootObject = new CRKBoot(lpBoot, m_bootSize, bRet); in CRKImage()
H A Dmain.cpp1768 CRKBoot *pBoot = NULL; in download_boot()
1780 pBoot = (CRKBoot *)pImage->m_bootObject; in download_boot()
1834 CRKBoot *pBoot = NULL; in upgrade_loader()
1858 pBoot = (CRKBoot *)pImage->m_bootObject; in upgrade_loader()