Re: [edk2] [platforms: PATCH v2 1/4] Marvell/Armada: Switch to dynamic tftp command

2017-12-04 Thread Marcin Wojtas
Hi Leif, 2017-12-04 14:32 GMT+01:00 Leif Lindholm : > On Fri, Dec 01, 2017 at 04:35:04PM +0100, Marcin Wojtas wrote: >> After removal of the tftp library in EDK2, the tftp was >> disabled on Armada platform. Re-enable this functionality >> as a dynamic command on Armada 70x0 DB board. For this >>

Re: [edk2] [platforms: PATCH v2 1/4] Marvell/Armada: Switch to dynamic tftp command

2017-12-04 Thread Leif Lindholm
On Fri, Dec 01, 2017 at 04:35:04PM +0100, Marcin Wojtas wrote: > After removal of the tftp library in EDK2, the tftp was > disabled on Armada platform. Re-enable this functionality > as a dynamic command on Armada 70x0 DB board. For this > purpose add it as a build-time selectable option, depending

[edk2] [platforms: PATCH v2 1/4] Marvell/Armada: Switch to dynamic tftp command

2017-12-01 Thread Marcin Wojtas
After removal of the tftp library in EDK2, the tftp was disabled on Armada platform. Re-enable this functionality as a dynamic command on Armada 70x0 DB board. For this purpose add it as a build-time selectable option, depending on a new INCLUDE_TFTP_COMMAND parameter. Contributed-under: TianoCore