Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cde pkg #198

Open
wants to merge 112 commits into
base: about
Choose a base branch
from
Open

Cde pkg #198

wants to merge 112 commits into from

Conversation

KilianKegel
Copy link
Member

Vlv2TbltDevicePkg workaround

KilianKegel and others added 30 commits September 29, 2019 10:40
* update to meet offical EDK2-STAGING requirements
* add all remaining TIME.H function validation for EmulationMode and MinnowBoard

difftime(), mktime(), time(), asctime(), ctime(), gmtime(), localetime(), strftime()

* TIME.H functions are fully available for UEFI POST (PEI and DXE)
add all remaining STRING.H function validation for EmulationMode and MinnowBoard

* memcpy(), memmove(), strcpy(), strncpy(), strcat(), strncat(), memcmp(), strcmp(), strncmp(), memchr(), strchr(), strcspn(), strpbrk(), strrchr(), strspn(), strstr(),   strtok(), memset(), strerror() and strlen(). EXCEPT:* strcoll() and  strxfrm()

* STRING.H functions are fully available for UEFI POST (PEI and DXE), except strcoll() and  strxfrm()
* update implemented list

* fix faulty trace message
* add WCHAR.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers

* wprintf(), swprintf(), vswprintf(), wcscpy(), wcsncpy(), wcscat(), wcsncat(), wcscmp(), wcschr(), wcscspn(), wcspbrk(), wcsrchr(), wcsspn(), wcsstr(), wcstok(), wcslen(), wmemcmp(), wmemcpy(), wmemmove(), wmemset()

* NOTE: file access and locale dependent functions are not available for POST drivers.

* check https://github.com/tianocore/edk2-staging/blob/CdePkg/implemented.md
* add STDIO.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers

* tmpnam(), printf(), snprintf(), sprintf(), vsnprintf(), vsscanf(), sscanf(), vprintf(), vsprintf()

* NOTE: file access and locale dependent functions are not available for POST drivers.

* check https://github.com/tianocore/edk2-staging/blob/CdePkg/implemented.md"
* add STDIO.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers

* tmpnam(), printf(), snprintf(), sprintf(), vsnprintf(), vsscanf(), sscanf(), vprintf(), vsprintf()

* NOTE: file access and locale dependent functions are not available for POST drivers.

* check https://github.com/tianocore/edk2-staging/blob/CdePkg/implemented.md"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants