[edk2-devel] Visual Studio Code extension for EDK2

2023-08-21 Thread Guillermo Antonio Palomino Sosa
Hi community, I have I have published a Visual Studio Code extension for EDK2 development: "The EDK2Code Extension is a Visual Studio Code extension designed to improve the development experience for engineers working with the EDK2 (UEFI) codebase. This extension provides support for syntax hig

Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-03-06 Thread Guillermo Antonio Palomino Sosa
istine > > ; Feng, Bob C ; Gao, > > Liming ; Oram, Isaac W > > ; Sean Brogan > > Subject: Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile > > information in build report > > > > On Mon, 27 Feb 2023 at 18:40, Guillermo Antonio Palomino Sosa

Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-28 Thread Guillermo Antonio Palomino Sosa
2.groups.io; Palomino Sosa, Guillermo A > > > > Cc: Ni, Ray ; Kinney, Michael D > > ; Chen, Christine > > ; Feng, Bob C ; Gao, > > Liming ; Oram, Isaac W > > ; Sean Brogan > > Subject: Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile > &g

Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-27 Thread Guillermo Antonio Palomino Sosa
mpile > information in build report > > On Mon, 27 Feb 2023 at 18:40, Guillermo Antonio Palomino Sosa > wrote: > > > > Hi. I have submitted a pull request to edk2-basetools repository: > > https://github.com/tianocore/edk2-basetools/pull/88 > > This is the

Re: [edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-27 Thread Guillermo Antonio Palomino Sosa
1:07 AM > > > > > > To: devel@edk2.groups.io > > > > > > Cc: Feng, Bob C ; Gao, Liming > > > > > > ; Chen, Christine > > > > > > > Subject: [edk2-devel][PATCH V1 1/1] BaseTools: Generate > > &g

Re: [edk2-devel] [PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-27 Thread Guillermo Antonio Palomino Sosa
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=- From ddb21cdaca196f740a50fdd6524730c3e2cb76fb Mon Sep 17 00:00:00 2001 From: Guillermo Antonio Palomino Sosa Date: Mon, 27 Feb 2023 10:29:53 -0600 Subject: [PATCH 1/1] BaseTools: Generate compile

Re: [edk2-devel] [PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-17 Thread Guillermo Antonio Palomino Sosa
Thanks guys. I will create a new patch based on edk2-basetools next week. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100341): https://edk2.groups.io/g/devel/message/100341 Mute This Topic: https://groups.io/mt/96800354/21656 Group Own

[edk2-devel][PATCH V1 1/1] BaseTools: Generate compile information in build report

2023-02-06 Thread Guillermo Antonio Palomino Sosa
buildReport in Json format. Signed-off-by: Guillermo Antonio Palomino Sosa --- BaseTools/Source/Python/build/BuildReport.py | 139 +++- BaseTools/Source/Python/build/buildoptions.py | 4 +- 2 files changed, 140 insertions(+), 3 deletions(-) diff --git a/BaseTools/Source/Python/