Re: [edk2-devel] [PATCH] Platform/Intel:Change the way of getting the env file content

2019-07-02 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Zhang, Shenglei > Sent: Tuesday, July 2, 2019 9:02 AM > To: devel@edk2.groups.io > Cc: Fan, ZhijuX ; Gao, Liming ; > Feng, Bob C ; Ard Biesheuvel > ; Leif Lindholm ; > Kinney, Michael D > Subject: [PATCH] Platform/Intel:Change the wa

[edk2-devel] [PATCH] Platform/Intel:Change the way of getting the env file content

2019-07-01 Thread Zhang, Shenglei
From: "Fan, Zhiju" The env file content can not be retrieved by using the original method, so we change the way to read the content. And we change the env file to original format. This patch is going to fix the issue. Cc: Liming Gao Cc: Bob Feng Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Mich