From: "Pedro Falcato" <pedro.falcato@gmail.com>
To: edk2-devel-groups-io <devel@edk2.groups.io>, KILIAN_KEGEL@outlook.com
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>
Subject: Re: [edk2-devel] CdePkgBlog 2021-11-14
Date: Wed, 24 Nov 2021 22:50:37 +0000 [thread overview]
Message-ID: <CAKbZUD1W3RO_nLRpnm6MLOOVf9PYfAYyH9cvtEwWTrBVXbjDgw@mail.gmail.com> (raw)
In-Reply-To: <AM8P190MB09452193B4FB1EED365665FDEB619@AM8P190MB0945.EURP190.PROD.OUTLOOK.COM>
[-- Attachment #1.1: Type: text/plain, Size: 5849 bytes --]
Hi Kilian,
I agree with Maciej. There should be a big emphasis on getting an
*open-source* libc available in EDK2, and not relying on a proprietary,
opaque binary blob.
In my opinion EDK2 should pivot to using a high-quality, license-compatible
libc such as Newlib, musl, etc. If you believe your Toro C library is the
best tool for the job, you should open-source it (with a compatible
license) as soon as possible to let the community decide :)
Best regards,
Pedro
On Wed, Nov 24, 2021 at 8:21 PM Kilian Kegel <KILIAN_KEGEL@outlook.com>
wrote:
> Hi Maciej,
>
>
>
> *CdePkg* is already integrated into EDK2 and satisfies all your needs for
> pre-/post-memory
>
> PEI, DXE, (SMM in latest releases only), BDS and UEFI Shell too.
>
>
>
> I have introduced *CdePkg* for POST usage 2 years ago without any
> interest of the “Tianocore Community”:
>
>
> https://edk2.groups.io/g/devel/message/51562?p=,,,20,0,0,0::Created,,CdePkg,20,2,0,65191785
>
>
>
> 1. Klick on the email link above
> 2. Klick on the first link in that email, that goes to the
> edk2-staging\cdepkg folder
>
>
>
>
> 1. read the HOWTO:
> https://github.com/tianocore/edk2-staging/blob/CdePkg/README.md#howto
>
> *and go for emulation – that works perfectly.*
>
> 1. I simply can’t do more for you, than to urgently encourage to try
> it out yourself, test it, see what it can do for you
>
>
>
> This time *toro C Library* (that is absolutely the same as the library
> part of the latest
>
> CdePkg
> https://github.com/KilianKegel/CdePkg/blob/master/CdeLib/CdeLib.mak#L15)
>
> for UEFI Shell will be discussed first, since “Tianocore Community” is now
> aware of serious problems of edk2libc
>
> and probably ready to examine my solution, that lacks all of those issues.
>
>
>
> You, Maciej, can support *CdePkg/ toro C Library* by
>
>
>
> 1. testing *CdePkg*
> 2. giving feedback to the community
> 3. updating *CdePkg* to latest AAEON WhiskeyLake platform (that is on
> my Desk for months but I simply don’t have time to get it running…)
>
> (MinnowBoard is deprecated now)
>
>
>
> The license issue *can not* be discussed *before* there is any serious
> interest in *CdePkg* and *toro C Library*.
>
>
>
> But if you are seeking for a free solution, that
>
> - requires unknown additional working hours
> - requires a couple of high motivated maintainers, specialized in
> Standard C
> - countless patches will spam your inbox folder for years
> - additionally with unpredictable result
>
> please use edk2libc, PDCLIB or adjust NewLib for your needs.
>
>
>
> >Unless those problems are solved, I simply cannot use it.
>
> Right, but you are invited to take a test drive!
>
> In the EDK2 Emulator. Debugging with the best Debugtool ever seen…
>
> Try to get SysPrep and Redfish running in the Emulator.
>
> Really, just do it!
>
>
>
> > How can I verify what was actually implemented inside?
>
> I will publish source code of *toro C Library* beginning 2022 and discuss
> the design details along those files.
>
> But, did you check glibc’s fopen-source before using it?
>
> Have you ever seen
> Microsoft/Borland/Symantec/ARM/IBM/Dinkumware/Greenhill/IAR … C Libraries
> source code?
>
>
>
> Thanks,
>
> Kilian
>
>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows
>
>
>
> *From: *Rabeda, Maciej <maciej.rabeda@linux.intel.com>
> *Sent: *Monday, November 22, 2021 05:31 PM
> *To: *devel@edk2.groups.io; KILIAN_KEGEL@OUTLOOK.COM
> *Cc: *Rebecca Cran <rebecca@nuviainc.com>; tim.lewis@insyde.com; Mike
> Kinney <michael.d.kinney@intel.com>; afish@apple.com; Leif Lindholm
> <leif@nuviainc.com>; Richardson, Brian <brian.richardson@intel.com>
> *Subject: *Re: [edk2-devel] CdePkgBlog 2021-11-14
>
>
>
> Hi Kilian,
>
> From my point of view, the main problem with adoption of CdePkg to EDK2 is
> that it relies on Torito C library.
>
> 1. Torito C library License (
> https://github.com/KilianKegel/toro-C-Library/blob/master/LICENSE.md)
> only allows for creating UEFI Shell applications.
> - What about applications that do not rely on ShellPkg (example:
> SysPrep application that might want to use Redfish, which depends on C
> standard library)?
> - What about drivers/libraries that rely on C standard library?
> - How is that compatible with EDK2 BSD-2-Clause-Patent?
> 2. Torito C is pre-compiled.
> - How can I verify what was actually implemented inside? Industry
> would have to trust your tests, perform own set of tests or/and disassemble
> it (doable, but unacceptable effort-wise).
>
> Unless those problems are solved, I simply cannot use it.
>
> Thanks,
> Maciej
>
> On 14-Nov-21 20:51, Kilian Kegel wrote:
>
> Hi All,
>
>
>
> as announced last summer, I’d like to start a comprehensive tutorial on
>
> how to use Standard C / ANSI C in the UEFI environment and how to design
> and implement
>
> such a library for Shell and POST usage.
>
>
>
> Since most parts of that comprehensive work are already done,
>
> I will report, demonstrate and discuss implementation principles and
> details on edk2.groups.io
>
> as a kind of “blog” on a biweekly basis.
>
>
>
> Please checkout my first CdePkgBlog
> https://github.com/tianocore/edk2-staging/tree/CdePkg/blogs/2021-11-14#cdepkgblog-2021-11-14
>
> and enjoy the breathtaking build speed if compiler and linker are used
> exclusively to create MY LEGACY TOOLBOX,
>
> a handy set of one-trick-ponies that I have been using for about 25 years.
>
>
>
> Have fun,
>
> Kilian
>
>
>
>
>
>
>
>
>
--
Pedro Falcato
[-- Attachment #1.2: Type: text/html, Size: 12195 bytes --]
[-- Attachment #2: 3F1FECE7AF8044E584BF5D0CF3028E97.png --]
[-- Type: image/png, Size: 13937 bytes --]
next prev parent reply other threads:[~2021-11-24 22:50 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 [this message]
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 ` CdePkgBlog 2021-12-19 Kilian Kegel
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=CAKbZUD1W3RO_nLRpnm6MLOOVf9PYfAYyH9cvtEwWTrBVXbjDgw@mail.gmail.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