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

Commits on Sep 29, 2019

  1. initial cleanup

    KilianKegel committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    1bfe2f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. create README.md

    KilianKegel committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    e97d97e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. initial revision

    KilianKegel committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    aa4cf08 View commit details
    Browse the repository at this point in the history
  2. enable .gitignore

    KilianKegel committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    67e437b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    28b5d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. add SPDX license headers

    KilianKegel committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5b009cf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. ### 20191028

    * update to meet offical EDK2-STAGING requirements
    KilianKegel committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2be3746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03c973 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. edk2-platforms removal

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e209214 View commit details
    Browse the repository at this point in the history
  2. add CdeBinPkgSrc

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    ea589e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae44c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fd3c74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a0bb25 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    50b0b2e View commit details
    Browse the repository at this point in the history
  7. Update README.md

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    d7deeb8 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9caf46b View commit details
    Browse the repository at this point in the history
  9. Update README.md

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    fd23527 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0a86d6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b116407 View commit details
    Browse the repository at this point in the history
  12. final face lift

    KilianKegel committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6fc14ce View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. ### 20191111

    * 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)
    KilianKegel committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a15a28f View commit details
    Browse the repository at this point in the history
  2. Update implemented.md

    KilianKegel committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ec019a4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    55a3046 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. ### 20191119

    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()
    KilianKegel committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    37e494e View commit details
    Browse the repository at this point in the history
  2. ### 20191119

    * update implemented list
    
    * fix faulty trace message
    KilianKegel committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    abeb6e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. ### 20191125

    * 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
    KilianKegel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4334806 View commit details
    Browse the repository at this point in the history
  2. update readme.md

    KilianKegel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    03601a3 View commit details
    Browse the repository at this point in the history
  3. update README.md

    KilianKegel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    2cfa706 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. ### 20191126

    * 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"
    KilianKegel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    479e405 View commit details
    Browse the repository at this point in the history
  2. ### 20191126

    * 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"
    KilianKegel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    edf413c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b943eac View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. ### 20191127

    * add STDLIB.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers
    
    * atoi(), atol(), strtol(), strtoul(), rand(), srand(), calloc(), free(), malloc(), realloc(), atexit(), exit(), qsort(), abs(), labs(), div(), ldiv()
    
    * not available for POST drivers: abort(), strtod(), atof(), getenv(), system(), bsearch()
    
    * check https://github.com/tianocore/edk2-staging/blob/CdePkg/implemented.md
    KilianKegel committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    69e0075 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. ### 20191129

    * add CTYPE.H and WCTYPE.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers
    
    * isalnum(),isalpha(),iscntrl(),isdigit(),isgraph(),islower(),isprint(),ispunct(),isspace(),isupper(),isxdigit(),tolower(),toupper()
    
    * iswalnum(),iswalpha(),iswblank(),iswcntrl(),iswdigit(),iswgraph(),iswlower(),iswprint(),iswpunct(),iswspace(),iswupper(),iswxdigit(),iswctype(),wctype(),towlower(),towupper(),towctrans(),wctrans()
    KilianKegel committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9cadcc5 View commit details
    Browse the repository at this point in the history
  2. add license header

    KilianKegel committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a004802 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. ### 20191202

    * add ASSERT.H and LOCALE.H function validation for EmulationMode and MinnowBoard for PEI and DXE POST drivers
    
    * assert(), setlocale(), localeconv()
    KilianKegel committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a774053 View commit details
    Browse the repository at this point in the history
  2. update readme

    KilianKegel committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    12b864f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. ### 20200211

    * remove CdeBinPkgSrc
    KilianKegel committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ccf3582 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Update todoreminder.md

    KilianKegel committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ddd2bca View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Update README.md

    KilianKegel committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    b9fd119 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Update README.md

    KilianKegel committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    7cbaa1a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Update README.md

    KilianKegel committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1293134 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. ### 20200712

    KilianKegel committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    5c2c766 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    48e1cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. ### 20200916

    * update EDK2 source to `edk2-stable202008`
    KilianKegel committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    1886abe View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Update README.md

    KilianKegel committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b0c2938 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Update README.md

    KilianKegel committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    285c856 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. ### 20210811

    * force matching commits of `edk2-platforms` and `edk2-non-osi` for EDK2 source `edk2-able202008`
    
      to prevent build errors
    
    * simplify BUILD batch `BLD.bat` to build for EMULATION, RELEASE and DEBUG
    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d1291e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3277c36 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d9adcae View commit details
    Browse the repository at this point in the history
  4. Update README.md

    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    97d0374 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    30c7a80 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    99063a1 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    KilianKegel committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c7bbda7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. test blog

    KilianKegel committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    82b616f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    KilianKegel committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    0ef0cd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. initial 2021-11-14

    MinnowWare committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    52a255b View commit details
    Browse the repository at this point in the history
  2. No commit message

    MinnowWare committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    df484f5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ### 2021-11-14 CdePkgBlog
    KilianKegel committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    5e22bf2 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    initial 2021-11-14
    KilianKegel committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b96fbba View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. add introductory email

    KilianKegel committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c781051 View commit details
    Browse the repository at this point in the history
  2. initial 2021-11-28

    KilianKegel committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    33a6f08 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1e5fe9c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update edk2-stable202111

    temporary removed CdeValidationPkg
    KilianKegel committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    cc185f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    068c2da View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    440bec0 View commit details
    Browse the repository at this point in the history
  2. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    0b08333 View commit details
    Browse the repository at this point in the history
  3. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    b72312d View commit details
    Browse the repository at this point in the history
  4. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    88cf648 View commit details
    Browse the repository at this point in the history
  5. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    7e66429 View commit details
    Browse the repository at this point in the history
  6. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    697a76b View commit details
    Browse the repository at this point in the history
  7. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    bd6b1a3 View commit details
    Browse the repository at this point in the history
  8. No commit message

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    802c072 View commit details
    Browse the repository at this point in the history
  9. ### CdePkgBlog 2021-12-19

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    70e1dce View commit details
    Browse the repository at this point in the history
  10. Update README.md

    KilianKegel committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    bee2be4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. No commit message

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    766cb40 View commit details
    Browse the repository at this point in the history
  2. No commit message

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    01b612a View commit details
    Browse the repository at this point in the history
  3. initial version

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    9d77f75 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0b03836 View commit details
    Browse the repository at this point in the history
  5. Delete README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    fe57460 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    506d450 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    aee0f74 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    b22577e View commit details
    Browse the repository at this point in the history
  9. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    8ad955a View commit details
    Browse the repository at this point in the history
  10. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    bcbbe88 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    e65fb43 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    cd7b011 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    afed148 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    652268a View commit details
    Browse the repository at this point in the history
  15. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    3297544 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    36b23c0 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    cf8d368 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    KilianKegel committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    82e2650 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Update README.md

    KilianKegel committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c9d0635 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update README.md

    KilianKegel committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    b95eea5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    KilianKegel committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c8fc481 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update README.md

    KilianKegel committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e5094a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    fd6336c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update README.md

    KilianKegel committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    30784f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update README.md

    KilianKegel committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d7d6ae1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    KilianKegel committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c3538bb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    18aa542 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    1b7fdb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    54f31cd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    KilianKegel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5e8ce93 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KilianKegel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9a9a44a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    KilianKegel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6ca6e26 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Update README.md

    KilianKegel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7552ddb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    KilianKegel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5540aab View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Update README.md

    KilianKegel committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b3a7033 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    94e774a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update README.md

    KilianKegel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6d6dc18 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Update README.md

    KilianKegel committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1581124 View commit details
    Browse the repository at this point in the history