Re: [edk2] [Network IO] About the SMB network share support

2015-08-24 Thread Blibbet
[replying on edk2-devel, not edk2-commits...] On 08/24/2015 10:07 AM, Mang Chia Ho wrote: [...] > (tianocore.sourceforge.net/wiki/Tasks#SMB_network_share_support) [...] > But this task item not release any information so far. > Does this task item is still ongoing? Or someone can share me the > i

Re: [edk2] Merging OpenSSL support

2015-07-23 Thread Blibbet
On 07/23/2015 12:54 PM, David Woodhouse wrote: > I'm starting to push the OpenSSL patches upstream where it makes sense. THANK YOU! -- ___ edk2-devel mailing list edk2-devel@li

Re: [edk2] [Patch 2/2] NetworkPkg: Add UEFI HTTP boot driver.

2015-07-01 Thread Blibbet
On 07/01/2015 11:04 AM, El-Haj-Mahmoud, Samer wrote: > Some feedback : > > We need to add ARM support as well, in addition to x64/IA32: Besides client-side checks, is there any info for the HTTP server? Some instructions on what the HTTP server requirements are, and how to configure the server wou

Re: [edk2] Show image BMP with UEFI

2015-06-12 Thread Blibbet
On 06/12/2015 04:15 AM, S.Vieira wrote: > Thanks > > I will see this soon. Maybe this code will help? efiShow - UEFI app to show BMP picture https://github.com/leebaok/efiShow or possibly: snapshot - saves UEFI screenshot as BMP file https://github.com/kurtqiao/snapshot -

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-11 Thread Blibbet
> BSD is a GPL compatible licence. > GPL is NOT a BSD compatible licence. Where is the requirement that all OEMs must only include BSD code in their firmware? Why not let Puri.sm or Novena have a downstream UEFI firmware volume that is GPL, will the world end or something? Today, there is some non

Re: [edk2] [PATCH 0/4] Add an implementation of EFI_SMART_CARD_READER_PROTOCOL

2015-06-10 Thread Blibbet
FAT has a non-BSD license and UEFI Forum found a way to accomodate that one vendor's legal/licensing issues, and found a separate way for that to be distributed under Tiano umbrella. All OS vendors don't hate GPL. Some Linux platforms have non-BSD tools in use today. What about a Tiano way to dis

Re: [edk2] [ShellPkg] I think there is an issue in ls.

2015-06-10 Thread Blibbet
On 06/10/2015 06:38 PM, Andrew Fish wrote: > I’m guessing more modern filesystems probably store the time in UTC? https://msdn.microsoft.com/en-us/library/windows/desktop/ms724290%28v=vs.85%29.aspx says FAT uses local time, NTFS uses UTC, and CDFS (CDs/DVDs) use local time. I haven't found info

Re: [edk2] UEFI HTTP Boot and Redfish support?

2015-06-10 Thread Blibbet
Ting and Samer: Thanks for your replies. http://firmwaresecurity.com/2015/06/10/more-info-on-uefi-2-5-http-boot-implementations/ If any other vendors has upcoming UEFI HTTP Boot support -- and/or DMTF Redfish support -- please speak up. Thanks, Lee RSS: http://firmwaresecurity.com/feed --

[edk2] UEFI HTTP Boot and Redfish support?

2015-06-05 Thread Blibbet
HP gave a talk at the Spring UEFI Forum event titled "Goodbye PXE and IPMI. Welcome HTTP Boot and Redfish!". But a few days ago AMI just released a new IPMI-based product, so "Goodbye IPMI" is apparently not a universally agreed upon, pehaps "Welcome to the party, pal!" is more approrpiate? :-) B

Re: [edk2] [patch 3/3] [CryptoPkg] Updates some support header files and wrapper files to support openssl-1.0.2a build, and correct some openssl API usages when handling ASN.1 en/decoding.

