From: "Kilian Kegel" <KILIAN_KEGEL@OUTLOOK.COM>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Rabeda, Maciej" <maciej.rabeda@linux.intel.com>,
Rebecca Cran <rebecca@nuviainc.com>,
"tim.lewis@insyde.com" <tim.lewis@insyde.com>,
Mike Kinney <michael.d.kinney@intel.com>,
"afish@apple.com" <afish@apple.com>,
Leif Lindholm <leif@nuviainc.com>,
Michael Kubacki <Michael.Kubacki@microsoft.com>,
"abner.chang@hpe.com" <abner.chang@hpe.com>
Subject: CdePkgBlog 2021-12-19
Date: Sun, 19 Dec 2021 20:51:54 +0000 [thread overview]
Message-ID: <AM8P190MB09459D00D0D45C80CDB2D746EB7A9@AM8P190MB0945.EURP190.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <AM8P190MB09453716E1501D97F5811392EB739@AM8P190MB0945.EURP190.PROD.OUTLOOK.COM>
[-- Attachment #1.1: Type: text/plain, Size: 2688 bytes --]
Hi Maciej, hi all,
I didn’t get any feedback from you, what exactly you would like CdePkg
to do for Redfish.
So I chose to demonstrate all functions from wchar.h and wctype.h that are implemented in
toro C Library, but not available in your, Maciej’s, preferred PDCLIB.
I provided also the source code of these functions for review.
Additionally I’d like to inform you, that my Standard C Library header files
for VS2022 for EDK2 usage are available in a EDK2 compatible license:
https://github.com/KilianKegel/CdePkg/tree/master/Include/VS2022
If you want to build the samples, please get the entire CdePkg from edk2-staging that also includes the blog,
https://github.com/tianocore/edk2-staging.git
If you just want to read the new blog:
https://github.com/tianocore/edk2-staging/tree/CdePkg/blogs/2021-12-19#cdepkgblog-2021-12-19
Have fun,
Kilian
From: Kilian Kegel<mailto:kilian_kegel@outlook.com>
Sent: Sunday, December 12, 2021 09:02 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Cc: Rabeda, Maciej<mailto:maciej.rabeda@linux.intel.com>; Rebecca Cran<mailto:rebecca@nuviainc.com>; tim.lewis@insyde.com<mailto:tim.lewis@insyde.com>; Mike Kinney<mailto:michael.d.kinney@intel.com>; afish@apple.com<mailto:afish@apple.com>; Leif Lindholm<mailto:leif@nuviainc.com>
Subject: CdePkgBlog 2021-12-12
Hi Maciej, hi all,
regrettably the announced CdePkgBlog for today is still under process and will be published
next Sunday.
And also the schedule for the other CdePkgBlogs has changed:
[cid:image001.png@01D7F511.8AC27D50]
Here are some intermediate results:
1. Successfully updated https://github.com/tianocore/edk2-staging/tree/CdePkg to edk2-stable202111 with latest Redfish-support
2. Redfish runs in Emulator-mode
3. “Just add your C standard library to the INF and – poof – everything works”: YES, of course, changes below is all you need
to get all of https://github.com/KilianKegel/toro-C-Library/blob/master/implemented.md#validation-status
[cid:image002.png@01D7F511.8AC27D50]
[cid:image003.png@01D7F511.8AC27D50]
1. Command line parameters works for all Redfish-drivers in the Emulator
2. Successfully added all samples for all functions from <wchar.h> and <wctype.h> from
https://github.com/tianocore/edk2-staging/blob/CdePkg/CdeValidationPkg/WCHAR_H/wcharhfunctions/main.c and
https://github.com/tianocore/edk2-staging/blob/CdePkg/CdeValidationPkg/WCTYPE_H/wctypehfunctions/main.c
to RestJsonStructureDxe-Component
1. Just need some days to finish a suitable review of the RedfishCrtLib design and implementation
Have fun,
Kilian
[-- Attachment #1.2: Type: text/html, Size: 9824 bytes --]
[-- Attachment #2: 090DA288B9684CEE8DEBF340A362365D.png --]
[-- Type: image/png, Size: 11693 bytes --]
[-- Attachment #3: 7393E956CA344ED599EBF902CAD6E6A6.png --]
[-- Type: image/png, Size: 103864 bytes --]
[-- Attachment #4: B3C0BA2F84BC46B5A05002236F71CF3C.png --]
[-- Type: image/png, Size: 114922 bytes --]
next prev parent reply other threads:[~2021-12-19 20:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-27 15:48 "StdLibPkg" branch on edk2-staging Maciej Rabeda
2021-07-28 15:34 ` [edk2-devel] " Rebecca Cran
2021-07-28 15:45 ` Maciej Rabeda
2021-07-28 15:59 ` Rebecca Cran
2021-07-28 22:25 ` Tim Lewis
2021-07-28 22:44 ` Rebecca Cran
2021-08-04 11:03 ` Leif Lindholm
2021-08-05 3:35 ` Andrew Fish
2021-08-05 4:14 ` Kilian Kegel
[not found] ` <16984DDFBF70DC40.16396@groups.io>
2021-08-11 13:19 ` Kilian Kegel
2021-11-14 19:51 ` CdePkgBlog 2021-11-14 Kilian Kegel
2021-11-22 16:31 ` [edk2-devel] " Maciej Rabeda
2021-11-24 20:21 ` Kilian Kegel
2021-11-24 22:50 ` Pedro Falcato
2021-11-28 20:35 ` CdePkgBlog 2021-11-18 Kilian Kegel
[not found] ` <16BBD01DEB5EF921.4083@groups.io>
2021-12-12 20:02 ` CdePkgBlog 2021-12-12 Kilian Kegel
2021-12-19 20:51 ` Kilian Kegel [this message]
2022-01-16 20:01 ` CdePkgBlog 2022-01-16 -- Introduction of the ACPICA port to UEFI Kilian Kegel
2021-11-30 10:09 ` [edk2-devel] CdePkgBlog 2021-11-14 Maciej Rabeda
[not found] ` <16BC4B25BB307B73.14741@groups.io>
2021-11-30 20:15 ` Maciej Rabeda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AM8P190MB09459D00D0D45C80CDB2D746EB7A9@AM8P190MB0945.EURP190.PROD.OUTLOOK.COM \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox