public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 0/1] UefiPayloadPkg: Update swig install process
@ 2024-05-15 10:23 Guo, Gua
  2024-05-15 10:23 ` [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install Guo, Gua
  0 siblings, 1 reply; 4+ messages in thread
From: Guo, Gua @ 2024-05-15 10:23 UTC (permalink / raw)
  To: devel; +Cc: gua.guo, Chasel Chiu, Guo Dong, Sean Rhodes, James Lu

From: Gua Guo <gua.guo@intel.com>

PR: https://github.com/tianocore/edk2/pull/5661

V1: Update swig install process into ReadMe.md

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>

Gua Guo (1):
  UefiPayloadPkg: Update ReadMe.md to swig install

 UefiPayloadPkg/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118916): https://edk2.groups.io/g/devel/message/118916
Mute This Topic: https://groups.io/mt/106111412/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install
  2024-05-15 10:23 [edk2-devel] [PATCH v1 0/1] UefiPayloadPkg: Update swig install process Guo, Gua
@ 2024-05-15 10:23 ` Guo, Gua
  2024-05-15 16:03   ` Guo Dong
  0 siblings, 1 reply; 4+ messages in thread
From: Guo, Gua @ 2024-05-15 10:23 UTC (permalink / raw)
  To: devel; +Cc: gua.guo, Chasel Chiu, Guo Dong, Sean Rhodes, James Lu

From: Gua Guo <gua.guo@intel.com>

Update ReadMe.md for swig install process in
windows OS.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>

Signed-off-by: Gua Guo <gua.guo@intel.com>
---
 UefiPayloadPkg/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/UefiPayloadPkg/Readme.md b/UefiPayloadPkg/Readme.md
index cb7f39b3f7..4149eab90d 100644
--- a/UefiPayloadPkg/Readme.md
+++ b/UefiPayloadPkg/Readme.md
@@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f
     ```
   - FIT
     - Windows
+      ```
+      Download and install swig by https://swig.org/ and also set install path into environment variable
+      ```
       ```powershell
       Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
       choco install dtc-msys2
       pip3 install pefile
-      pip3 install swig
       pip3 install pylibfdt
       ```
     - Ubuntu
-- 
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118917): https://edk2.groups.io/g/devel/message/118917
Mute This Topic: https://groups.io/mt/106111413/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install
  2024-05-15 10:23 ` [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install Guo, Gua
@ 2024-05-15 16:03   ` Guo Dong
  2024-05-16  0:07     ` Guo, Gua
  0 siblings, 1 reply; 4+ messages in thread
From: Guo Dong @ 2024-05-15 16:03 UTC (permalink / raw)
  To: Guo, Gua, devel@edk2.groups.io; +Cc: Chiu, Chasel, Rhodes, Sean, Lu, James


Reviewed-by: Guo Dong <guo.dong@intel.com>

-----Original Message-----
From: Guo, Gua <gua.guo@intel.com> 
Sent: Wednesday, May 15, 2024 3:23 AM
To: devel@edk2.groups.io
Cc: Guo, Gua <gua.guo@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Dong, Guo <guo.dong@intel.com>; Rhodes, Sean <sean@starlabs.systems>; Lu, James <james.lu@intel.com>
Subject: [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install

From: Gua Guo <gua.guo@intel.com>

Update ReadMe.md for swig install process in windows OS.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>

Signed-off-by: Gua Guo <gua.guo@intel.com>
---
 UefiPayloadPkg/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/UefiPayloadPkg/Readme.md b/UefiPayloadPkg/Readme.md index cb7f39b3f7..4149eab90d 100644
--- a/UefiPayloadPkg/Readme.md
+++ b/UefiPayloadPkg/Readme.md
@@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f
     ```   - FIT     - Windows+      ```+      Download and install swig by https://swig.org/ and also set install path into environment variable+      ```       ```powershell       Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))       choco install dtc-msys2       pip3 install pefile-      pip3 install swig       pip3 install pylibfdt       ```     - Ubuntu-- 
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118926): https://edk2.groups.io/g/devel/message/118926
Mute This Topic: https://groups.io/mt/106111413/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install
  2024-05-15 16:03   ` Guo Dong
@ 2024-05-16  0:07     ` Guo, Gua
  0 siblings, 0 replies; 4+ messages in thread
From: Guo, Gua @ 2024-05-16  0:07 UTC (permalink / raw)
  To: Dong, Guo, devel@edk2.groups.io; +Cc: Chiu, Chasel, Rhodes, Sean, Lu, James

Update RB info into PR, wait Edk2 202405 Hard Freeze unlock, will merge it.

-----Original Message-----
From: Dong, Guo <guo.dong@intel.com> 
Sent: Thursday, May 16, 2024 12:03 AM
To: Guo, Gua <gua.guo@intel.com>; devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Rhodes, Sean <sean@starlabs.systems>; Lu, James <james.lu@intel.com>
Subject: RE: [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install


Reviewed-by: Guo Dong <guo.dong@intel.com>

-----Original Message-----
From: Guo, Gua <gua.guo@intel.com> 
Sent: Wednesday, May 15, 2024 3:23 AM
To: devel@edk2.groups.io
Cc: Guo, Gua <gua.guo@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Dong, Guo <guo.dong@intel.com>; Rhodes, Sean <sean@starlabs.systems>; Lu, James <james.lu@intel.com>
Subject: [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install

From: Gua Guo <gua.guo@intel.com>

Update ReadMe.md for swig install process in windows OS.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Cc: James Lu <james.lu@intel.com>
Cc: Gua Guo <gua.guo@intel.com>

Signed-off-by: Gua Guo <gua.guo@intel.com>
---
 UefiPayloadPkg/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/UefiPayloadPkg/Readme.md b/UefiPayloadPkg/Readme.md index cb7f39b3f7..4149eab90d 100644
--- a/UefiPayloadPkg/Readme.md
+++ b/UefiPayloadPkg/Readme.md
@@ -55,11 +55,13 @@ FIT Format URL: https://universalpayload.github.io/spec/chapter2-payload-image-f
     ```   - FIT     - Windows+      ```+      Download and install swig by https://swig.org/ and also set install path into environment variable+      ```       ```powershell       Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))       choco install dtc-msys2       pip3 install pefile-      pip3 install swig       pip3 install pylibfdt       ```     - Ubuntu-- 
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118931): https://edk2.groups.io/g/devel/message/118931
Mute This Topic: https://groups.io/mt/106111413/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-16  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 10:23 [edk2-devel] [PATCH v1 0/1] UefiPayloadPkg: Update swig install process Guo, Gua
2024-05-15 10:23 ` [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Update ReadMe.md to swig install Guo, Gua
2024-05-15 16:03   ` Guo Dong
2024-05-16  0:07     ` Guo, Gua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox