[ipxe-devel] Strip 802.1Q VLAN 0 priority tags - may be it's worth to add patch to iPXE Master branch ?

2020-04-20 Thread CpServiceSPb .
There are links where attempting to do "Strip 802.1Q VLAN 0 priority tags" so is represented. Moreover there is the patch in Debian rules for building iPXE deb package for Ubuntu. Both links I think almost the same. Link1: https://lists.ipxe.org/pipermail/ipxe-devel/2016-July/005099.html Link2: ht

[ipxe-devel] Define either UEFI or BIOS in h (header) files during compiling.

2019-08-18 Thread CpServiceSPb .
Is there optiont to specify at, for example, general.h to separate compiling of UEFI or BIOS versions ? That is, some like this: general.h #ifdef UEFI # some definitions for UEFI version only #endif #ifdef BIOS # some definitions for BIOS version only #endif The quiestion is that #define IMAGE_