2015-06-05 Thread Blibbet
Has there been any thought to upstream the libOpenSSL changes? It would be nice to be able to grab a current OpenSSL tarball and have it include UEFI support, and not have to patch it each time. Having the patches in truck also makes the main OpenSSL developers aware of how their changes impact UE

Re: [edk2] BOOTX64.EFI is what?

2015-06-05 Thread Blibbet
IMO, it would be useful if the UEFI Forum's ESP Vendor Subdirectory Registry included the names of their driver/service/app .efi files, and pointers to their CRL for certificate checks. Especially the boot loaders/managers and tools that sysadmins might be needed to configure a system to use. Right

Re: [edk2] Python without EFI SHELL

2015-05-28 Thread Blibbet
> Is possible run a app done in python withou SHELL Environment ? > Just do a FLASH DRIVE bootable and call a app with python?! > I want do a GUI with python, but I don't have dependence with EFI SHELL Most UEFI Apps are UEFI Shell Apps. The shell provides additional libs, to get things like file

[edk2] shell questions

2015-05-26 Thread Blibbet
Hi, I'm trying to write up a document on how to buid a UEFI 'boot disk', trying to target EFI 1.x as well as UEFI 2.x systems, for all architectures UEFI supports. One goal is to use pre-built binaries, for sysadmins, so I don't want to resort to telling user to compile their own binaries, if at

Re: [edk2] Qestion about how to debug OVMF on QEMU

2015-05-24 Thread Blibbet
> I want to know how to debug ovmf with QEMU + OVMF. > I want to trace OVMF code flow. Who can give me some suggestion? https://github.com/tianocore/tianocore.github.io/wiki/OVMF%20FAQ#How_do_I_enable_source_level_debugging_with_OVMF https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Sou

Re: [edk2] Cross Platform Ideal vs. Reality / Down the Rabbit Hole

2015-05-20 Thread Blibbet
>>> My idealistic goal is very simple: >>> Create a UEFI Based Software System that can do Hardware Validation / >>> Verification in a cross platform way, such that the 64 bit Intel/AMD Also, CHIPSEC only works on Intel x86 and x64, *NOT* AMD. (Nor Itanium.) On the LUV mailing list, Linaro is po

Re: [edk2] Cross Platform Ideal vs. Reality / Down the Rabbit Hole

2015-05-20 Thread Blibbet
> My idealistic goal is very simple: > > Create a UEFI Based Software System that can do Hardware Validation / > Verification in a cross platform way, such that the 64 bit Intel/AMD > version tests the NIC, USB System, COM Subsystem, RAM, etc. in a dynamic > way without the need to write custom

[edk2] features in next Python release? (was: Python script could call LocateHandle function?)

2015-05-15 Thread Blibbet
On 04/17/2015 09:52 AM, Mcdaniel, Daryl wrote: >> I have a question about Python script. >> >> Could I call Boot Service function in Python script? >> Such as: >> Call BootServices->LocateHandle() in python script! > Sorry, but that functionality is not yet ready. > I am working on that right now a

Re: [edk2] [PATCH 0/2] Header files and device support for Wi-Fi protocol

