public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Maciej Rabeda" <maciej.rabeda@linux.intel.com>
To: devel@edk2.groups.io, KILIAN_KEGEL@OUTLOOK.COM
Cc: 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: Tue, 30 Nov 2021 21:15:47 +0100	[thread overview]
Message-ID: <a781b57c-2d34-904f-aa06-efb91484204d@linux.intel.com> (raw)
In-Reply-To: <16BC4B25BB307B73.14741@groups.io>

[-- Attachment #1: Type: text/plain, Size: 5725 bytes --]

Statement correction

On 30-Nov-21 11:09, Maciej Rabeda wrote:
> Hi Kilian,
>
> CdePkg *has not* been integrated into EDK2. It is simply in 
> edk2-staging, and that's a large difference.
> As for "satisfies all my needs" - it does not for the reasons I have 
> previously outlined.
>
> Reiterating: unless Torito C library *is released* as source code 
> under an EDK2-compatible license, I cannot use it. Period.
>
> Thanks,
> Maciej
>
> On 24-Nov-21 21:21, Kilian Kegel 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
>>
>>  3. read the HOWTO:
>>     https://github.com/tianocore/edk2-staging/blob/CdePkg/README.md#howto
>>
>> *and go for emulation – that works perfectly.*
>>
>>  4. 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 <mailto: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 <mailto:rebecca@nuviainc.com>; 
>> tim.lewis@insyde.com; Mike Kinney 
>> <mailto:michael.d.kinney@intel.com>; afish@apple.com; Leif Lindholm 
>> <mailto:leif@nuviainc.com>; Richardson, Brian 
>> <mailto: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
>>
>
> 

[-- Attachment #2.1: Type: text/html, Size: 16603 bytes --]

[-- Attachment #2.2: 3F1FECE7AF8044E584BF5D0CF3028E97.png --]
[-- Type: image/png, Size: 13937 bytes --]

      parent reply	other threads:[~2021-11-30 20:15 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                           ` 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 [this message]

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=a781b57c-2d34-904f-aa06-efb91484204d@linux.intel.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