Re: [edk2-devel] [PATCH v5 00/10] BaseTools: remove duplicate includes.

2023-05-04 Thread Rebecca Cran
Sorry for the delay. For the series: Reviewed-by: Rebecca Cran On 5/4/23 04:11, Gerd Hoffmann wrote: Ping. On Fri, Apr 21, 2023 at 06:45:25AM +0200, Gerd Hoffmann wrote: There is alot of code duplication between BaseTools and MdePkg (and also MdeModulePkg). This patch series starts reduc

Re: [edk2-devel] [PATCH v5 00/10] BaseTools: remove duplicate includes.

2023-05-04 Thread Gerd Hoffmann
Ping. On Fri, Apr 21, 2023 at 06:45:25AM +0200, Gerd Hoffmann wrote: > There is alot of code duplication between BaseTools and MdePkg (and also > MdeModulePkg). This patch series starts reducing this by removing some > header files. BaseTools are switched over to use the include files in > MdePk

[edk2-devel] [PATCH v5 00/10] BaseTools: remove duplicate includes.

2023-04-20 Thread Gerd Hoffmann
There is alot of code duplication between BaseTools and MdePkg (and also MdeModulePkg). This patch series starts reducing this by removing some header files. BaseTools are switched over to use the include files in MdePkg instead. It also cleans up some (apparently) obsolete code and adapts BaseT