2015-05-15 Thread Blibbet
On 05/14/2015 05:58 PM, Hao Wu wrote: > UEFI 2.5 introduces EFI wireless MAC connection protocol. The header file > will be added into MdePkg. Wi-Fi device path definition and its node/text > conversion are added as well. Hi, [I'm trying to create a series of blog posts on UEFI 2.5 features (eg,

Re: [edk2] Implementation proposal for EFI_SMART_CARD_READER_PROTOCOL

2015-05-15 Thread Blibbet
> I’m not a lawyer…. Here are the places to discuss Open Source Software (and Free Software) licensing: http://projects.opensource.org/pipermail/license-discuss/ https://lists.gnu.org/archive/html/gnu-misc-discuss/ -- O

Re: [edk2] [Patch 1/3] MdePkg : Add Microsoft UX capsule GUID & layout

2015-05-05 Thread Blibbet
> The flexible array member is a C99 feature. Is it generally allowed for > edk2 code, as a universally supported extension to the otherwise > mandated C95? > > http://thread.gmane.org/gmane.comp.bios.tianocore.devel/2339/focus=2359 Microsoft C doesn't support C99. Microsoft C is needed for nearly

[edk2] Debug1's BCFG manpage has some truncated strings

2014-07-09 Thread Blibbet
Hi, ShellPkg's UefiShellDebug1CommandsLib.uni's STR_GET_HELP_BCFG string has 2 truncated strings, see excerpt: 1: "To add a driver option #5\r\n" 2: " %EShell>%N bcfg driver add 5 mydriver.efi "My Driver 3: "To add a boot option #3\r\n" 4: " %EShell>%N bcfg boot add 3 osloader.efi "My OS Lines

[edk2] Multiple DP commands included in EDK2

2014-07-09 Thread Blibbet
Hi, For the DP command, there are two different codebases, one in ShellPkg and one in PerformancePkg, which differ significantly at the source level. One is copyrighted one year later. One is English-only, one also has a French translation (unlike any other EDK2 commands, which are all English-onl

[edk2] inconsistent #langdef usage in *.uni files

2014-07-09 Thread Blibbet
Hi, The "#langdef" value used in various EDK-II *.uni files define the language name in various ways, seemingly inconsistent. Most use either: #langdef en-US "english" or: #langdef en-US "English" A few use: #langdef en-US "en-US" UefiShellInstall1CommandsLib.uni uses: #la

Re: [edk2] Suggestions for ARM devices for development & play

2014-06-10 Thread Blibbet
> I'd like to play with an ARM-based EFI system -- partly out of > curiosity, and partly to get my rEFInd boot manager > (http://www.rodsbooks.com/refind/) working under ARM. A tablet should > probably be fine, provided I can use a real keyboard with it (even by > SSHing in); or a small laptop

Re: [edk2] The UDK 2014 html documentation is busted.

2014-05-21 Thread Blibbet
> [...] Would it be > possible to host the .chm files on the web, so those of use with > systems that do not natively support .chm can view them without an > application. [...] Besides HTML, why ship CHMs at all these years? IMO, CHMs should have been left with the early Windows-only EDKs, a

Re: [edk2] Why two places for network code in EDK2?

2014-05-07 Thread Blibbet
On a related note, shouldn't some of the IPv4 and IPv6 network shell commands in the network tree possibly be moved to the UEFI Shell tree, and at least integrated with the shell profiles/levels build, so that these profiles/levels are up-to-date with the available commands? Thanks, Lee On 5/7

[edk2] ARM use of EBC?

2014-02-26 Thread Blibbet
Has there been any thought to use EBC on ARM platforms, not just Intel ones? Would ARM opcodes fit into EBC or would that be unfeasible? An EBC owned by UEFI Forum that targeted all HW not just one vendors would be more useful, right? Below ARM VM has other goals, but for non-EFI use that BSD-l

Re: [edk2] minnowboard and duet

2014-02-06 Thread Blibbet
On 2/6/14 5:25 PM, Rod Smith wrote: > On 02/06/2014 03:36 PM, Blibbet wrote: >> >> If you really want to try and use DUET, look to external DUET extensions >> that make the TianoCore DUET release usable. There's this one, and one >> other I can't find at

Re: [edk2] minnowboard and duet

2014-02-06 Thread Blibbet
EDK2's OVMFs were last updated 2011. They magically appeared on this subdirectory, as they're unmaintained. :-) I presume the only people who update these files are UEFI Forum members. The ones from the Linux community are circa 2013. It'd be nice if you uploaded fresh OVMFs when you upload new

Re: [edk2] minnowboard and duet

2014-02-06 Thread Blibbet
Use QEMU/OVMF, it gets more attention from Intel than DUET, which was an older tech. I don't think anyone at ARM cares about DUET, but theydo care about helping QEMU/OVMF. The UEFI Forum doesn't bother to update OVMF binaries to their download site, they're ancient. They presume you'll use the

Re: [edk2] Fwd: SF.net SVN: edk2:[14788] trunk/edk2/ShellPkg/Library/ UefiShellLevel3CommandsLib/Type.c

2013-10-18 Thread Blibbet
>> What causes these strange Unicode characters in the commit message? > > I would guess editing the commit message in something like > a word processor (for example, Outlook's email editor). > > I think maybe Chris's contributed commit message had > those unicode characters. It looks like it was t

Re: [edk2] DuetPkg: halts and hangs

2013-10-17 Thread Blibbet
>> X64: hangs on "WELCOME TO EFI WORLD!" screen I had the *same* error/hang about 6 weeks ago, trying to get DUET to run, on an Intel x64 (no AMD hardware involved), built via EDK-II trunk. I suspect DUET sees the same QA that it once did. I gave up on DUET, and switched to OVMF, and am happy.

Re: [edk2] NTFS partition driver and partition imaging

2013-10-16 Thread Blibbet
Thanks to all replies in this thread, useful information! > Note that Apple's HFS+ EFI driver supplements, but does not > replace, the FAT driver. If Apple had replaced the FAT driver with an > HFS+ driver, it would have just made it harder to install other EFI-mode > OSes on their hardware.

Re: [edk2] NTFS partition driver and partition imaging

2013-10-15 Thread Blibbet
> Whoo! Big foam number one hand! > > Wait, it's read-only? Oh... Why does it need to write to the file system, just to boot the HW enough to load the OS? I kindof like a readonly file system, for firmware, it makes it harder for malware authors, and forces OS vendors to come up with less co

Re: [edk2] NTFS partition driver and partition imaging

2013-10-15 Thread Blibbet
> Have fun with the Intel lawyers on that one. Intel shouldn't do NTFS, MSFT should do it, for their own systems. Along with ExFAT, for embedded NT customers (binary only, with lots of legal restrictions, and licensing fees, undoubtedly), perhaps use it themselves on their own products like Su

Re: [edk2] UnixPkg or EmulatoPkg?

2013-09-17 Thread Blibbet
[...] > Several OVMF pages in the TianoCore wiki are somewhat outdated, but I > have no permission to edit them. [...] The EDK-II OVMF downloads were last built in early 2011. It would be nice if someone uploaded something newer. http://sourceforge.net/projects/edk2/files/OVMF/ OVMF-X64-r11337-

[edk2] UnixPkg or EmulatoPkg?

2013-09-16 Thread Blibbet
Hi, I've only used the NT-based emulator, and am now trying to get the proper emulator to run on Linux (Ubuntu 12.x). Sorry for a newbie question, but which is the proper direction to be trying, UnixPkg or EmulatorPkg? Long term it sounds like Emulator, but what works better today? I haven't

[edk2] which Linux distro to use with current UDK?

2013-08-27 Thread Blibbet
Hi, I need to setup a VirtualBox-based VM of a Linux distro, and then setup EDK-II/UDK and some samples sources, for use in a class. The wiki still recommends Ubuntu 10.10. But that's a very old release. Are there any issues using the current UDK with Ubuntu 13.04 (Raring Ringtail), or 12.10 (

[edk2] public EDK II forks? (was: EDK II git mirror repo updates)

2013-06-28 Thread Blibbet
> http://sf.net/p/tianocore/edk2 > http://git.code.sf.net/p/tianocore/edk2 > http://sf.net/p/tianocore/edk2-FatPkg > http://git.code.sf.net/p/tianocore/edk2-FatPkg > https://bitbucket.org/tianocore > https://github.com/tianocore In addition to the main EDK2 Sourceforge svn/git trees, is there a li